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

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

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: add svg/xml tests 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/custom-elements/adopted-callback-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4c43e9b0a8a95a697419ce8e90f13705a87ea697..05df14d529e87932762bb0608582a880aeb2c729 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 187 tests; 156 PASS, 31 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 187 tests; 159 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/custom-elements/adopted-callback-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698