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

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-flexbox-1/layout-algorithm_algo-cross-line-002-expected.html

Issue 2647353009: Import csswg-test@6212b49508f6272646ac4783fad331ff17031a10 (Closed)
Patch Set: Skip css-values-4 Created 3 years, 11 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>CSS Flex-basis Test</title>
5 <link rel="author" title="Tomek Wytrebowicz" href="mailto:tomalecpub+git hub@gmail.com">
6 <style type="text/css">
7 .flex {
8 width: 200px;
9 height: 200px;
10 }
11
12 .flex > * {
13 background: green;
14 height: 100px;
15 width: 200px;
16 overflow: scroll;
17 }
18 </style>
19 </head>
20 <body>
21 <p>Test passes if there is a filled green square with scrollbars and <st rong>no red</strong>.</p>
22
23 <div class="flex">
24 <div></div><div></div>
25 </div>
26 </body>
27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698