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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..728c57e5e5521c5b68aa8dcbb3d458d6f3571e18 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap-expected.txt |
@@ -0,0 +1,14 @@ |
+This is a testharness.js-based test. |
+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. |
+ |