| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| index 372b57e1c689ea18f5c363e9e443e4d68b2f1ef8..136ef2b12ce47f53094980f1df29161f325cc51b 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/percentage-heights-000.html
|
| @@ -32,8 +32,8 @@
|
| align-content: flex-start;
|
| }
|
| </style>
|
| -<script src="../../../resources/testharness.js"></script>
|
| -<script src="../../../resources/testharnessreport.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>
|
|
|