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

Side by Side Diff: LayoutTests/fast/multicol/pagination-h-vertical-lr.html

Issue 249963002: FCMify layout tests with scrollbar rendering diffs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 8 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-lr; overflow: -webkit-paged-x;"> 1 <html style="-webkit-writing-mode: vertical-lr; overflow: -webkit-paged-x;">
2 <script>
3 if (window.internals) {
4 window.internals.settings.setForceCompositingMode(true);
5 }
6 </script>
2 <body> 7 <body>
3 <div style="border: solid; width: 1200px; font: 50px ahem; -webkit-font-smoo thing: none;"> 8 <div style="border: solid; width: 1200px; font: 50px ahem; -webkit-font-smoo thing: none;">
4 <br><br><br><br><br><br><br><br><br><br><br><br><br><br> 9 <br><br><br><br><br><br><br><br><br><br><br><br><br><br>
5 Lorem<br> 10 Lorem<br>
6 <span style="color: red;">ipsum</br> 11 <span style="color: red;">ipsum</br>
7 </div> 12 </div>
8 </body> 13 </body>
9 </html> 14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/pagination-h-horizontal-tb.html ('k') | LayoutTests/fast/multicol/pagination-h-vertical-rl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698