| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-parsing-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-parsing-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-parsing-001.html
|
| index ae77e7661ca1aecee51244e522edc8cf73c21318..9ed4696386761ea9ce7b9684651a47f1897cea12 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-parsing-001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-parsing-001.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="help" href="https://drafts.csswg.org/css-snap-size/#snap-width">
|
| <meta name="assert" content="This test asserts the parsing and getComputedStyle works correctly for the snap-width property.">
|
| <meta name="flags" content="dom">
|
| -<script src="../../../resources/testharness.js"></script>
|
| -<script src="../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
|
|
| <div data-expected="0px" title="initial value"></div>
|
|
|
|
|