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

Side by Side Diff: LayoutTests/fast/multicol/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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
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"/>
6 <style>
7 #parent
8 {
9 font: 20px/1 monospace;
10 position: relative;
11 }
12 #reference
13 {
14 height: 6em;
15 width: 11em;
16 position: absolute;
17 }
18 #reference div
19 {
20 position: absolute;
21 top: 0;
22 background: green;
23 height: 6em;
24 }
25 #right
26 {
27 right: 0;
28 }
29 </style>
30 </head>
31 <body>
32 <p>Test passes if there is no red visible on the page.</p>
33 <div id="parent">
34 <div id="reference">
35 <div style="width:5.5em;"></div>
36 <div id="right" style="width:5em;"></div>
37 </div>
38 </div>
39 </body>
40 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/overflow-into-columngap.html ('k') | LayoutTests/fast/multicol/overflow-unsplittable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698