summaryrefslogtreecommitdiffstats
path: root/LayoutTests/platform
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-03-18 15:12:02 +0000
committerSteve Block <steveblock@google.com>2010-03-18 15:18:32 +0000
commit46b630acb94fe08fdb1feb87569c0b317cce4fee (patch)
tree9d5cdd2a9c26ae2cb373f1588ef1043984ceb584 /LayoutTests/platform
parentb6e3318e19370031db4c20159f84a519bf7f63b9 (diff)
downloadexternal_webkit-46b630acb94fe08fdb1feb87569c0b317cce4fee.zip
external_webkit-46b630acb94fe08fdb1feb87569c0b317cce4fee.tar.gz
external_webkit-46b630acb94fe08fdb1feb87569c0b317cce4fee.tar.bz2
Adds Android-specific results for an appcache layout test
Currently this test fails only because of textual differences in the console message produced on Android. Change-Id: I6f2e75b1bad9f3e8d7636d5f2b59b2d4b22fd779
Diffstat (limited to 'LayoutTests/platform')
-rw-r--r--LayoutTests/platform/android-jsc/http/tests/appcache/local-content-expected.txt6
-rw-r--r--LayoutTests/platform/android-v8/http/tests/appcache/local-content-expected.txt6
2 files changed, 12 insertions, 0 deletions
diff --git a/LayoutTests/platform/android-jsc/http/tests/appcache/local-content-expected.txt b/LayoutTests/platform/android-jsc/http/tests/appcache/local-content-expected.txt
new file mode 100644
index 0000000..b748094
--- /dev/null
+++ b/LayoutTests/platform/android-jsc/http/tests/appcache/local-content-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 0: Not allowed to load local resource: file:///usr/include/stdio.h
+Test that documents loaded from application cache don't get access to local resources accidentally.
+
+Should say SUCCESS:
+
+SUCCESS
diff --git a/LayoutTests/platform/android-v8/http/tests/appcache/local-content-expected.txt b/LayoutTests/platform/android-v8/http/tests/appcache/local-content-expected.txt
new file mode 100644
index 0000000..b748094
--- /dev/null
+++ b/LayoutTests/platform/android-v8/http/tests/appcache/local-content-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 0: Not allowed to load local resource: file:///usr/include/stdio.h
+Test that documents loaded from application cache don't get access to local resources accidentally.
+
+Should say SUCCESS:
+
+SUCCESS