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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (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
(Empty)
1 This is a testharness.js-based test.
2 PASS Setting border-bottom-width to thin
3 PASS Setting border-bottom-width to medium
4 PASS Setting border-bottom-width to thick
5 PASS Setting border-bottom-width to initial
6 PASS Setting border-bottom-width to inherit
7 PASS Setting border-bottom-width to unset
8 FAIL Setting border-bottom-width to CSSUnitValue with value 1px Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property
9 FAIL Setting border-bottom-width to CSSUnitValue with value 3em Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property
10 FAIL Setting border-bottom-width to CSSUnitValue with value 4ex Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property
11 FAIL Setting border-bottom-width to CSSUnitValue with value 5ch Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property
12 FAIL Setting border-bottom-width to CSSUnitValue with value 6rem Failed to execu te 'set' on 'StylePropertyMap': Invalid type for property
13 FAIL Setting border-bottom-width to CSSUnitValue with value 7vw Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property
14 FAIL Setting border-bottom-width to CSSUnitValue with value 8vh Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property
15 FAIL Setting border-bottom-width to CSSUnitValue with value 9vmin Failed to exec ute 'set' on 'StylePropertyMap': Invalid type for property
16 FAIL Setting border-bottom-width to CSSUnitValue with value 10vmax Failed to exe cute 'set' on 'StylePropertyMap': Invalid type for property
17 FAIL Setting border-bottom-width to CSSUnitValue with value 11cm Failed to execu te 'set' on 'StylePropertyMap': Invalid type for property
18 FAIL Setting border-bottom-width to CSSUnitValue with value 12mm Failed to execu te 'set' on 'StylePropertyMap': Invalid type for property
19 FAIL Setting border-bottom-width to CSSUnitValue with value 13in Failed to execu te 'set' on 'StylePropertyMap': Invalid type for property
20 FAIL Setting border-bottom-width to CSSUnitValue with value 14pc Failed to execu te 'set' on 'StylePropertyMap': Invalid type for property
21 FAIL Setting border-bottom-width to CSSUnitValue with value 15pt Failed to execu te 'set' on 'StylePropertyMap': Invalid type for property
22 PASS Setting border-bottom-width to invalid value CSSUnitValue throws
23 PASS Setting border-bottom-width to invalid value null throws
24 PASS Setting border-bottom-width to invalid value undefined throws
25 PASS Setting border-bottom-width to invalid value true throws
26 PASS Setting border-bottom-width to invalid value false throws
27 PASS Setting border-bottom-width to invalid value 1 throws
28 PASS Setting border-bottom-width to invalid value hello throws
29 PASS Setting border-bottom-width to invalid value [object Object] throws
30 PASS Setting border-bottom-width to invalid value CSSKeywordValue throws
31 PASS Getting border-bottom-width when it is set to thin
32 PASS Getting border-bottom-width when it is set to medium
33 PASS Getting border-bottom-width when it is set to thick
34 PASS Getting border-bottom-width when it is set to initial
35 PASS Getting border-bottom-width when it is set to inherit
36 PASS Getting border-bottom-width when it is set to unset
37 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 1px assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
38 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 3em assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
39 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 4ex assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
40 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 5ch assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
41 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 6rem assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
42 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 7vw assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
43 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 8vh assert_e quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
44 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 9vmin assert _equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
45 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 10vmax asser t_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
46 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 11cm assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
47 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 12mm assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
48 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 13in assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
49 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 14pc assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
50 FAIL Getting border-bottom-width with a CSSUnitValue whose value is 15pt assert_ equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
51 FAIL getAll for single-valued border-bottom-width assert_equals: Returned type i s incorrect: expected "CSSUnitValue" but got "CSSStyleValue"
52 PASS Delete border-bottom-width removes the value from the styleMap
53 FAIL border-bottom-width shows up in getProperties Failed to execute 'set' on 'S tylePropertyMap': Invalid type for property
54 PASS Setting border-bottom-width to a sequence throws
55 PASS Appending to border-bottom-width throws
56 Harness: the test ran to completion.
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698