| Index: third_party/WebKit/LayoutTests/external/csswg-test/css-flexbox-1/layout-algorithm_algo-cross-line-001-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/csswg-test/css-flexbox-1/layout-algorithm_algo-cross-line-001-expected.html b/third_party/WebKit/LayoutTests/external/csswg-test/css-flexbox-1/layout-algorithm_algo-cross-line-001-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5174bd1d9f720115a1a8c7fa32a86db396ff7408
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/csswg-test/css-flexbox-1/layout-algorithm_algo-cross-line-001-expected.html
|
| @@ -0,0 +1,28 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>CSS Flex-basis Test</title>
|
| + <link rel="author" title="Tomek Wytrebowicz" href="mailto:tomalecpub+github@gmail.com">
|
| + <style type="text/css">
|
| + .flex {
|
| + width: 200px;
|
| + height: 200px;
|
| + }
|
| +
|
| + .flex > * {
|
| + background: green;
|
| + height: 200px;
|
| + width: 100px;
|
| + overflow: scroll;
|
| + display: inline-block;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <p>Test passes if there is a filled green square with scrollbars and <strong>no red</strong>.</p>
|
| +
|
| + <div class="flex">
|
| + <div></div><div></div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|