| Index: third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated.html b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated.html
|
| index eeb755153e00915e3f7e25e443baa203c8a60c4c..09d0a3f5dee162b5e51b711016bc1f7da79122a3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated.html
|
| @@ -1,10 +1,10 @@
|
| <!DOCTYPE html>
|
| -<script src="../../resources/js-test.js"></script>
|
| +<title>Character Decoding - Truncated Sequences</title>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| <script src="resources/char-decoding-utils.js"></script>
|
| <script>
|
|
|
| -description("Test encoding behavior for truncated sequences");
|
| -
|
| // UTF-8 codec emits replacement characters
|
| testDecode('utf-8', '%E2%88%9A', 'U+221A');
|
| testDecode('utf-8', '%E2%88', 'U+FFFD/U+FFFD');
|
|
|