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

Side by Side Diff: LayoutTests/fast/multicol/old/overflow-into-columngap-expected.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: Reference test for overflow into column gaps in colu mn boxes</title> 4 <title>MultiColumn: Reference test for overflow into column gaps in colu mn boxes</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 20 matching lines...) Expand all
31 <body> 31 <body>
32 <p>Test passes if there is no red visible on the page.</p> 32 <p>Test passes if there is no red visible on the page.</p>
33 <div id="parent"> 33 <div id="parent">
34 <div id="reference"> 34 <div id="reference">
35 <div style="width:5.5em;"></div> 35 <div style="width:5.5em;"></div>
36 <div id="right" style="width:5em;"></div> 36 <div id="right" style="width:5em;"></div>
37 </div> 37 </div>
38 </div> 38 </div>
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/old/overflow-into-columngap.html ('k') | LayoutTests/fast/multicol/old/overflow-unsplittable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698