From fd5c6425ce58eb75211be7718d5dee960842a37e Mon Sep 17 00:00:00 2001 From: Iain Merrick Date: Wed, 29 Sep 2010 10:59:30 +0100 Subject: Add fast/encoding layout tests. Merged from WebKit at r67178. The vast majority of these are passing. The exceptions: - Three Mac-specific tests, won't fix. - Four failures in the Java HTTP stack (no problem for the Chrome HTTP stack). - fast/encoding/mailto-always-utf-8 needs a new LayoutTestController callback. Change-Id: I16c613d42acd0ea2dc146909d514376d0a2e5aaa --- .../fast/encoding/char-decoding-mac-expected.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LayoutTests/fast/encoding/char-decoding-mac-expected.txt (limited to 'LayoutTests/fast/encoding/char-decoding-mac-expected.txt') diff --git a/LayoutTests/fast/encoding/char-decoding-mac-expected.txt b/LayoutTests/fast/encoding/char-decoding-mac-expected.txt new file mode 100644 index 0000000..af236ee --- /dev/null +++ b/LayoutTests/fast/encoding/char-decoding-mac-expected.txt @@ -0,0 +1,19 @@ +This tests decoding characters in various character sets. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS decode('mac', '%C3') is 'U+221A' +PASS decode('macintosh', '%C3') is 'U+221A' +PASS decode('MacRoman', '%C3') is 'U+221A' +PASS decode('x-mac-greek', '%B0') is 'U+0391' +PASS decode('x-mac-ukrainian', '%80') is 'U+0410' +PASS decode('x-mac-cyrillic', '%80') is 'U+0410' +PASS decode('mac-cyrillic', '%80') is 'U+0410' +PASS decode('x-mac-centraleurroman', '%81') is 'U+0100' +PASS decode('x-mac-ce', '%81') is 'U+0100' +PASS decode('x-mac-turkish', '%81') is 'U+00C5' +PASS successfullyParsed is true + +TEST COMPLETE + -- cgit v1.1