| Index: LayoutTests/fast/encoding/api/utf-round-trip.html
|
| diff --git a/LayoutTests/fast/encoding/api/utf-round-trip.html b/LayoutTests/fast/encoding/api/utf-round-trip.html
|
| index 70c17ba6a211684b6c9e48058c20118c2df496be..b190fffd161cda862c6562aad8bacce8b5451270 100644
|
| --- a/LayoutTests/fast/encoding/api/utf-round-trip.html
|
| +++ b/LayoutTests/fast/encoding/api/utf-round-trip.html
|
| @@ -2,7 +2,7 @@
|
| <title>Encoding API: UTF encoding round trips</title>
|
| <script src="../../../resources/testharness.js"></script>
|
| <script src="../../../resources/testharnessreport.js"></script>
|
| -<script src="resources/shared.js"></script>
|
| +<script src="resources/encodings.js"></script>
|
| <script>
|
|
|
| var BATCH_SIZE = 0x1000; // Convert in batches spanning this many code points.
|
|
|