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

Side by Side Diff: LayoutTests/fast/regions/auto-size/autoheight-flexbox-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 <style>
5 .green {
6 height: 40px;
7 width: 100px;
8 background-color: green;
9 }
10 </style>
11 </head>
12 <body>
13 <p> Test whether an auto-height region is laid out properly inside a fle xbox container with height auto.<br>
14 Test passes if you see a green rectangle.
15 </p>
16 <div class="green">
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698