Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / text-iterator / findString-shadow-roots-expected.txt
blob459b671d003bea690e47ce7d85291660625cb2ba
1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/4668884095336448 for more details.
2 Find text in shadow roots.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Starting testSimpleShadow()...
8 PASS testRunner.findString("SHADOW", []) is true
9 PASS testRunner.findString("HADO", []) is true
10 PASS testRunner.findString("SHA", []) is true
11 PASS testRunner.findString("DOW", []) is true
12 PASS testRunner.findString("DOCUMENT", []) is false
13 PASS testRunner.findString("DOC", []) is false
14 PASS testRunner.findString("CUM", []) is false
15 PASS testRunner.findString("ENT", []) is false
16 PASS testRunner.findString("BEFORE", []) is true
17 PASS testRunner.findString("AFTER", []) is true
18 PASS testRunner.findString("BEFOREDOC", []) is false
19 PASS testRunner.findString("ENTAFTER", []) is false
20 PASS testRunner.findString("ORESHADOW", []) is false
21 PASS testRunner.findString("SHADOWAFTER", []) is false
22 Finished testSimpleShadow().
24 Starting testMultipleShadows()...
25 PASS testRunner.findString("DOCUMENT", []) is false
26 PASS testRunner.findString("YOUNGER", []) is false
27 PASS testRunner.findString("OLDER", []) is true
28 Finished testMultipleShadows().
30 Starting testNestedShadows()...
31 PASS testRunner.findString("DOCUMENT", []) is false
32 PASS testRunner.findString("OUTER", []) is true
33 PASS testRunner.findString("SHADOW", []) is false
34 PASS testRunner.findString("INNER", []) is true
35 Finished testNestedShadows().
37 Starting testDistribution()...
38 PASS testRunner.findString("BEFORE", []) is true
39 PASS testRunner.findString("DOCUMENT", []) is true
40 PASS testRunner.findString("AFTER", []) is true
41 PASS testRunner.findString("BEFOREDOCUMENTAFTER", []) is true
42 PASS testRunner.findString("DOCUMENTBEFORE", []) is false
43 PASS testRunner.findString("AFTERDOCUMENT", []) is false
44 Finished testDistribution().
46 PASS successfullyParsed is true
48 TEST COMPLETE