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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698