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