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

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

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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 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.scrollingElement.scrollTop > 0 is true
12 PASS document.body.scrollLeft == 0 is true 12 PASS document.scrollingElement.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