| 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
|
| index 5a46a7fd4ee0e646c73b1cf26238ec16cf097fd5..a10034357043a7b11a37fd0716fe9b80a4341e91 100644
|
| --- 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
|
| @@ -8,5 +8,13 @@ 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.
|
|
|
|
|