From: Liu, Xin Date: Thu, 22 Aug 2013 01:53:05 +0000 (+0800) Subject: Fixed TTS-1906 by moving 15 TCs to tct-workers-w3c-tests from delta X-Git-Tag: 2.2.1_release~244^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39865f1a19a9f6df011ff4c149bb90d216d9c86f;p=test%2Ftct%2Fweb%2Fapi.git Fixed TTS-1906 by moving 15 TCs to tct-workers-w3c-tests from delta Signed-off-by: Liu, Xin --- diff --git a/tct-workers-w3c-tests/tests.xml b/tct-workers-w3c-tests/tests.xml index be9e73607..414b3308b 100644 --- a/tct-workers-w3c-tests/tests.xml +++ b/tct-workers-w3c-tests/tests.xml @@ -3,14 +3,14 @@ - + - Check if WorkerLocation URL can decompose IDL attribute: pathname - WorkerLocation URL can decompose IDL attribute: pathname. + Check if SharedWorkerLocation URL can decompose IDL attribute: pathname. + SharedWorkerLocation URL can decompose IDL attribute: pathname. /opt/tct-workers-w3c-tests/workers/WebWorker_WorkerLocation_pathname_decompose.html @@ -630,14 +630,14 @@ - + - Check if WorkerNavigator.userAgent can return the complete User-Agent header. - WorkerNavigator.userAgent can return the complete User-Agent header. + Check if SharedWorkerNavigator.userAgent can return the complete User-Agent header. + SharedWorkerNavigator.userAgent can return the complete User-Agent header. /opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_userAgent.html @@ -820,14 +820,14 @@ - + - Check if WorkerNavigator appVersion can return the version of the browser. - WorkerNavigator appVersion can return the version of the browser. + Check if SharedWorkerNavigator appVersion can return the version of the browser. + SharedWorkerNavigator appVersion can return the version of the browser. /opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appVersion.html @@ -1352,6 +1352,291 @@ + + + + + + + to check if shared worker shared Tests + shared worker shared Tests + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if WorkerGlobalScope XMLHttpRequest support + WorkerGlobalScope XMLHttpRequest support + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if postMessage() with WorkerNavigator raises DATA_CLONE_ERR + postMessage() with WorkerNavigator raises DATA_CLONE_ERR + + + /opt/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + + + + + to check if shared worker shared Tests + shared worker shared Tests + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if MessageChannel port.onmessage enables message queue + MessageChannel port.onmessage enables message queue + + + /opt/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + + + + + to check if shared worker exception Tests + shared worker exception Tests + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerException.html + + + + + http://www.w3.org/TR/workers/ + + + + + + + + + + to check if shared worker in iframe Tests + shared worker in iframe Tests + + + /opt/tct-workers-w3c-tests/workers/SharedWorker_in_iframe.html + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if WorkerLocation object + WorkerLocation object + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + + + + + to check if shared worker script error Tests + shared worker script error Tests + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if WorkerGlobalScope implements EventTarget + WorkerGlobalScope implements EventTarget + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if importScripts() with non-existent script file raises NETWORK_ERR + importScripts() with non-existent script file raises NETWORK_ERR + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + + + + + to check if shared worker shared Tests + shared worker shared Tests + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if MessageChannel: port message queue is initially disabled + MessageChannel: port message queue is initially disabled + + + /opt/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if WorkerGlobalScope API: removeEventListener() + WorkerGlobalScope API: removeEventListener() + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm + + + + + http://www.w3.org/TR/workers/ + + + + + + TBD + + + + to check if WorkerGlobalScope API: addEventListener() + WorkerGlobalScope API: addEventListener() + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm + + + + + http://www.w3.org/TR/workers/ + + + diff --git a/tct-workers-w3c-tests/workers/SharedWorkerException.html b/tct-workers-w3c-tests/workers/SharedWorkerException.html new file mode 100644 index 000000000..657c7c42e --- /dev/null +++ b/tct-workers-w3c-tests/workers/SharedWorkerException.html @@ -0,0 +1,81 @@ + + + + + + + shared worker exception Tests + + + + + + + + + +
+ + + + + + diff --git a/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html b/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html new file mode 100644 index 000000000..eab31ecb4 --- /dev/null +++ b/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html @@ -0,0 +1,92 @@ + + + + + + + shared worker script error Tests + + + + + + + + + +
+ + + + + + diff --git a/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html b/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html new file mode 100644 index 000000000..d8fb21b37 --- /dev/null +++ b/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html @@ -0,0 +1,82 @@ + + + + + + + shared worker shared Tests + + + + + + + + + +
+ + + + + + diff --git a/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html b/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html new file mode 100644 index 000000000..1d5d10018 --- /dev/null +++ b/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html @@ -0,0 +1,82 @@ + + + + + + + + + shared worker shared Tests + + + + + + + + + +
+ + + + + + diff --git a/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html b/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html new file mode 100644 index 000000000..270da5488 --- /dev/null +++ b/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html @@ -0,0 +1,89 @@ + + + + + + + shared worker shared Tests + + + + + + + + + +
+ + + + + + diff --git a/tct-workers-w3c-tests/workers/SharedWorker_in_iframe.html b/tct-workers-w3c-tests/workers/SharedWorker_in_iframe.html new file mode 100644 index 000000000..f8e6b822b --- /dev/null +++ b/tct-workers-w3c-tests/workers/SharedWorker_in_iframe.html @@ -0,0 +1,54 @@ + + + + + shared worker in iframe Tests + + + + +
Log:
+ + + + diff --git a/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm b/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm new file mode 100644 index 000000000..00c60fec9 --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm @@ -0,0 +1,36 @@ + + + + MessageChannel: port message queue is initially disabled + + + + +
+ + + \ No newline at end of file diff --git a/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm b/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm new file mode 100644 index 000000000..23130fa25 --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm @@ -0,0 +1,38 @@ + + + + MessageChannel: port.onmessage enables message queue + + + + +
+ + + \ No newline at end of file diff --git a/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm new file mode 100644 index 000000000..9a566565b --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm @@ -0,0 +1,33 @@ + + + + WorkerGlobalScope implements EventTarget + + + + +
+ + + \ No newline at end of file diff --git a/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm new file mode 100644 index 000000000..ea8c19d5d --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm @@ -0,0 +1,29 @@ + + + + WorkerGlobalScope XMLHttpRequest() support + + + + +
+ + + diff --git a/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm new file mode 100644 index 000000000..ac3461986 --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm @@ -0,0 +1,28 @@ + + + + WorkerGlobalScope API: addEventListener() + + + + +
+ + + \ No newline at end of file diff --git a/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm new file mode 100644 index 000000000..6d603694d --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm @@ -0,0 +1,27 @@ + + + + importScripts() with non-existent script file raises NETWORK_ERR + + + + +
+ + + diff --git a/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm new file mode 100644 index 000000000..5010b41f5 --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm @@ -0,0 +1,59 @@ + + + + WorkerGlobalScope API: removeEventListener() + + + + +
+ + + + + + + + Close: clear events queue + + + + +
+ + + \ No newline at end of file diff --git a/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm b/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm new file mode 100644 index 000000000..c22084e82 --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm @@ -0,0 +1,27 @@ + + + + WorkerLocation object + + + + +
+ + + \ No newline at end of file diff --git a/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm b/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm new file mode 100644 index 000000000..3998bc050 --- /dev/null +++ b/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm @@ -0,0 +1,27 @@ + + + + postMessage() with WorkerNavigator raises DATA_CLONE_ERR + + + + +
+ + + \ No newline at end of file