| OLD | NEW |
| 1 CONSOLE WARNING: Failed to execute 'write' on 'Document': It isn't possible to w
rite into a document from an asynchronously-loaded external script unless it is
explicitly opened. | 1 CONSOLE WARNING: line 5: Failed to execute 'write' on 'Document': It isn't possi
ble to write into a document from an asynchronously-loaded external script unles
s it is explicitly opened. |
| 2 Document.write should be ignored in imports | 2 Document.write should be ignored in imports |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 About to call document.write()... | 7 About to call document.write()... |
| 8 ...after calling document.write() | 8 ...after calling document.write() |
| 9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 10 | 10 |
| 11 TEST COMPLETE | 11 TEST COMPLETE |
| 12 | 12 |
| OLD | NEW |