blob: 459b671d003bea690e47ce7d85291660625cb2ba [file] [log] [blame]
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.
Find text in shadow roots.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Starting testSimpleShadow()...
PASS testRunner.findString("SHADOW", []) is true
PASS testRunner.findString("HADO", []) is true
PASS testRunner.findString("SHA", []) is true
PASS testRunner.findString("DOW", []) is true
PASS testRunner.findString("DOCUMENT", []) is false
PASS testRunner.findString("DOC", []) is false
PASS testRunner.findString("CUM", []) is false
PASS testRunner.findString("ENT", []) is false
PASS testRunner.findString("BEFORE", []) is true
PASS testRunner.findString("AFTER", []) is true
PASS testRunner.findString("BEFOREDOC", []) is false
PASS testRunner.findString("ENTAFTER", []) is false
PASS testRunner.findString("ORESHADOW", []) is false
PASS testRunner.findString("SHADOWAFTER", []) is false
Finished testSimpleShadow().
Starting testMultipleShadows()...
PASS testRunner.findString("DOCUMENT", []) is false
PASS testRunner.findString("YOUNGER", []) is false
PASS testRunner.findString("OLDER", []) is true
Finished testMultipleShadows().
Starting testNestedShadows()...
PASS testRunner.findString("DOCUMENT", []) is false
PASS testRunner.findString("OUTER", []) is true
PASS testRunner.findString("SHADOW", []) is false
PASS testRunner.findString("INNER", []) is true
Finished testNestedShadows().
Starting testDistribution()...
PASS testRunner.findString("BEFORE", []) is true
PASS testRunner.findString("DOCUMENT", []) is true
PASS testRunner.findString("AFTER", []) is true
PASS testRunner.findString("BEFOREDOCUMENTAFTER", []) is true
PASS testRunner.findString("DOCUMENTBEFORE", []) is false
PASS testRunner.findString("AFTERDOCUMENT", []) is false
Finished testDistribution().
PASS successfullyParsed is true
TEST COMPLETE