From: yuhanx.xu
Date: Wed, 21 Aug 2013 11:01:17 +0000 (+0800)
Subject: Fixed TTS-1906 to move 34 TCs from delta to tct * including modules: tct-pagevisibili...
X-Git-Tag: 2.2.1_release~242^2
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c517be3e32e7ca17c8c8eefe2a03c360f5cb64e1;p=test%2Ftct%2Fweb%2Fapi.git
Fixed TTS-1906 to move 34 TCs from delta to tct * including modules: tct-pagevisibility-w3c-tests, tct-webstorage-w3c-tests
Signed-off-by: yuhanx.xu
---
diff --git a/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_lockScreen.html b/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_lockScreen.html
new file mode 100644
index 000000000..e2636b109
--- /dev/null
+++ b/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_lockScreen.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+ Check if hidden attribute is false while the webpage from lock screen change to visible
+
+
+
+
+
+
+
+
+
diff --git a/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_minimize.html b/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_minimize.html
new file mode 100644
index 000000000..387dae84f
--- /dev/null
+++ b/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_minimize.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+ Check if hidden attribute is false while the webpage from minimize change to visible
+
+
+
+
+
+
+
+
+
diff --git a/tct-pagevisibility-w3c-tests/tests.xml b/tct-pagevisibility-w3c-tests/tests.xml
index 73de6d0d5..dbeba5d43 100644
--- a/tct-pagevisibility-w3c-tests/tests.xml
+++ b/tct-pagevisibility-w3c-tests/tests.xml
@@ -363,6 +363,44 @@
+
+
+
+
+
+
+ lock screen and then open the webpage after two seconds
+ PASS
+
+
+ /opt/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_lockScreen.html
+
+
+
+
+ http://www.w3.org/TR/page-visibility/
+
+
+
+
+
+
+
+
+
+ change to minimize and then open the webpage after two seconds
+ PASS
+
+
+ /opt/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_minimize.html
+
+
+
+
+ http://www.w3.org/TR/page-visibility/
+
+
+
diff --git a/tct-webstorage-w3c-tests/tests.xml b/tct-webstorage-w3c-tests/tests.xml
index 5e36656ff..7c767ed5a 100644
--- a/tct-webstorage-w3c-tests/tests.xml
+++ b/tct-webstorage-w3c-tests/tests.xml
@@ -2927,6 +2927,646 @@
+
+
+
+
+
+
+ Check if StorageEvent's constructor has two valid arguments that expecting StorageEvent object is to be created
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the argument 'eventInitDict' of the StorageEvent's constructor is null that expecting StorageEvent object is to be created
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_eventInitDict_null.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.key is 'null' when set it null
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_null.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.key is 'undefined' when set it undefined
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.newValue is 'null' when set it null
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_null.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.newValue is 'undefined' when set it undefined
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.key is empty string when StorageEvent's constructor no key
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.newValue is null when StorageEvent's constructor no newValue
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.oldValue is null when StorageEvent's contructor no oldValue
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.url is empty string when StorageEvent's constructor no url
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.oldValue is 'null' when set it null
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_null.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.oldValue is 'undefined' when set it undefined
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the argument 'type' of the StorageEvent's constructor is null that expecting StorageEvent object is to be created
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_type_null.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.url is 'null' when set it null
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_null.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the value of StorageEvent.url is 'undefined' when set it undefined
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the initial value of StorageEvent.key is empty string
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the initial value of StorageEvent.newValue is null
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the initial value of StorageEvent.oldValue is null
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the initial value of StorageEvent.storageArea is null
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the initial value of StorageEvent.url is empty string
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if clear empty storage
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the user had been insurance on this trip
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/Storage_example_insurance_on_trip.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if the page can display a count of how many times the user has loaded it
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/Storage_example_load_page_times.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storageevent
+
+
+
+
+
+
+
+
+
+
+ Check if storage key is case sensitive or not
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storage-0
+
+
+
+
+
+
+
+
+
+
+ Check if set key name as 'length', to override storage attribute length
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storage-0
+
+
+
+
+
+
+
+
+
+
+ Check if Storage.removeItem can change the order of keys
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storage-0
+
+
+
+
+
+
+
+
+
+
+ Check if that can enumerate a Storage object with the way localStorage.key and get the values
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#dom-localStorage
+
+
+
+
+
+
+
+
+
+
+ Check if localStorage access to the API for pages from other domains running in iframes
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_iframe_item.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#dom-localStorage
+
+
+
+
+
+
+
+
+
+
+ Check if localStorage can only stores strings
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storage-0
+
+
+
+
+
+
+
+
+
+
+ Check if that can enumerate a Storage object with the way sessionStorage.key and get the values
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#storage-0
+
+
+
+
+
+
+
+
+
+
+ Check if sessionStorage access to the API for pages from other domains running in iframes
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_iframe_item.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#dom-sessionStorage
+
+
+
+
+
+
+
+
+
+
+ Check if sessionStorage can only stores strings
+ Pass
+
+
+ /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html
+
+
+
+
+ http://www.w3.org/TR/2011/CR-webstorage-20111208/#dom-sessionStorage
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html
new file mode 100644
index 000000000..e905a70bb
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_base
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_eventInitDict_null.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_eventInitDict_null.html
new file mode 100644
index 000000000..0897754b4
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_eventInitDict_null.html
@@ -0,0 +1,69 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_eventInitDict_null
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_null.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_null.html
new file mode 100644
index 000000000..b08fbefb1
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_null.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_key_null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html
new file mode 100644
index 000000000..1535186f1
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_key_undefined
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_null.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_null.html
new file mode 100644
index 000000000..945575e45
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_null.html
@@ -0,0 +1,63 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_newValue_null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html
new file mode 100644
index 000000000..c88be56f0
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_newValue_undefined
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html
new file mode 100644
index 000000000..0b195cbe3
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_no_key
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html
new file mode 100644
index 000000000..63e7c9b30
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_no_newValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html
new file mode 100644
index 000000000..a3983a771
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_no_oldValue
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html
new file mode 100644
index 000000000..7c172729f
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_no_url
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_null.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_null.html
new file mode 100644
index 000000000..42cd41de5
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_null.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_oldValue_null
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html
new file mode 100644
index 000000000..156520f3f
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_oldValue_undefined
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_type_null.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_type_null.html
new file mode 100644
index 000000000..b11cb5929
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_type_null.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_type_null
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_null.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_null.html
new file mode 100644
index 000000000..091ebadf4
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_null.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_key_type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html
new file mode 100644
index 000000000..0f209b6cb
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_constructor_url_undefined
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html
new file mode 100644
index 000000000..0d649d2c4
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_key_initial_value
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html
new file mode 100644
index 000000000..10e0810b5
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_newValue_initial_value
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html
new file mode 100644
index 000000000..3b4bae528
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_oldValue_initial_value
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html
new file mode 100644
index 000000000..91fbbcbb1
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_storageArea_initial_value
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html b/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html
new file mode 100644
index 000000000..3e68892b3
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+ WebStorage Test: StorageEvent_url_initial_value
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html b/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html
new file mode 100644
index 000000000..5e139ff5d
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+ WebStorage Test: Storage_clear_empty_storage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/Storage_example_insurance_on_trip.html b/tct-webstorage-w3c-tests/webstorage/Storage_example_insurance_on_trip.html
new file mode 100644
index 000000000..9bbe5ab01
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/Storage_example_insurance_on_trip.html
@@ -0,0 +1,60 @@
+
+
+
+
+
+ WebStorage Test: Storage_example_insurance_on_trip
+
+
+
+
+
+
+
+ Step 1. Check if the page show "you had not been insurance on this trip" when you first access it.
+ Step 2. Check the checkbox, click the 'Run' button to refresh the page, and then check if the page show "you had been insurance on this trip".
+ Test passes if the above two steps are all true.
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/Storage_example_load_page_times.html b/tct-webstorage-w3c-tests/webstorage/Storage_example_load_page_times.html
new file mode 100644
index 000000000..4fb59b2ac
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/Storage_example_load_page_times.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+ WebStorage Test: Storage_example_load_page_times
+
+
+
+
+
+
+
+ Step 1. Click the "Clear" button, refresh the page once and then check if the page shows "You have viewed this page 1 time(s)".
+ Step 2. Click the "Run" button four times and then check if the page shows "You have viewed this page 5 time(s)".
+ Step 3. If the above two steps are all true the test case pass, otherwise it fail.
+
+
+
You have viewed this page
+ an untold number of
+ time(s).
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html b/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html
new file mode 100644
index 000000000..fc1de2fde
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+ WebStorage Test: Storage_key_override_length
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html b/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html
new file mode 100644
index 000000000..6a47f8940
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+ WebStorage Test: Storage_keys_case_sensitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html b/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html
new file mode 100644
index 000000000..2120bbffc
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+ WebStorage Test: Storage_removeItem_change_order
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/localStorage_iframe.html b/tct-webstorage-w3c-tests/webstorage/localStorage_iframe.html
new file mode 100644
index 000000000..142dc8308
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/localStorage_iframe.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+ WebStorage Test: window_localStorage_iframe_item
+
+
+
+
+
+
+
+ WebStorage Test: window_localStorage_iframe_item
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/sessionStorage_iframe.html b/tct-webstorage-w3c-tests/webstorage/sessionStorage_iframe.html
new file mode 100644
index 000000000..7ca9a7062
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/sessionStorage_iframe.html
@@ -0,0 +1,65 @@
+
+
+
+
+
+ WebStorage Test: window_sessionStorage_iframe_item
+
+
+
+
+
+
+
+ WebStorage Test: window_sessionStorage_iframe_item
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html b/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html
new file mode 100644
index 000000000..506b6bdcc
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+ WebStorage: window_localStorage_enumerate_storage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/window_localStorage_iframe_item.html b/tct-webstorage-w3c-tests/webstorage/window_localStorage_iframe_item.html
new file mode 100644
index 000000000..f5b07ab46
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/window_localStorage_iframe_item.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+ WebStorage Test: window_localStorage_iframe_item
+
+
+
+
+
+
+
+
+
+
+ Directions: If the page shows "Pass" the test case pass, otherwise it fail.
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html b/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html
new file mode 100644
index 000000000..6964c23fd
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html
@@ -0,0 +1,74 @@
+
+
+
+
+
+ WebStorage Test: window_localStorage_store_nonstrings
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html b/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html
new file mode 100644
index 000000000..0a29ab75e
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+ WebStorage Test: sessionStorage_enumerate_storage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_iframe_item.html b/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_iframe_item.html
new file mode 100644
index 000000000..ce00123a3
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_iframe_item.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+ WebStorage Test: window_sessionStorage_iframe_item
+
+
+
+
+
+
+
+
+
+
+ Directions: If the page shows "Pass" the test case pass, otherwise it fail.
+
+
+
+
+
diff --git a/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html b/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html
new file mode 100644
index 000000000..2c11db3a5
--- /dev/null
+++ b/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html
@@ -0,0 +1,74 @@
+
+
+
+
+
+ WebStorage Test: window_sessionStorage_store_nonstrings
+
+
+
+
+
+
+
+
+
+
+
+
+
+