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

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

Issue 2322083002: Import wpt@e1ad3cc6894b20da0a5d7dddf431c9e7848d0544 (Closed)
Patch Set: Add mac exception and rebase 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 2445: Uncaught Error: assert_equals: expected Element node < script id="outerScriptElement"> 1 CONSOLE ERROR: line 2443: Uncaught Error: assert_equals: expected Element node < script id="outerScriptElement">
2 2
3 var outerScriptElement ... but got null 3 var outerScriptElement ... but got null
4 CONSOLE ERROR: line 2445: Uncaught Error: assert_equals: expected Element node < script id="outerScriptElement"> 4 CONSOLE ERROR: line 2443: Uncaught Error: assert_equals: expected Element node < script id="outerScriptElement">
5 5
6 var outerScriptElement ... but got null 6 var outerScriptElement ... but got null
7 This is a testharness.js-based test. 7 This is a testharness.js-based test.
8 Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Err or: assert_equals: expected Element node <script id="outerScriptElement"> 8 Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Err or: assert_equals: expected Element node <script id="outerScriptElement">
9 9
10 var outerScriptElement ... but got null 10 var outerScriptElement ... but got null
11 PASS document.currentScript must not to be set to a script element in a shadow t ree in open mode 11 PASS document.currentScript must not to be set to a script element in a shadow t ree in open mode
12 PASS document.currentScript must not to be set to a script element in a shadow t ree in closed mode 12 PASS document.currentScript must not to be set to a script element in a shadow t ree in closed mode
13 PASS document.currentScript must be set to a script element that loads an extern al script in a document tree 13 PASS document.currentScript must be set to a script element that loads an extern al script in a document tree
14 PASS document.currentScript must be set to a script element that loads an extern al script in a document tree 14 PASS document.currentScript must be set to a script element that loads an extern al script in a document tree
15 PASS document.currentScript must not be set to a script element that loads an ex ternal script in an open shadow tree 15 PASS document.currentScript must not be set to a script element that loads an ex ternal script in an open shadow tree
16 PASS document.currentScript must not be set to a script element that loads an ex ternal script in a closed shadow tree 16 PASS document.currentScript must not be set to a script element that loads an ex ternal script in a closed shadow tree
17 PASS document.currentScript must be set to a script element that loads an extern al script that was in an open shadow tree and then removed 17 PASS document.currentScript must be set to a script element that loads an extern al script that was in an open shadow tree and then removed
18 PASS document.currentScript must be set to a script element that loads an extern al script that was in a closed shadow tree and then removed 18 PASS document.currentScript must be set to a script element that loads an extern al script that was in a closed shadow tree and then removed
19 Harness: the test ran to completion. 19 Harness: the test ran to completion.
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698