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

Side by Side Diff: LayoutTests/http/tests/navigation/anchor-frames-same-origin-expected.txt

Issue 25039006: document.documentElement.scrollTop/Left is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: document.documentElement.scrollTop/Left is zero 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
OLDNEW
1 1
2 2
3 -------- 3 --------
4 Frame: 'child' 4 Frame: 'child'
5 -------- 5 --------
6 This tests that the framesniffing defenses are not overzealous. 6 This tests that the framesniffing defenses are not overzealous.
7 7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9 9
10 10
11 PASS document.body.scrollTop > 0 is true 11 PASS document.documentElement.scrollTop > 0 is true
12 PASS document.body.scrollLeft == 0 is true 12 PASS document.documentElement.scrollLeft == 0 is true
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
17 17
18 -------- 18 --------
19 Frame: 'grandchild' 19 Frame: 'grandchild'
20 -------- 20 --------
21 This is an anchor point named "anchor1". 21 This is an anchor point named "anchor1".
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698