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

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

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
OLDNEW
1 <html> 1 <html>
2 <body style="margin:0;"> 2 <body style="margin:0;">
3 <div id="container" style="width:400px; overflow:-webkit-paged-x; -webkit-wr iting-mode:vertical-rl;"> 3 <div id="container" style="width:400px; overflow:-webkit-paged-x; -webkit-wr iting-mode:vertical-rl;">
4 <div style="width:100%; height:100%; margin:8px;"> 4 <div style="width:100%; height:100%; margin:8px;">
5 <img src="resources/big-green.png" style="width:100%; height:100%; m ax-width:100%; max-height:100%;"/> 5 <img src="../resources/big-green.png" style="width:100%; height:100% ; max-width:100%; max-height:100%;"/>
6 </div> 6 </div>
7 </div> 7 </div>
8 <script> 8 <script>
9 document.getElementById("container").scrollLeft = -400; 9 document.getElementById("container").scrollLeft = -400;
10 </script> 10 </script>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698