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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-element-inactive-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: <shadow> doesn't work for DETAILS element host. 1 CONSOLE WARNING: <shadow> doesn't work for DETAILS element host.
2 CONSOLE MESSAGE: <shadow> doesn't work for INPUT element host. 2 CONSOLE WARNING: <shadow> doesn't work for INPUT element host.
3 CONSOLE MESSAGE: <shadow> doesn't work for SUMMARY element host. 3 CONSOLE WARNING: <shadow> doesn't work for SUMMARY element host.
4 We should not expose UA shadow nodes. 4 We should not expose UA shadow nodes.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 details 9 details
10 PASS root2.firstChild.getDistributedNodes().length is 0 10 PASS root2.firstChild.getDistributedNodes().length is 0
11 input 11 input
12 PASS root2.firstChild.getDistributedNodes().length is 0 12 PASS root2.firstChild.getDistributedNodes().length is 0
13 summary 13 summary
14 PASS root2.firstChild.getDistributedNodes().length is 0 14 PASS root2.firstChild.getDistributedNodes().length is 0
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698