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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/Document-prototype-currentScript-expected.txt

Issue 2360123002: Import wpt@3801ab5834101113e5f53bfb57e3c76b2b87ecbb (Closed)
Patch Set: Mark the failing test to Win only Created 4 years, 3 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/imported/wpt/shadow-dom/Document-prototype-currentScript-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/Document-prototype-currentScript-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/Document-prototype-currentScript-expected.txt
deleted file mode 100644
index bb5d4391ec712883beb0aa07092722c0b96b29bb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/Document-prototype-currentScript-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-CONSOLE ERROR: line 2443: Uncaught Error: assert_equals: expected Element node <script id="outerScriptElement">
-
-var outerScriptElement ... but got null
-CONSOLE ERROR: line 2443: Uncaught Error: assert_equals: expected Element node <script id="outerScriptElement">
-
-var outerScriptElement ... but got null
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Error: assert_equals: expected Element node <script id="outerScriptElement">
-
-var outerScriptElement ... but got null
-PASS document.currentScript must not to be set to a script element in a shadow tree in open mode
-PASS document.currentScript must not to be set to a script element in a shadow tree in closed mode
-PASS document.currentScript must be set to a script element that loads an external script in a document tree
-PASS document.currentScript must be set to a script element that loads an external script in a document tree
-PASS document.currentScript must not be set to a script element that loads an external script in an open shadow tree
-PASS document.currentScript must not be set to a script element that loads an external script in a closed shadow tree
-PASS document.currentScript must be set to a script element that loads an external script that was in an open shadow tree and then removed
-PASS document.currentScript must be set to a script element that loads an external script that was in a closed shadow tree and then removed
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698