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

Side by Side Diff: LayoutTests/fast/dom/Element/scrollTop-scrollLeft-frameset-expected.txt

Issue 1216953003: Promote scrollTopLeftInterop mode to experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixes moved to other patches Created 5 years, 4 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 Test for scrollTop/Left values of document.body and document.documentElement in documents where the body is a frameset element 1 Test for scrollTop/Left values of document.body and document.documentElement in documents where the body is a frameset element
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 document.scrollingElement is document.body
7 PASS document.scrollingElement is document.documentElement 6 PASS document.scrollingElement is document.documentElement
8 PASS iframeQuirks.contentDocument.body is iframeQuirks.contentDocument.querySele ctor('frameset') 7 PASS iframeQuirks.contentDocument.body is iframeQuirks.contentDocument.querySele ctor('frameset')
9 PASS iframeQuirks.contentDocument.scrollingElement is null 8 PASS iframeQuirks.contentDocument.scrollingElement is null
10 PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0 9 PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0
11 PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0 10 PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0
12 PASS iframeQuirks.contentDocument.body.scrollTop is 0 11 PASS iframeQuirks.contentDocument.body.scrollTop is 0
13 PASS iframeQuirks.contentDocument.body.scrollLeft is 0 12 PASS iframeQuirks.contentDocument.body.scrollLeft is 0
14 PASS iframeQuirks.contentWindow.pageYOffset is 500 13 PASS iframeQuirks.contentWindow.pageYOffset is 500
15 PASS iframeQuirks.contentWindow.pageXOffset is 200 14 PASS iframeQuirks.contentWindow.pageXOffset is 200
16 15
17 Add extra body element 16 Add extra body element
18 PASS iframeQuirks.contentDocument.body is iframeQuirks.contentDocument.querySele ctor('frameset') 17 PASS iframeQuirks.contentDocument.body is iframeQuirks.contentDocument.querySele ctor('frameset')
19 PASS iframeQuirks.contentDocument.scrollingElement is bodyElement 18 PASS iframeQuirks.contentDocument.scrollingElement is bodyElement
20 PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0 19 PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0
21 PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0 20 PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0
22 PASS iframeQuirks.contentDocument.body.scrollTop is 0 21 PASS iframeQuirks.contentDocument.body.scrollTop is 0
23 PASS iframeQuirks.contentDocument.body.scrollLeft is 0 22 PASS iframeQuirks.contentDocument.body.scrollLeft is 0
24 PASS iframeQuirks.contentWindow.pageYOffset is 500 23 PASS iframeQuirks.contentWindow.pageYOffset is 500
25 PASS iframeQuirks.contentWindow.pageXOffset is 200 24 PASS iframeQuirks.contentWindow.pageXOffset is 200
26 PASS iframeQuirks.contentDocument.scrollingElement.scrollTop is 500 25 PASS iframeQuirks.contentDocument.scrollingElement.scrollTop is 500
27 PASS iframeQuirks.contentDocument.scrollingElement.scrollLeft is 200 26 PASS iframeQuirks.contentDocument.scrollingElement.scrollLeft is 200
28 PASS successfullyParsed is true 27 PASS successfullyParsed is true
29 28
30 TEST COMPLETE 29 TEST COMPLETE
31 30
32 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698