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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-input-button-click-expected.txt

Issue 22852020: Only allow reprojecting shadows between ShadowRoots of the same type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Delete another test Created 7 years, 4 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 2
2 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.
3 4
4 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 ".
5 6
6 7
7 Click on the padding area of the button: 8 Click on the padding area of the button:
8 PASS clickCount is 1 9 PASS clickCount is 1
9 Click on the margin area of a shadow node: 10 Click on the margin area of a shadow node:
10 PASS clickCount is 1 11 PASS clickCount is 1
11 Click on the middle of a shadow node: 12 Click on the middle of a shadow node:
12 PASS clickCount is 1 13 PASS clickCount is 1
13 Click on the original value text: 14 Click on the original value text:
14 PASS clickCount is 1 15 PASS clickCount is 1
15 PASS successfullyParsed is true 16 PASS successfullyParsed is true
16 17
17 TEST COMPLETE 18 TEST COMPLETE
18 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698