Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/pagination-h-horizontal-bt.html

Issue 1143153006: Remove old multicol tests that were only run with the old implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <html style="-webkit-writing-mode: horizontal-bt; overflow: -webkit-paged-x;">
2 <body>
3 <div style="border: solid; height: 900px; font: 50px Ahem; -webkit-font-smoo thing: none;">
4 <br><br><br><br><br><br><br><br><br><br>
5 Lorem<br>
6 <span style="color: red;">ipsum</br>
7 </div>
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine