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

Side by Side Diff: LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html

Issue 14807003: Unifies ScrollView and RenderLayer to use non-shifted [minPos, maxPos] scroll offset (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase again Created 7 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 <html style="-webkit-writing-mode: vertical-rl;"> 1 <html style="-webkit-writing-mode: vertical-rl;">
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.internals) 4 if (window.internals)
5 internals.setPagination(document, "RightToLeftPaginated", 0, 400); 5 internals.setPagination(document, "RightToLeftPaginated", 0, 400);
6
7 if (window.testRunner) {
8 testRunner.waitUntilDone();
9 setTimeout('scrollTo(-400, 0); testRunner.notifyDone();', 0);
10 }
6 </script> 11 </script>
7 </head> 12 </head>
8 <body style="width:100%; height:100%;"> 13 <body style="width:100%; height:100%;">
9 <div style="width:100%; height:100%;"> 14 <div style="width:100%; height:100%;">
10 <img src="resources/big-green.png" style="width:100%; height:100%; max-w idth:100%; max-height:100%;"/> 15 <img src="resources/big-green.png" style="width:100%; height:100%; max-w idth:100%; max-height:100%;"/>
11 </div> 16 </div>
12 </body> 17 </body>
13 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698