Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-width-expected.txt

Issue 2903413002: Restructure type tracking in StyleValues to work better with new numeric types (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Setting border-left-width to thin 2 PASS Setting border-left-width to thin
3 PASS Setting border-left-width to medium 3 PASS Setting border-left-width to medium
4 PASS Setting border-left-width to thick 4 PASS Setting border-left-width to thick
5 PASS Setting border-left-width to initial 5 PASS Setting border-left-width to initial
6 PASS Setting border-left-width to inherit 6 PASS Setting border-left-width to inherit
7 PASS Setting border-left-width to unset 7 PASS Setting border-left-width to unset
8 FAIL Setting border-left-width to CSSUnitValue with value 1px Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 8 PASS Setting border-left-width to CSSUnitValue with value 1px
9 FAIL Setting border-left-width to CSSUnitValue with value 3em Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 9 PASS Setting border-left-width to CSSUnitValue with value 3em
10 FAIL Setting border-left-width to CSSUnitValue with value 4ex Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 10 PASS Setting border-left-width to CSSUnitValue with value 4ex
11 FAIL Setting border-left-width to CSSUnitValue with value 5ch Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 11 PASS Setting border-left-width to CSSUnitValue with value 5ch
12 FAIL Setting border-left-width to CSSUnitValue with value 6rem Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 12 PASS Setting border-left-width to CSSUnitValue with value 6rem
13 FAIL Setting border-left-width to CSSUnitValue with value 7vw Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 13 PASS Setting border-left-width to CSSUnitValue with value 7vw
14 FAIL Setting border-left-width to CSSUnitValue with value 8vh Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 14 PASS Setting border-left-width to CSSUnitValue with value 8vh
15 FAIL Setting border-left-width to CSSUnitValue with value 9vmin Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property 15 PASS Setting border-left-width to CSSUnitValue with value 9vmin
16 FAIL Setting border-left-width to CSSUnitValue with value 10vmax Failed to execu te 'set' on 'StylePropertyMap': Invalid type for property 16 PASS Setting border-left-width to CSSUnitValue with value 10vmax
17 FAIL Setting border-left-width to CSSUnitValue with value 11cm Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 17 PASS Setting border-left-width to CSSUnitValue with value 11cm
18 FAIL Setting border-left-width to CSSUnitValue with value 12mm Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 18 PASS Setting border-left-width to CSSUnitValue with value 12mm
19 FAIL Setting border-left-width to CSSUnitValue with value 13in Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 19 PASS Setting border-left-width to CSSUnitValue with value 13in
20 FAIL Setting border-left-width to CSSUnitValue with value 14pc Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 20 PASS Setting border-left-width to CSSUnitValue with value 14pc
21 FAIL Setting border-left-width to CSSUnitValue with value 15pt Failed to execute 'set' on 'StylePropertyMap': Invalid type for property 21 PASS Setting border-left-width to CSSUnitValue with value 15pt
22 PASS Setting border-left-width to invalid value CSSUnitValue throws 22 PASS Setting border-left-width to invalid value CSSUnitValue "1" throws
23 PASS Setting border-left-width to invalid value CSSUnitValue "2%" throws
23 PASS Setting border-left-width to invalid value null throws 24 PASS Setting border-left-width to invalid value null throws
24 PASS Setting border-left-width to invalid value undefined throws 25 PASS Setting border-left-width to invalid value undefined throws
25 PASS Setting border-left-width to invalid value true throws 26 PASS Setting border-left-width to invalid value true throws
26 PASS Setting border-left-width to invalid value false throws 27 PASS Setting border-left-width to invalid value false throws
27 PASS Setting border-left-width to invalid value 1 throws 28 PASS Setting border-left-width to invalid value 1 throws
28 PASS Setting border-left-width to invalid value hello throws 29 PASS Setting border-left-width to invalid value hello throws
29 PASS Setting border-left-width to invalid value [object Object] throws 30 PASS Setting border-left-width to invalid value [object Object] throws
30 PASS Setting border-left-width to invalid value CSSKeywordValue throws 31 PASS Setting border-left-width to invalid value CSSKeywordValue "notAKeyword" th rows
31 PASS Getting border-left-width when it is set to thin 32 PASS Getting border-left-width when it is set to thin
32 PASS Getting border-left-width when it is set to medium 33 PASS Getting border-left-width when it is set to medium
33 PASS Getting border-left-width when it is set to thick 34 PASS Getting border-left-width when it is set to thick
34 PASS Getting border-left-width when it is set to initial 35 PASS Getting border-left-width when it is set to initial
35 PASS Getting border-left-width when it is set to inherit 36 PASS Getting border-left-width when it is set to inherit
36 PASS Getting border-left-width when it is set to unset 37 PASS Getting border-left-width when it is set to unset
37 FAIL Getting border-left-width with a CSSUnitValue whose value is 1px assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 38 FAIL Getting border-left-width with a CSSUnitValue whose value is 1px assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
38 FAIL Getting border-left-width with a CSSUnitValue whose value is 3em assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 39 FAIL Getting border-left-width with a CSSUnitValue whose value is 3em assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
39 FAIL Getting border-left-width with a CSSUnitValue whose value is 4ex assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 40 FAIL Getting border-left-width with a CSSUnitValue whose value is 4ex assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
40 FAIL Getting border-left-width with a CSSUnitValue whose value is 5ch assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 41 FAIL Getting border-left-width with a CSSUnitValue whose value is 5ch assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
41 FAIL Getting border-left-width with a CSSUnitValue whose value is 6rem assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 42 FAIL Getting border-left-width with a CSSUnitValue whose value is 6rem assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
42 FAIL Getting border-left-width with a CSSUnitValue whose value is 7vw assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 43 FAIL Getting border-left-width with a CSSUnitValue whose value is 7vw assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
43 FAIL Getting border-left-width with a CSSUnitValue whose value is 8vh assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 44 FAIL Getting border-left-width with a CSSUnitValue whose value is 8vh assert_equ als: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
44 FAIL Getting border-left-width with a CSSUnitValue whose value is 9vmin assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 45 FAIL Getting border-left-width with a CSSUnitValue whose value is 9vmin assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
45 FAIL Getting border-left-width with a CSSUnitValue whose value is 10vmax assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 46 FAIL Getting border-left-width with a CSSUnitValue whose value is 10vmax assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
46 FAIL Getting border-left-width with a CSSUnitValue whose value is 11cm assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 47 FAIL Getting border-left-width with a CSSUnitValue whose value is 11cm assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
47 FAIL Getting border-left-width with a CSSUnitValue whose value is 12mm assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 48 FAIL Getting border-left-width with a CSSUnitValue whose value is 12mm assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
48 FAIL Getting border-left-width with a CSSUnitValue whose value is 13in assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 49 FAIL Getting border-left-width with a CSSUnitValue whose value is 13in assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
49 FAIL Getting border-left-width with a CSSUnitValue whose value is 14pc assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 50 FAIL Getting border-left-width with a CSSUnitValue whose value is 14pc assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
50 FAIL Getting border-left-width with a CSSUnitValue whose value is 15pt assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" 51 FAIL Getting border-left-width with a CSSUnitValue whose value is 15pt assert_eq uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
51 FAIL getAll for single-valued border-left-width assert_equals: Returned type is incorrect: expected "CSSUnitValue" but got "CSSStyleValue" 52 FAIL getAll for single-valued border-left-width assert_equals: Returned type is incorrect: expected "CSSUnitValue" but got "CSSStyleValue"
52 PASS Delete border-left-width removes the value from the styleMap 53 PASS Delete border-left-width removes the value from the styleMap
53 FAIL border-left-width shows up in getProperties Failed to execute 'set' on 'Sty lePropertyMap': Invalid type for property 54 PASS border-left-width shows up in getProperties
54 PASS Setting border-left-width to a sequence throws 55 PASS Setting border-left-width to a sequence throws
55 PASS Appending to border-left-width throws 56 PASS Appending to border-left-width throws
56 Harness: the test ran to completion. 57 Harness: the test ran to completion.
57 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698