| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/dir01.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/dir01.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/dir01.html
|
| index 0253941447d2d9ebae742d504496133f25d78d0a..61bbd574a32276ef858c676a2e2ae7063fa9839d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/dir01.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/dir01.html
|
| @@ -3,8 +3,8 @@
|
| <title id=title>Selector: pseudo-classes (:dir(ltr), :dir(rtl)) in iso-8859-8 documents</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org" id=link1>
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#pseudo-classes" id=link2>
|
| -<script src="../../../../../../resources/testharness.js" id=script1></script>
|
| -<script src="../../../../../../resources/testharnessreport.js" id=script2></script>
|
| +<script src="/resources/testharness.js" id=script1></script>
|
| +<script src="/resources/testharnessreport.js" id=script2></script>
|
| <script src="utils.js" id=script3></script>
|
| <div id="log"></div>
|
| <div>This text is left to right<div id=div1 style="direction:rtl">this is right to left</div></div>
|
|
|