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

Side by Side Diff: LayoutTests/fast/regions/minmax-content-height-region-expected.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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>Regions with min-content or max-content height</title>
5 <style type="text/css">
6 .green {
7 height: 20px;
8 width: 80px;
9 position: absolute;
10 background-color: green;
11 }
12
13 #right {
14 left: 100px;
15 }
16 </style>
17 </head>
18 <body>
19 <ul>
20 <li>Test passes if you see two green stripes on the same horizon tal line.</li>
21 <li>You shouldn't see any red.</li>
22 </ul>
23 <div class="green"></div>
24 <div id="right" class="green"></div>
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698