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

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

Issue 21165005: Support author Shadow DOM for INPUT elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test should work on Windows and Linux. Created 7 years, 3 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 MESSAGE: <shadow> doesn't work for DETAILS element host.
2 CONSOLE MESSAGE: <shadow> doesn't work for INPUT element host.
2 CONSOLE MESSAGE: <shadow> doesn't work for SUMMARY element host. 3 CONSOLE MESSAGE: <shadow> doesn't work for SUMMARY element host.
3 We should not expose UA shadow nodes. 4 We should not expose UA shadow nodes.
4 5
5 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 ".
6 7
7 8
8 details 9 details
9 PASS root2.firstChild.getDistributedNodes().length is 0 10 PASS root2.firstChild.getDistributedNodes().length is 0
11 input
12 PASS root2.firstChild.getDistributedNodes().length is 0
10 summary 13 summary
11 PASS root2.firstChild.getDistributedNodes().length is 0 14 PASS root2.firstChild.getDistributedNodes().length is 0
12 PASS successfullyParsed is true 15 PASS successfullyParsed is true
13 16
14 TEST COMPLETE 17 TEST COMPLETE
15 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698