From 46b630acb94fe08fdb1feb87569c0b317cce4fee Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 18 Mar 2010 15:12:02 +0000 Subject: 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 --- .../android-jsc/http/tests/appcache/local-content-expected.txt | 6 ++++++ .../android-v8/http/tests/appcache/local-content-expected.txt | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 LayoutTests/platform/android-jsc/http/tests/appcache/local-content-expected.txt create mode 100644 LayoutTests/platform/android-v8/http/tests/appcache/local-content-expected.txt (limited to 'LayoutTests') 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 -- cgit v1.1