summaryrefslogtreecommitdiffstats
path: root/LayoutTests
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-06-21 11:02:30 +0100
committerBen Murdoch <benm@google.com>2011-06-21 16:47:53 +0100
commit089f92a7917ce6f0d587439f997fbf00c1841c39 (patch)
tree7361ddc20efef2af0ec28ccc87c37cefb64de0f4 /LayoutTests
parent0a04cffc0086c1a1282618121dd63fcbce5fcc51 (diff)
downloadexternal_webkit-089f92a7917ce6f0d587439f997fbf00c1841c39.zip
external_webkit-089f92a7917ce6f0d587439f997fbf00c1841c39.tar.gz
external_webkit-089f92a7917ce6f0d587439f997fbf00c1841c39.tar.bz2
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
Diffstat (limited to 'LayoutTests')
-rw-r--r--LayoutTests/platform/android-v8/fast/encoding/meta-in-script-expected.txt3
1 files changed, 3 insertions, 0 deletions
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.