Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated.html

Issue 2390083002: Text Encoding: Convert fast/encoding tests to testharness.js (Closed)
Patch Set: Review feedback Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');

Powered by Google App Engine
This is Rietveld 408576698