| Index: third_party/WebKit/LayoutTests/imported/wpt/encoding/gb18030-encoder.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/encoding/gb18030-encoder.html b/third_party/WebKit/LayoutTests/imported/wpt/encoding/gb18030-encoder.html
|
| index 79c64e5f4242b91200b52f3c4af22de274b26915..ea1c4a896a80d8f5b98b60cc9b66f4f50b7ea9b5 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/encoding/gb18030-encoder.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/encoding/gb18030-encoder.html
|
| @@ -1,7 +1,7 @@
|
| <!doctype html>
|
| <meta charset=gb18030> <!-- if the server overrides this, it is stupid, as this is a testsuite -->
|
| -<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 id=log></div>
|
| <script>
|
| function encode(input, output, desc) {
|
|
|