Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: LayoutTests/editing/text-iterator/findString-shadow-roots-expected.txt

Issue 1159563012: Add a deprecation message for multiple shadow roots. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase more expectations. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698