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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap-expected.txt

Issue 2906023002: [CSS Typed OM] Fix test bug errors, remove forgotten expectation files (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
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.
-

Powered by Google App Engine
This is Rietveld 408576698