| OLD | NEW |
| 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 |
| OLD | NEW |