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

Side by Side Diff: LayoutTests/fast/multicol/old/overflow-into-columngap.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, 6 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>MultiColumn: Content in normal flow that extends into column gaps is clipped in middle of column gap</title> 4 <title>MultiColumn: Content in normal flow that extends into column gaps is clipped in middle of column gap</title>
5 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#overflow-insi de-multicol-elements"/> 5 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#overflow-insi de-multicol-elements"/>
6 <style> 6 <style>
7 #parent 7 #parent
8 { 8 {
9 font: 20px/1 monospace; 9 font: 20px/1 monospace;
10 position: relative; 10 position: relative;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <div style="width:5.5em;"></div> 52 <div style="width:5.5em;"></div>
53 <div id="right" style="width:5em;"></div> 53 <div id="right" style="width:5em;"></div>
54 </div> 54 </div>
55 <div id="multicolumn"> 55 <div id="multicolumn">
56 <div style="width:5.5em;"></div> 56 <div style="width:5.5em;"></div>
57 <div style="width:5em;"></div> 57 <div style="width:5em;"></div>
58 </div> 58 </div>
59 </div> 59 </div>
60 </body> 60 </body>
61 </html> 61 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698