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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/cssom/interfaces-expected.txt

Issue 2881323002: Support Document constructor. (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/external/wpt/cssom/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/cssom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/cssom/interfaces-expected.txt
index 057ea3d9f132051e444ae74b2b957453212de8f7..40f3df36b86e082dc3748c0302fbc446ff81f986 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/cssom/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/cssom/interfaces-expected.txt
@@ -1,12 +1,12 @@
This is a testharness.js-based test.
-Found 195 tests; 164 PASS, 31 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 195 tests; 167 PASS, 28 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS Document interface: attribute styleSheets
FAIL Document must be primary interface of document assert_equals: document's prototype is not Document.prototype expected object "[object Document]" but got object "[object HTMLDocument]"
FAIL Stringification of document assert_equals: class string of document expected "[object Document]" but got "[object HTMLDocument]"
PASS Document interface: document must inherit property "styleSheets" with the proper type (0)
-FAIL Document must be primary interface of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL Stringification of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL Document interface: new Document() must inherit property "styleSheets" with the proper type (0) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
+PASS Document must be primary interface of new Document()
+PASS Stringification of new Document()
+PASS Document interface: new Document() must inherit property "styleSheets" with the proper type (0)
PASS ProcessingInstruction interface: attribute sheet
PASS HTMLElement interface: attribute style
PASS SVGElement interface: attribute style

Powered by Google App Engine
This is Rietveld 408576698