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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-input-button-click-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 INPUT element host. 1 CONSOLE WARNING: <shadow> doesn't work for INPUT element host.
2 2
3 Make sure that mouse click on an input button with shadow nodes works. 3 Make sure that mouse click on an input button with shadow nodes works.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 Click on the padding area of the button: 8 Click on the padding area of the button:
9 PASS clickCount is 1 9 PASS clickCount is 1
10 Click on the margin area of a shadow node: 10 Click on the margin area of a shadow node:
11 PASS clickCount is 1 11 PASS clickCount is 1
12 Click on the middle of a shadow node: 12 Click on the middle of a shadow node:
13 PASS clickCount is 1 13 PASS clickCount is 1
14 Click on the original value text: 14 Click on the original value text:
15 PASS clickCount is 1 15 PASS clickCount is 1
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698