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

Side by Side Diff: LayoutTests/fast/encoding/api/utf-round-trip-expected.txt

Issue 15901002: Implement Encoding API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline webexposed global constructor tests Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Sanity check the Encoding API's handling of UTF encodings.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 utf-8 - Encode/Decode Range U+0000 - U+10FFFF
7 no output means all ranges matched
8
9 utf-16 - Encode/Decode Range U+0000 - U+10FFFF
10 no output means all ranges matched
11
12 utf-16be - Encode/Decode Range U+0000 - U+10FFFF
13 no output means all ranges matched
14
15 UTF-8 encoding (compare against unescape/encodeURIComponent)
16 no output means all ranges matched
17
18 UTF-8 decoding (compare against decodeURIComponent/escape)
19 no output means all ranges matched
20
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698