diff options
-rw-r--r-- | LayoutTests/platform/android/http/tests/appcache/main-resource-hash-expected.txt | 6 | ||||
-rw-r--r-- | LayoutTests/platform/android/http/tests/appcache/offline-access-expected.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/LayoutTests/platform/android/http/tests/appcache/main-resource-hash-expected.txt b/LayoutTests/platform/android/http/tests/appcache/main-resource-hash-expected.txt new file mode 100644 index 0000000..301de65 --- /dev/null +++ b/LayoutTests/platform/android/http/tests/appcache/main-resource-hash-expected.txt @@ -0,0 +1,6 @@ +Test that offline applications' main resources are not affected by URL hashes. + +Should say SUCCESS: + +SUCCESS + diff --git a/LayoutTests/platform/android/http/tests/appcache/offline-access-expected.txt b/LayoutTests/platform/android/http/tests/appcache/offline-access-expected.txt new file mode 100644 index 0000000..94a4e08 --- /dev/null +++ b/LayoutTests/platform/android/http/tests/appcache/offline-access-expected.txt @@ -0,0 +1,6 @@ +Test that offline applications work when there is no network access (simulated). + +Should say SUCCESS: + +SUCCESS + |