diff options
-rw-r--r-- | LayoutTests/platform/android-jsc/http/tests/appcache/local-content-expected.txt | 6 | ||||
-rw-r--r-- | LayoutTests/platform/android-v8/http/tests/appcache/local-content-expected.txt | 6 |
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 |