| OLD | NEW |
| 1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already
hosts a shadow root is deprecated. See https://www.chromestatus.com/features/46
68884095336448 for more details. |
| 1 Find text in shadow roots. | 2 Find text in shadow roots. |
| 2 | 3 |
| 3 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
". |
| 4 | 5 |
| 5 | 6 |
| 6 Starting testSimpleShadow()... | 7 Starting testSimpleShadow()... |
| 7 PASS testRunner.findString("SHADOW", []) is true | 8 PASS testRunner.findString("SHADOW", []) is true |
| 8 PASS testRunner.findString("HADO", []) is true | 9 PASS testRunner.findString("HADO", []) is true |
| 9 PASS testRunner.findString("SHA", []) is true | 10 PASS testRunner.findString("SHA", []) is true |
| 10 PASS testRunner.findString("DOW", []) is true | 11 PASS testRunner.findString("DOW", []) is true |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 PASS testRunner.findString("AFTER", []) is true | 40 PASS testRunner.findString("AFTER", []) is true |
| 40 PASS testRunner.findString("BEFOREAFTER", []) is true | 41 PASS testRunner.findString("BEFOREAFTER", []) is true |
| 41 PASS testRunner.findString("DOCUMENTBEFORE", []) is false | 42 PASS testRunner.findString("DOCUMENTBEFORE", []) is false |
| 42 PASS testRunner.findString("AFTERDOCUMENT", []) is false | 43 PASS testRunner.findString("AFTERDOCUMENT", []) is false |
| 43 Finished testDistribution(). | 44 Finished testDistribution(). |
| 44 | 45 |
| 45 PASS successfullyParsed is true | 46 PASS successfullyParsed is true |
| 46 | 47 |
| 47 TEST COMPLETE | 48 TEST COMPLETE |
| 48 | 49 |
| OLD | NEW |