From 089f92a7917ce6f0d587439f997fbf00c1841c39 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Tue, 21 Jun 2011 11:02:30 +0100 Subject: Add android-specific result for fast/encoding/meta-in-script.html Currently failing on Android due to difference in output of V8 vs. JSC. See http://trac.webkit.org/changeset/73797 Change-Id: Iad35a22066d18d8e1c5d292bbf86574cdbb77f38 --- .../platform/android-v8/fast/encoding/meta-in-script-expected.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 LayoutTests/platform/android-v8/fast/encoding/meta-in-script-expected.txt (limited to 'LayoutTests') diff --git a/LayoutTests/platform/android-v8/fast/encoding/meta-in-script-expected.txt b/LayoutTests/platform/android-v8/fast/encoding/meta-in-script-expected.txt new file mode 100644 index 0000000..5d5b9f9 --- /dev/null +++ b/LayoutTests/platform/android-v8/fast/encoding/meta-in-script-expected.txt @@ -0,0 +1,3 @@ +CONSOLE MESSAGE: line 4: Uncaught SyntaxError: Unexpected token < +PASS: windows-1255 +This test passes if the charset is parsed from the meta tag outside the script. -- cgit v1.1