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

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

Issue 2647353009: Import csswg-test@6212b49508f6272646ac4783fad331ff17031a10 (Closed)
Patch Set: Skip css-values-4 Created 3 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>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: 200px;
15 width: 100px;
16 overflow: scroll;
17 display: inline-block;
18 }
19 </style>
20 </head>
21 <body>
22 <p>Test passes if there is a filled green square with scrollbars and <st rong>no red</strong>.</p>
23
24 <div class="flex">
25 <div></div><div></div>
26 </div>
27 </body>
28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698