| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/unicode-bidi-parsing-002.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/unicode-bidi-parsing-002.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/unicode-bidi-parsing-002.html
|
| index 5a57b50d3033f8a96417a433c18f9cb5487744a0..d8aa6c96553c258dbc40cfd8f6cea99bc1b407ce 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/unicode-bidi-parsing-002.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/unicode-bidi-parsing-002.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#unicode-bidi">
|
| <meta name="assert" content="This test asserts the parser and getComputedStyle works correctly for the unicode-bidi: isolate, isolate-override, plaintext.">
|
| <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 style="unicode-bidi: isolate"
|
| data-expected="isolate"></div>
|
|
|