| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_setGet-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_setGet-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_setGet-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..06625a603b556b8bef3631c7f775f9cc3261b3b9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_setGet-expected.txt
|
| @@ -0,0 +1,14 @@
|
| +This is a testharness.js-based test.
|
| +PASS Setting and getting round trips
|
| +PASS Setting and getting is not case sensitive
|
| +PASS Changes to element.style are reflected in the element.styleMap
|
| +PASS Changes to element.styleMap are reflected in element.style
|
| +PASS Attempting to set an invalid type for a property throws
|
| +PASS Attempting to set an invalid type for a property does not change the value
|
| +PASS Attempting to set an invalid property throws
|
| +PASS Getting a property that isn't set returns null
|
| +PASS Getting a property that doesn't exist throws
|
| +PASS Setting null to a property does not crash
|
| +FAIL Setting a property with mixed types works if the types are all valid assert_equals: expected 2 but got 1
|
| +Harness: the test ran to completion.
|
| +
|
|
|