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

Side by Side Diff: LayoutTests/fast/regions/fit-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>Region with fit-content height</title>
5 <style type="text/css">
6 div {
7 height: 20px;
8 width: 80px;
9 background-color: green;
10 }
11 </style>
12 </head>
13 <body>
14 <ul>
15 <li>Test passes if you see a green horizontal stripe.</li>
16 <li>You shouldn't see any red.</li>
17 </ul>
18 <div></div>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/fit-content-height-region.html ('k') | LayoutTests/fast/regions/fixed-pos-elem-in-named-flow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698