From a99d1dc436553515f61527055d2f26906923830c Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 9 Nov 2010 14:57:34 +0000 Subject: Add Android expected results for some Appcache tests These differ from the generic expected results in whitespace only. DRT1 ignores whitespace when comparing results, but DRT2, like DRT for other WebKit platforms does not. It's not clear why Android output differs in whitespace from other platforms, but it seems safer to add Android-specific expected results on a case-by-case basis than to always ignore whitespace. Change-Id: I0bab87e3f5641c4ce81db4e3f74ec7246d3612c7 --- .../android/http/tests/appcache/main-resource-hash-expected.txt | 6 ++++++ .../android/http/tests/appcache/offline-access-expected.txt | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 LayoutTests/platform/android/http/tests/appcache/main-resource-hash-expected.txt create mode 100644 LayoutTests/platform/android/http/tests/appcache/offline-access-expected.txt (limited to 'LayoutTests') 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 + -- cgit v1.1