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

Side by Side Diff: LayoutTests/http/tests/navigation/anchor-frames-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: 'main' 4 Frame: 'main'
5 -------- 5 --------
6 Tests that loading a frame with a URL that contains a fragment pointed at a name d anchor actually scrolls to that anchor. 6 Tests that loading a frame with a URL that contains a fragment pointed at a name d anchor actually scrolls to that anchor.
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.documentElement.offsetHeight > document.documentElement.clientHeig ht is true 11 PASS document.documentElement.offsetHeight > document.documentElement.clientHeig ht is true
12 PASS document.body.scrollTop > 0 is true 12 PASS document.scrollingElement.scrollTop > 0 is true
13 PASS document.body.scrollTop + document.body.clientHeight > 2000 is true 13 PASS document.scrollingElement.scrollTop + document.body.clientHeight > 2000 is true
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 This is an anchor point named "anchor1. 17 This is an anchor point named "anchor1.
18 18
19 -------- 19 --------
20 Frame: 'footer' 20 Frame: 'footer'
21 -------- 21 --------
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698