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

Side by Side Diff: LayoutTests/fast/multicol/float-multicol.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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <body style="-moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width :24em; -webkit-column-gap:2em"> 3 <body style="-moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width :24em; -webkit-column-gap:2em; overflow: hidden;">
4 <div style="background:cyan;"> 4 <div style="background:cyan;">
5 <div style="float:left; width:50%; background:yellow; margin:0.3em;"> 5 <div style="float:left; width:50%; background:yellow; margin:0.3em;">
6 <img src="resources/blimp.png" style="float:left;"> 6 <img src="resources/blimp.png" style="float:left;">
7 You've already downloaded a build. All you have to do is use it as your everyday browser and mail/news reader. If you downloaded a build with Talkback, please turn it on when it asks. 7 You've already downloaded a build. All you have to do is use it as your everyday browser and mail/news reader. If you downloaded a build with Talkback, please turn it on when it asks.
8 <div style="float:right; background:red;"> 8 <div style="float:right; background:red;">
9 <p>Hola hola 1 9 <p>Hola hola 1
10 <p>Hola hola 2 10 <p>Hola hola 2
11 <p>Hola hola 3 11 <p>Hola hola 3
12 <p>Hola hola 4 12 <p>Hola hola 4
13 <p>Hola hola 5 13 <p>Hola hola 5
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 has a <a href="../quality/help/">page</a> 80 has a <a href="../quality/help/">page</a>
81 dedicated to ways to get involved with helping. This doesn't involve 81 dedicated to ways to get involved with helping. This doesn't involve
82 knowing how to code, although a little knowledge of HTML is helpful. B eing 82 knowing how to code, although a little knowledge of HTML is helpful. B eing
83 involved with QA is good for people wanting to get more familiar wit h 83 involved with QA is good for people wanting to get more familiar wit h
84 Mozilla, and there's a strong community. A particularly good way to ge t involved 84 Mozilla, and there's a strong community. A particularly good way to ge t involved
85 is to join the <a href="../newlayout/bugathon.html">BugAThon</a>.</p> 85 is to join the <a href="../newlayout/bugathon.html">BugAThon</a>.</p>
86 </dd> 86 </dd>
87 </dl> 87 </dl>
88 </body> 88 </body>
89 </html> 89 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing.html ('k') | LayoutTests/fast/multicol/float-paginate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698