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

Side by Side Diff: LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: body.scrollTop is deprecated in strict mode. Please use 'docume ntElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mo de. 1 CONSOLE WARNING: body.scrollTop is deprecated in strict mode. Please use 'docume ntElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mo de.
2 CONSOLE MESSAGE: body.scrollLeft is deprecated in strict mode. Please use 'docum entElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode. 2 CONSOLE WARNING: body.scrollLeft is deprecated in strict mode. Please use 'docum entElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode.
3 Test for scrollTop/Left values of document.body and document.documentElement in documents in quirks and strict modes 3 Test for scrollTop/Left values of document.body and document.documentElement in documents in quirks and strict modes
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS iframeStrict.contentDocument.documentElement.scrollTop is 5000 8 PASS iframeStrict.contentDocument.documentElement.scrollTop is 5000
9 PASS iframeStrict.contentDocument.documentElement.scrollLeft is 4000 9 PASS iframeStrict.contentDocument.documentElement.scrollLeft is 4000
10 FAIL iframeStrict.contentDocument.body.scrollTop should be 0. Was 5000. 10 FAIL iframeStrict.contentDocument.body.scrollTop should be 0. Was 5000.
11 FAIL iframeStrict.contentDocument.body.scrollLeft should be 0. Was 4000. 11 FAIL iframeStrict.contentDocument.body.scrollLeft should be 0. Was 4000.
12 PASS iframeStrict.contentWindow.pageYOffset is 5000 12 PASS iframeStrict.contentWindow.pageYOffset is 5000
13 PASS iframeStrict.contentWindow.pageXOffset is 4000 13 PASS iframeStrict.contentWindow.pageXOffset is 4000
14 PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0 14 PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0
15 PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0 15 PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0
16 PASS iframeQuirks.contentDocument.body.scrollTop is 5000 16 PASS iframeQuirks.contentDocument.body.scrollTop is 5000
17 PASS iframeQuirks.contentDocument.body.scrollLeft is 4000 17 PASS iframeQuirks.contentDocument.body.scrollLeft is 4000
18 PASS iframeQuirks.contentWindow.pageYOffset is 5000 18 PASS iframeQuirks.contentWindow.pageYOffset is 5000
19 PASS iframeQuirks.contentWindow.pageXOffset is 4000 19 PASS iframeQuirks.contentWindow.pageXOffset is 4000
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
24 24
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698