Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap-expected.txt |
| deleted file mode 100644 |
| index 728c57e5e5521c5b68aa8dcbb3d458d6f3571e18..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap-expected.txt |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -This is a testharness.js-based test. |
|
Bugs Nash
2017/05/29 01:30:41
this test seems to still be in the code base https
meade_UTC10
2017/05/29 03:23:49
Since I fixed the test bug, the tests all pass, so
|
| -PASS Test that passing null to getComputedStyleMap does not crash |
| -PASS Computed StyleMap.getProperties returns the same list of property names as ComputedStyle |
| -PASS Unsupported but serializable property returns a base CSSStyleValue. |
| -PASS Unsupported and unserializable property returns null. |
| -FAIL get() throws for an invalid property. Test bug: need to pass exception to assert_throws() |
| -PASS has() return false for an unsupported property. |
| -FAIL has() throws for an invalid property. Test bug: need to pass exception to assert_throws() |
| -PASS has() returns true for an unsupported but serializable shorthand property. |
| -PASS has() return false for unsupported and unserializable shorthand properties. |
| -PASS has() returns true for a supported property. |
| -PASS get() returns correct values for an element with display: none. |
| -Harness: the test ran to completion. |
| - |