From 2bde8e466a4451c7319e3a072d118917957d6554 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 25 May 2011 19:08:45 +0100 Subject: Merge WebKit at r82507: Initial merge by git Change-Id: I60ce9d780725b58b45e54165733a8ffee23b683e --- .../storage-tracker-1-prepare-expected.txt | 10 +++++ .../storagetracker/storage-tracker-1-prepare.html | 44 ++++++++++++++++++++ .../storage-tracker-2-create-expected.txt | 10 +++++ .../storagetracker/storage-tracker-2-create.html | 47 ++++++++++++++++++++++ .../storage-tracker-3-delete-all-expected.txt | 10 +++++ .../storage-tracker-3-delete-all.html | 47 ++++++++++++++++++++++ .../storage-tracker-4-create-expected.txt | 11 +++++ .../storagetracker/storage-tracker-4-create.html | 47 ++++++++++++++++++++++ .../storage-tracker-5-delete-one-expected.txt | 10 +++++ .../storage-tracker-5-delete-one.html | 47 ++++++++++++++++++++++ 10 files changed, 283 insertions(+) create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt create mode 100644 LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html (limited to 'LayoutTests/storage') diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt new file mode 100644 index 0000000..5cca432 --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt @@ -0,0 +1,10 @@ +Prepare for StorageTracker tests by ensuring that every origin with local storage is deleted. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +This test should have no visible output on success. +PASS successfullyParsed is true + +TEST COMPLETE + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html new file mode 100644 index 0000000..a0a09ff --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html @@ -0,0 +1,44 @@ + + + + + + + +

+
+ + + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt new file mode 100644 index 0000000..5ae4ee1 --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt @@ -0,0 +1,10 @@ +Origin identifier: 'file__0' +StorageTracker test - write local storage for this origin. Should be called after origins-prepare.html. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS successfullyParsed is true + +TEST COMPLETE + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html new file mode 100644 index 0000000..20f4f3d --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html @@ -0,0 +1,47 @@ + + + + + + + +

+
+ + + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt new file mode 100644 index 0000000..da480d9 --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt @@ -0,0 +1,10 @@ +Test API to view origins that have local storage and to delete local storage by origin. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS layoutTestController.originsWithLocalStorage().toString() is "file__0" +PASS successfullyParsed is true + +TEST COMPLETE + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html new file mode 100644 index 0000000..16da440 --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html @@ -0,0 +1,47 @@ + + + + + + + +

+
+ + + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt new file mode 100644 index 0000000..ab6ea2b --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt @@ -0,0 +1,11 @@ +Origin identifier: 'file__0' +StorageTracker test - write local storage for this origin. Should be called after storage-tracker-3-delete-all.html. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +This test should have no visible output on success. +PASS successfullyParsed is true + +TEST COMPLETE + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html new file mode 100644 index 0000000..c066fb4 --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html @@ -0,0 +1,47 @@ + + + + + + + +

+
+ + + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt new file mode 100644 index 0000000..da480d9 --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt @@ -0,0 +1,10 @@ +Test API to view origins that have local storage and to delete local storage by origin. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS layoutTestController.originsWithLocalStorage().toString() is "file__0" +PASS successfullyParsed is true + +TEST COMPLETE + diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html new file mode 100644 index 0000000..3a61a73 --- /dev/null +++ b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html @@ -0,0 +1,47 @@ + + + + + + + +

+
+ + + -- cgit v1.1