| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html
|
| index f2a93d9dd198a41d105b96a21bc62cc27aa4122c..72602cd9d45cf5ed318688fde80ab5ea0e744e60 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="help" href="https://drafts.csswg.org/css-snap-size/#snap-height">
|
| <meta name="assert" content="This test asserts the parsing and getComputedStyle works correctly for the snap-height 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>
|
|
|
|
|