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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 years, 7 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 width to max-content
3 PASS Setting width to min-content
4 PASS Setting width to fit-content
5 PASS Setting width to auto
6 PASS Setting width to initial
7 PASS Setting width to inherit
8 PASS Setting width to unset
9 FAIL Setting width to CSSUnitValue with value 1px Failed to execute 'set' on 'St ylePropertyMap': Invalid type for property
10 FAIL Setting width to CSSUnitValue with value 3em Failed to execute 'set' on 'St ylePropertyMap': Invalid type for property
11 FAIL Setting width to CSSUnitValue with value 4ex Failed to execute 'set' on 'St ylePropertyMap': Invalid type for property
12 FAIL Setting width to CSSUnitValue with value 5ch Failed to execute 'set' on 'St ylePropertyMap': Invalid type for property
13 FAIL Setting width to CSSUnitValue with value 6rem Failed to execute 'set' on 'S tylePropertyMap': Invalid type for property
14 FAIL Setting width to CSSUnitValue with value 7vw Failed to execute 'set' on 'St ylePropertyMap': Invalid type for property
15 FAIL Setting width to CSSUnitValue with value 8vh Failed to execute 'set' on 'St ylePropertyMap': Invalid type for property
16 FAIL Setting width to CSSUnitValue with value 9vmin Failed to execute 'set' on ' StylePropertyMap': Invalid type for property
17 FAIL Setting width to CSSUnitValue with value 10vmax Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
18 FAIL Setting width to CSSUnitValue with value 11cm Failed to execute 'set' on 'S tylePropertyMap': Invalid type for property
19 FAIL Setting width to CSSUnitValue with value 12mm Failed to execute 'set' on 'S tylePropertyMap': Invalid type for property
20 FAIL Setting width to CSSUnitValue with value 13in Failed to execute 'set' on 'S tylePropertyMap': Invalid type for property
21 FAIL Setting width to CSSUnitValue with value 14pc Failed to execute 'set' on 'S tylePropertyMap': Invalid type for property
22 FAIL Setting width to CSSUnitValue with value 15pt Failed to execute 'set' on 'S tylePropertyMap': Invalid type for property
23 PASS Setting width to invalid value CSSUnitValue throws
24 PASS Setting width to invalid value null throws
25 PASS Setting width to invalid value undefined throws
26 PASS Setting width to invalid value true throws
27 PASS Setting width to invalid value false throws
28 PASS Setting width to invalid value 1 throws
29 PASS Setting width to invalid value hello throws
30 PASS Setting width to invalid value [object Object] throws
31 PASS Setting width to invalid value CSSKeywordValue throws
32 PASS Getting width when it is set to max-content
33 PASS Getting width when it is set to min-content
34 PASS Getting width when it is set to fit-content
35 PASS Getting width when it is set to auto
36 PASS Getting width when it is set to initial
37 PASS Getting width when it is set to inherit
38 PASS Getting width when it is set to unset
39 FAIL Getting width with a CSSUnitValue whose value is 1px assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
40 FAIL Getting width with a CSSUnitValue whose value is 3em assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
41 FAIL Getting width with a CSSUnitValue whose value is 4ex assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
42 FAIL Getting width with a CSSUnitValue whose value is 5ch assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
43 FAIL Getting width with a CSSUnitValue whose value is 6rem assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
44 FAIL Getting width with a CSSUnitValue whose value is 7vw assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
45 FAIL Getting width with a CSSUnitValue whose value is 8vh assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
46 FAIL Getting width with a CSSUnitValue whose value is 9vmin assert_equals: typeo f result expected "CSSUnitValue" but got "CSSStyleValue"
47 FAIL Getting width with a CSSUnitValue whose value is 10vmax assert_equals: type of result expected "CSSUnitValue" but got "CSSStyleValue"
48 FAIL Getting width with a CSSUnitValue whose value is 11cm assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
49 FAIL Getting width with a CSSUnitValue whose value is 12mm assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
50 FAIL Getting width with a CSSUnitValue whose value is 13in assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
51 FAIL Getting width with a CSSUnitValue whose value is 14pc assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
52 FAIL Getting width with a CSSUnitValue whose value is 15pt assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
53 FAIL getAll for single-valued width assert_equals: Returned type is incorrect: e xpected "CSSUnitValue" but got "CSSStyleValue"
54 PASS Delete width removes the value from the styleMap
55 FAIL width shows up in getProperties Failed to execute 'set' on 'StylePropertyMa p': Invalid type for property
56 PASS Setting width to a sequence throws
57 PASS Appending to width throws
58 Harness: the test ran to completion.
59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698