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

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

Issue 26472003: Fix improper scrollTop/Left usage in LayoutTests/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@issue_304768
Patch Set: Fix improper scrollTop/Left usage in LayoutTests/ 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: '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.body.offsetHeight > document.documentElement.clientHeight is true 11 PASS document.body.offsetHeight > document.documentElement.clientHeight is true
12 FAIL document.body.scrollTop > 0 should be true. Was false. 12 FAIL document.documentElement.scrollTop > 0 should be true. Was false.
13 FAIL document.body.scrollTop + document.documentElement.clientHeight > 2000 shou ld be true. Was false. 13 FAIL document.documentElement.scrollTop + document.documentElement.clientHeight > 2000 should be true. Was false.
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 as the Unicode equivalent of the GBK sequence %a9g (test trailing low byte). 17 This is an anchor point named as the Unicode equivalent of the GBK sequence %a9g (test trailing low byte).
18 18
19 -------- 19 --------
20 Frame: 'footer' 20 Frame: 'footer'
21 -------- 21 --------
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698