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

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

Issue 23475019: The HTML parser should lazy attach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 This test ensures that iframe inside shadow isn't visible from the host document . 1 This test ensures that iframe inside shadow isn't visible from the host document .
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS window.length is 4 6 PASS window.length is 4
7 PASS i0byname.length is 1 7 PASS i0byname.length is 1
8 PASS i0 is i0byname[0].contentWindow 8 PASS i0 is i0byname[0].contentWindow
9 PASS i1.length is 2 9 PASS i1.length is 2
10 PASS window.length is 4 10 PASS window.length is 4
11 PASS i2byname.length is 1 11 PASS i2byname.length is 1
12 PASS i2byname[0].contentWindow is i2 12 PASS i2byname[0].contentWindow is i2
13 PASS i3byname.length is 0 13 PASS i3byname.length is 0
14 PASS i3 is undefined 14 PASS i3 is undefined
15 PASS window.length is 3 15 PASS window.length is 3
16 PASS document['i0'] is undefined 16 PASS document['i0'] is undefined
17 PASS window.length is 4 17 PASS window.length is 4
18 PASS document['i3'] is i3InShadow.contentWindow 18 PASS document['i3'] is i3InShadow.contentWindow
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698