OLD | NEW |
1 This test asserts that document doesn't leak when a selection is created inside
the document. | 1 This test asserts that document doesn't leak when a selection is created inside
the document. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS numberOfDocumentsAfter is numberOfDocumentsBefore | 6 PASS The difference of counter "numberOfLiveDocuments" before and after the cycl
e is under the threshold of 0. |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 This test only runs on DumpRenderTree, as it requires existence of window.intern
als and cross-domain resource access check disabled. | 10 |
OLD | NEW |