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

Side by Side Diff: LayoutTests/fast/autoresize/turn-off-autoresize-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 This test verifies that turning off auto resize functions correctly. It only wor ks when run in dumprendertree as it relies on having auto-resize function availa ble. 1 This test verifies that turning off auto resize functions correctly. It only wor ks when run in dumprendertree as it relies on having auto-resize function availa ble.
2 2
3 When it succeeds, there should be a series of PASS messages followed by a DONE m essage. 3 When it succeeds, there should be a series of PASS messages followed by a DONE m essage.
4 4
5 PASS: document.body.clientWidth equaled window.innerWidth 5 PASS: document.body.clientWidth equaled window.innerWidth
6 PASS: document.body.clientHeight equaled window.innerHeight 6 PASS: document.body.clientHeight equaled window.innerHeight
7 PASS: document.body.scrollWidth equaled window.innerWidth 7 PASS: document.scrollingElement.scrollWidth equaled window.innerWidth
8 PASS: document.body.scrollHeight equaled window.innerHeight 8 PASS: document.scrollingElement.scrollHeight equaled window.innerHeight
9 PASS: window.innerWidth equaled window.outerWidth 9 PASS: window.innerWidth equaled window.outerWidth
10 PASS: window.innerHeight equaled window.outerHeight 10 PASS: window.innerHeight equaled window.outerHeight
11 PASS: window.outerWidth equaled 200 11 PASS: window.outerWidth equaled 200
12 PASS: window.outerHeight equaled 200 12 PASS: window.outerHeight equaled 200
13 PASS: window.outerWidth equaled 200 13 PASS: window.outerWidth equaled 200
14 DONE 14 DONE
15 15
OLDNEW
« no previous file with comments | « LayoutTests/fast/autoresize/turn-off-autoresize.html ('k') | LayoutTests/fast/css/resize-corner-tracking-touch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698