| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/width-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/width-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/width-expected.txt
|
| deleted file mode 100644
|
| index ad48a968a79224cbd216d85d1a6487d68605b396..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/width-expected.txt
|
| +++ /dev/null
|
| @@ -1,59 +0,0 @@
|
| -This is a testharness.js-based test.
|
| -PASS Setting width to max-content
|
| -PASS Setting width to min-content
|
| -PASS Setting width to fit-content
|
| -PASS Setting width to auto
|
| -PASS Setting width to initial
|
| -PASS Setting width to inherit
|
| -PASS Setting width to unset
|
| -FAIL Setting width to CSSUnitValue with value 1px Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 3em Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 4ex Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 5ch Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 6rem Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 7vw Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 8vh Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 9vmin Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 10vmax Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 11cm Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 12mm Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 13in Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 14pc Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -FAIL Setting width to CSSUnitValue with value 15pt Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -PASS Setting width to invalid value CSSUnitValue "1" throws
|
| -PASS Setting width to invalid value null throws
|
| -PASS Setting width to invalid value undefined throws
|
| -PASS Setting width to invalid value true throws
|
| -PASS Setting width to invalid value false throws
|
| -PASS Setting width to invalid value 1 throws
|
| -PASS Setting width to invalid value hello throws
|
| -PASS Setting width to invalid value [object Object] throws
|
| -PASS Setting width to invalid value CSSKeywordValue "notAKeyword" throws
|
| -PASS Getting width when it is set to max-content
|
| -PASS Getting width when it is set to min-content
|
| -PASS Getting width when it is set to fit-content
|
| -PASS Getting width when it is set to auto
|
| -PASS Getting width when it is set to initial
|
| -PASS Getting width when it is set to inherit
|
| -PASS Getting width when it is set to unset
|
| -FAIL Getting width with a CSSUnitValue whose value is 1px assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 3em assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 4ex assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 5ch assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 6rem assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 7vw assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 8vh assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 9vmin assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 10vmax assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 11cm assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 12mm assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 13in assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 14pc assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL Getting width with a CSSUnitValue whose value is 15pt assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
|
| -FAIL getAll for single-valued width assert_equals: Returned type is incorrect: expected "CSSUnitValue" but got "CSSStyleValue"
|
| -PASS Delete width removes the value from the styleMap
|
| -FAIL width shows up in getProperties Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
|
| -PASS Setting width to a sequence throws
|
| -PASS Appending to width throws
|
| -Harness: the test ran to completion.
|
| -
|
|
|