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

Side by Side Diff: LayoutTests/fast/lists/008-vertical.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations 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
« no previous file with comments | « LayoutTests/fast/lists/001-vertical.html ('k') | LayoutTests/fast/lists/li-br.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML style="-webkit-writing-mode:vertical-lr"> 2 <HTML style="-webkit-writing-mode:vertical-lr">
3 <HEAD> 3 <HEAD>
4 <TITLE>lists with direction:rtl</TITLE> 4 <TITLE>lists with direction:rtl</TITLE>
5 <style> 5 <style>
6 body { overflow: hidden; }
6 li { border:5px solid orange; padding:5px; } 7 li { border:5px solid orange; padding:5px; }
7 .img { list-style-image: url(resources/white.gif) } 8 .img { list-style-image: url(resources/white.gif) }
8 </style> 9 </style>
9 </HEAD> 10 </HEAD>
10 <BODY> 11 <BODY>
11 <UL style="height:20ex; border:1px blue solid;"> 12 <UL style="height:20ex; border:1px blue solid;">
12 <LI>First item 13 <LI>First item
13 <LI>Second and very very long item 14 <LI>Second and very very long item
14 <LI>Third item 15 <LI>Third item
15 </UL> 16 </UL>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <LI>Second and very very long item 62 <LI>Second and very very long item
62 <LI>Third item 63 <LI>Third item
63 </OL> 64 </OL>
64 <OL style="direction:rtl; height:20ex; border:1px red solid; list-style-position :inside;"> 65 <OL style="direction:rtl; height:20ex; border:1px red solid; list-style-position :inside;">
65 <LI>First item 66 <LI>First item
66 <LI>Second and very very long item 67 <LI>Second and very very long item
67 <LI>Third item 68 <LI>Third item
68 </OL> 69 </OL>
69 70
70 </BODY> 71 </BODY>
71 </HTML> 72 </HTML>
OLDNEW
« no previous file with comments | « LayoutTests/fast/lists/001-vertical.html ('k') | LayoutTests/fast/lists/li-br.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698