| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/percentage-heights.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| similarity index 82%
|
| copy from third_party/WebKit/LayoutTests/css3/flexbox/percentage-heights.html
|
| copy to third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| index 29911a5b767610de2411756c0974c486a270ab2a..372b57e1c689ea18f5c363e9e443e4d68b2f1ef8 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/percentage-heights.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| @@ -1,5 +1,10 @@
|
| <!DOCTYPE html>
|
| <html>
|
| +<title>CSS Flexbox: Basic percentage heights</title>
|
| +<link rel="author" title="Google" href="https://www.google.com/" />
|
| +<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#main-sizing" />
|
| +<meta name="flags" content="dom" />
|
| +<meta name="assert" content="This test checks that percentage heights on a flex item correctly resolve against the container." />
|
| <style>
|
| .flexbox {
|
| display: flex;
|
| @@ -27,9 +32,9 @@
|
| align-content: flex-start;
|
| }
|
| </style>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script src="../../resources/check-layout-th.js"></script>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +<script src="support/check-layout-th.js"></script>
|
| <body onload="checkLayout('.flexbox')">
|
| <div id=log></div>
|
|
|
|
|