From e4dec94dd979ade809520e039e83bfb77139c923 Mon Sep 17 00:00:00 2001 From: Yue jianhui Date: Wed, 17 Jul 2013 00:08:57 -0700 Subject: [PATCH] [WRT] Fixed bug TTS-1763 Update the description and code format Change-Id: I1870df0a56f2643fb97fe2a45e6eb83381c16ea4 Signed-off-by: Yue jianhui --- .../dom-events-audio-onerror/config.xml | 12 +- .../dom-events-audio-onerror/test_index.html | 18 +- .../dom-events-video-onerror/config.xml | 12 +- .../dom-events-video-onerror/test_index.html | 12 +- .../other-uri-XMLHttpRequest-get-false/config.xml | 2 +- .../test_index.html | 10 +- .../other-uri-XMLHttpRequest-get/config.xml | 2 +- .../other-uri-XMLHttpRequest-get/test_index.html | 12 +- .../other-uri-XMLHttpRequest-head-false/config.xml | 2 +- .../test_index.html | 10 +- .../other-uri-XMLHttpRequest-head/config.xml | 2 +- .../other-uri-XMLHttpRequest-head/test_index.html | 11 +- .../other-uri-XMLHttpRequest-invalid/config.xml | 2 +- .../test_index.html | 10 +- .../other-uri-XMLHttpRequest-null/config.xml | 2 +- .../other-uri-XMLHttpRequest-null/test_index.html | 10 +- .../other-uri-XMLHttpRequest-post-false/config.xml | 2 +- .../test_index.html | 10 +- .../other-uri-XMLHttpRequest-post/config.xml | 2 +- .../other-uri-XMLHttpRequest-post/test_index.html | 10 +- .../css-animation-background-default/index.html | 54 ++- .../css-animation-background-enable/config.xml | 2 +- .../css-animation-background-enable/index.html | 50 +-- .../css-animation-background-unable/config.xml | 2 +- .../css-animation-background-unable/index.html | 50 +-- .../lifecycle-background-service/config.xml | 2 +- .../lifecycle-background-service/index.html | 73 ++-- .../lifecycle-exit-running-app/config.xml | 4 +- .../lifecycle-exit-running-app/index.html | 18 +- .../lifecycle-hide-running-app/config.xml | 4 +- .../lifecycle-hide-running-app/index.html | 18 +- .../lifecycle-launch-installed-app/config.xml | 4 +- .../lifecycle-launch-installed-app/index.html | 16 +- .../lifecycle-launch-removed-app/config.xml | 4 +- .../lifecycle-launch-removed-app/index.html | 18 +- tct-rt02-wrt-tests/lifecycle-load-event/index.html | 14 +- .../index.html | 26 +- .../lifecycle-resume-javascript/index.html | 72 ++-- .../lifecycle-suspend-javascript/index.html | 70 ++-- .../lifecycle-unload-event/index.html | 20 +- .../other-localization-change-default/config.xml | 9 - .../other-localization-change-default/custom.png | Bin 3777 -> 0 bytes .../other-localization-change-default/index.html | 50 --- .../other-localization-change-event/index.html | 8 +- .../other-localization-description/index.html | 14 +- tct-rt02-wrt-tests/other-localization/index.html | 8 +- .../other-uri-schemes-mailto-bcc/index.html | 69 +-- .../other-uri-schemes-mailto-body/index.html | 90 ++-- .../other-uri-schemes-mailto-cc/index.html | 71 ++-- .../other-uri-schemes-mailto-groups/index.html | 59 +-- .../other-uri-schemes-mailto-subject/index.html | 78 ++-- .../other-uri-schemes-mailto-tel/index.html | 47 ++- .../other-uri-schemes-mailto/index.html | 8 +- .../other-uri-schemes-mmsto/index.html | 8 +- .../other-uri-schemes-sms/index.html | 8 +- .../other-widget-access-policy/index.html | 8 +- .../other-widget-interface-attribute/index.html | 109 +++-- .../other-widget-interface-method/config.xml | 2 +- .../other-widget-interface-method/index.html | 156 ++++--- .../other-widget-interface/index.html | 18 +- .../other-widget-uri-scheme/index.html | 18 +- .../sys-launch-service-app/config.xml | 2 +- .../sys-launch-service-app/index.html | 18 +- .../sys-launch-service-call/config.xml | 2 +- .../sys-launch-service-call/index.html | 18 +- .../sys-launch-service-camera/config.xml | 2 +- .../sys-launch-service-camera/index.html | 18 +- .../sys-launch-service-email/config.xml | 2 +- .../sys-launch-service-email/index.html | 18 +- .../sys-launch-service-gallery-pick/config.xml | 2 +- .../sys-launch-service-gallery-pick/index.html | 18 +- .../sys-launch-service-gallery-show/config.xml | 2 +- .../sys-launch-service-gallery-show/index.html | 18 +- .../sys-launch-service-image-viewer/config.xml | 2 +- .../sys-launch-service-image-viewer/index.html | 18 +- .../sys-launch-service-message/config.xml | 2 +- .../sys-launch-service-message/index.html | 18 +- .../sys-launch-service-music-player/config.xml | 2 +- .../sys-launch-service-music-player/index.html | 18 +- .../sys-launch-service-video-player/config.xml | 2 +- .../sys-launch-service-video-player/index.html | 18 +- tct-rt02-wrt-tests/tests.xml | 462 +++++++++++++-------- .../url-access-ajax-resource/index.html | 12 +- tct-rt02-wrt-tests/url-access-multi-all/index.html | 8 +- .../url-access-multi-subdomains/index.html | 16 +- tct-rt02-wrt-tests/url-access-multi/config.xml | 4 +- tct-rt02-wrt-tests/url-access-multi/index.html | 10 +- 87 files changed, 1128 insertions(+), 1096 deletions(-) delete mode 100644 tct-rt02-wrt-tests/other-localization-change-default/config.xml delete mode 100644 tct-rt02-wrt-tests/other-localization-change-default/custom.png delete mode 100644 tct-rt02-wrt-tests/other-localization-change-default/index.html diff --git a/tct-rt01-wrt-tests/dom-events-audio-onerror/config.xml b/tct-rt01-wrt-tests/dom-events-audio-onerror/config.xml index b1b2468..d6487d9 100644 --- a/tct-rt01-wrt-tests/dom-events-audio-onerror/config.xml +++ b/tct-rt01-wrt-tests/dom-events-audio-onerror/config.xml @@ -1,8 +1,8 @@ - - - -dom-events-audio-onerror - - + + + + dom-events-audio-onerror + + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/dom-events-audio-onerror/test_index.html b/tct-rt01-wrt-tests/dom-events-audio-onerror/test_index.html index f9e4789..37c46af 100644 --- a/tct-rt01-wrt-tests/dom-events-audio-onerror/test_index.html +++ b/tct-rt01-wrt-tests/dom-events-audio-onerror/test_index.html @@ -32,11 +32,11 @@ Authors: - + - + WRT Test: dom-events-audio-onerror - + @@ -44,11 +44,11 @@ Authors:
- + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/dom-events-video-onerror/config.xml b/tct-rt01-wrt-tests/dom-events-video-onerror/config.xml index f60bbce..6e33d50 100644 --- a/tct-rt01-wrt-tests/dom-events-video-onerror/config.xml +++ b/tct-rt01-wrt-tests/dom-events-video-onerror/config.xml @@ -1,8 +1,8 @@ - - - -dom-events-video-onerror - - + + + + dom-events-video-onerror + + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/dom-events-video-onerror/test_index.html b/tct-rt01-wrt-tests/dom-events-video-onerror/test_index.html index bfc5b73..8018c91 100644 --- a/tct-rt01-wrt-tests/dom-events-video-onerror/test_index.html +++ b/tct-rt01-wrt-tests/dom-events-video-onerror/test_index.html @@ -32,11 +32,11 @@ Authors: - + - + WRT Test: dom-events-video-onerror - + @@ -44,11 +44,11 @@ Authors:
- + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/config.xml index f80776d..1ba64a0 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-get-false - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/test_index.html b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/test_index.html index 5694e06..60c77ff 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/test_index.html +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get-false/test_index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-XMLHttpRequest-get-false - - - - + + + + @@ -53,4 +53,4 @@ Authors: }, "Check if WRT return a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] GET request"); - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/config.xml index b50bfbd..5eaaf25 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-get - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/test_index.html b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/test_index.html index 836ad0c..91081db 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/test_index.html +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-get/test_index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-XMLHttpRequest-get - - - - + + + + @@ -50,10 +50,8 @@ Authors: t.step(function() { xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET", url,true); - xmlHttp.onreadystatechange = callback; xmlHttp.send(null); - function callback() { if (xmlHttp.readyState == 4 && xmlHttp.status == 0) { t.done(); @@ -64,4 +62,4 @@ Authors: }); - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/config.xml index 207fecc..ed3f818 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-head-false - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/test_index.html b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/test_index.html index d0f8e41..aec9fc7 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/test_index.html +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head-false/test_index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-XMLHttpRequest-head-false - - - - + + + + @@ -53,4 +53,4 @@ Authors: }, "Check if WRT return a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] HEAD request"); - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/config.xml index 5adcd77..2cc39e9 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-head - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/test_index.html b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/test_index.html index 475fdfe..3f72690 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/test_index.html +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-head/test_index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-XMLHttpRequest-head - - - - + + + + @@ -51,7 +51,6 @@ Authors: xmlHttp.open("HEAD", url,true); xmlHttp.onreadystatechange = callback; xmlHttp.send(null); - function callback() { if (xmlHttp.readyState == 4 && xmlHttp.status == 0) { t.done(); @@ -62,4 +61,4 @@ Authors: }); - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/config.xml index 6934c99..ff3cb2a 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-invalid - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/test_index.html b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/test_index.html index 4b92741..e7851a2 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/test_index.html +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-invalid/test_index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-XMLHttpRequest-invalid - - - - + + + + @@ -60,4 +60,4 @@ Authors: }); - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/config.xml index aa11f0c..a258a55 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-null - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/test_index.html b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/test_index.html index 69bc13e..f70f0d2 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/test_index.html +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-null/test_index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-XMLHttpRequest-null - - - - + + + + @@ -64,4 +64,4 @@ Authors: }); - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post-false/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post-false/config.xml index 8032a88..584e49a 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post-false/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post-false/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-post-false - + WRT Test: other-uri-XMLHttpRequest-post-false - - - - + + + + @@ -53,4 +53,4 @@ Authors: }, "Check if WRT return a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] POST request"); - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/config.xml b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/config.xml index d3ed1df..fb12a11 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/config.xml +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/config.xml @@ -5,4 +5,4 @@ other-uri-XMLHttpRequest-post - + \ No newline at end of file diff --git a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/test_index.html b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/test_index.html index 47f21f2..a2c19a3 100644 --- a/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/test_index.html +++ b/tct-rt01-wrt-tests/other-uri-XMLHttpRequest-post/test_index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-XMLHttpRequest-post - - - - + + + + @@ -63,4 +63,4 @@ Authors: }); - + \ No newline at end of file diff --git a/tct-rt02-wrt-tests/css-animation-background-default/index.html b/tct-rt02-wrt-tests/css-animation-background-default/index.html index 88d6fdd..2128fc2 100644 --- a/tct-rt02-wrt-tests/css-animation-background-default/index.html +++ b/tct-rt02-wrt-tests/css-animation-background-default/index.html @@ -33,48 +33,44 @@ Authors: WRT Test: css-animation-background-default - - - - + + + +

CSS3 Animation Test:
1.When the moving block turns to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
Expcted:it turned to the home screen.
- 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css172".
+ 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css172.CssAnimationBackgroundDefault".
Expcted:the block continuously turning the color from yellow to blue, and became dark bule when arrived at 500px.

0px- - - - - - - - - - - - - - - - - - - 300px - - - - - - - - - - - - 500px

- + diff --git a/tct-rt02-wrt-tests/css-animation-background-enable/config.xml b/tct-rt02-wrt-tests/css-animation-background-enable/config.xml index b846723..ef7231f 100644 --- a/tct-rt02-wrt-tests/css-animation-background-enable/config.xml +++ b/tct-rt02-wrt-tests/css-animation-background-enable/config.xml @@ -4,5 +4,5 @@ css-animation-background-enable - + diff --git a/tct-rt02-wrt-tests/css-animation-background-enable/index.html b/tct-rt02-wrt-tests/css-animation-background-enable/index.html index 4f1fc62..24037a3 100644 --- a/tct-rt02-wrt-tests/css-animation-background-enable/index.html +++ b/tct-rt02-wrt-tests/css-animation-background-enable/index.html @@ -33,46 +33,46 @@ Authors: WRT Test: css-animation-background-enable - - - - + + + +

CSS3 Animation Test:
1.When the moving block turns to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
Expcted:it turned to the home screen.
- 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css171".
+ 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css171.CssAnimationBackgroundEnable".
Expcted:the block continuously turning the color from yellow to blue, and became dark bule when arrived at 500px.

0px- - - - - - - - - - - - - - - - - - - 300px - - - - - - - - - - - - 500px

- + diff --git a/tct-rt02-wrt-tests/css-animation-background-unable/config.xml b/tct-rt02-wrt-tests/css-animation-background-unable/config.xml index f2d32da..f3e83d6 100644 --- a/tct-rt02-wrt-tests/css-animation-background-unable/config.xml +++ b/tct-rt02-wrt-tests/css-animation-background-unable/config.xml @@ -4,5 +4,5 @@ css-animation-background-unable - + diff --git a/tct-rt02-wrt-tests/css-animation-background-unable/index.html b/tct-rt02-wrt-tests/css-animation-background-unable/index.html index f386abc..2be30f1 100644 --- a/tct-rt02-wrt-tests/css-animation-background-unable/index.html +++ b/tct-rt02-wrt-tests/css-animation-background-unable/index.html @@ -33,46 +33,46 @@ Authors: WRT Test: css-animation-background-unable - - - - + + + +

CSS3 Animation Test:
1.When the moving block turn to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
Expcted:it turned to the home screen.
- 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css170".
+ 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css170.CssAnimationBackgroundUnable".
Expcted:the block continuously turning the color from yellow to blue, and became dark bule when arrived at 500px.

0px- - - - - - - - - - - - - - - - - - - 300px - - - - - - - - - - - - 500px

- + diff --git a/tct-rt02-wrt-tests/lifecycle-background-service/config.xml b/tct-rt02-wrt-tests/lifecycle-background-service/config.xml index 90d2309..65778d8 100644 --- a/tct-rt02-wrt-tests/lifecycle-background-service/config.xml +++ b/tct-rt02-wrt-tests/lifecycle-background-service/config.xml @@ -4,5 +4,5 @@ lifecycle-background-service - + diff --git a/tct-rt02-wrt-tests/lifecycle-background-service/index.html b/tct-rt02-wrt-tests/lifecycle-background-service/index.html index deb6fe5..26bad2e 100644 --- a/tct-rt02-wrt-tests/lifecycle-background-service/index.html +++ b/tct-rt02-wrt-tests/lifecycle-background-service/index.html @@ -33,46 +33,45 @@ Authors: WRT Test: lifecycle-background-service - - - - + + + + @@ -80,9 +79,7 @@ Authors: system timer:
js timer:
-------------------
-
(1)Enter invisible state
-
(2)Return visible state to see the result
Result:
- + \ No newline at end of file diff --git a/tct-rt02-wrt-tests/lifecycle-exit-running-app/config.xml b/tct-rt02-wrt-tests/lifecycle-exit-running-app/config.xml index 7d3ad9a..2563b9f 100644 --- a/tct-rt02-wrt-tests/lifecycle-exit-running-app/config.xml +++ b/tct-rt02-wrt-tests/lifecycle-exit-running-app/config.xml @@ -1,9 +1,9 @@ - + lifecycle-exit-running-app - + diff --git a/tct-rt02-wrt-tests/lifecycle-exit-running-app/index.html b/tct-rt02-wrt-tests/lifecycle-exit-running-app/index.html index 11ae01b..60b8c93 100644 --- a/tct-rt02-wrt-tests/lifecycle-exit-running-app/index.html +++ b/tct-rt02-wrt-tests/lifecycle-exit-running-app/index.html @@ -33,22 +33,22 @@ Authors: WRT Test: lifecycle-exit-running-app - - - - + + + +
1.Touch the "Exit" button.
-
PASS: if this widget display is closed.
+
PASS: if this widget is closed.
2.Long touch the "home" button to open "Task switcher".
-
PASS: if "lifecycle-hide-running-app" is not in the running list.
+
PASS: if "lifecycle-exit-running-app" is not in the running list.
diff --git a/tct-rt02-wrt-tests/lifecycle-hide-running-app/config.xml b/tct-rt02-wrt-tests/lifecycle-hide-running-app/config.xml index fdc705f..7876a4a 100644 --- a/tct-rt02-wrt-tests/lifecycle-hide-running-app/config.xml +++ b/tct-rt02-wrt-tests/lifecycle-hide-running-app/config.xml @@ -1,9 +1,9 @@ - + lifecycle-hide-running-app - + diff --git a/tct-rt02-wrt-tests/lifecycle-hide-running-app/index.html b/tct-rt02-wrt-tests/lifecycle-hide-running-app/index.html index a5ac17f..8a43d21 100644 --- a/tct-rt02-wrt-tests/lifecycle-hide-running-app/index.html +++ b/tct-rt02-wrt-tests/lifecycle-hide-running-app/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: lifecycle-hide-running-app - - - - + + + + -
Hello,hidding application
+
Hello, This is lifecycle-hide-running-app application

1.Touch the "Hide" button.
-
PASS: if this widget display is closed.
+
PASS: hide this widget from foreground.
2.Long touch the "home" button to open "Task switcher".
PASS: if "lifecycle-hide-running-app" is in the running list.
diff --git a/tct-rt02-wrt-tests/lifecycle-launch-installed-app/config.xml b/tct-rt02-wrt-tests/lifecycle-launch-installed-app/config.xml index e28e6c7..73cb018 100644 --- a/tct-rt02-wrt-tests/lifecycle-launch-installed-app/config.xml +++ b/tct-rt02-wrt-tests/lifecycle-launch-installed-app/config.xml @@ -1,9 +1,9 @@ - + lifecycle-launch-installed-app - + diff --git a/tct-rt02-wrt-tests/lifecycle-launch-installed-app/index.html b/tct-rt02-wrt-tests/lifecycle-launch-installed-app/index.html index b994bb3..53ba780 100644 --- a/tct-rt02-wrt-tests/lifecycle-launch-installed-app/index.html +++ b/tct-rt02-wrt-tests/lifecycle-launch-installed-app/index.html @@ -33,20 +33,20 @@ Authors: WRT Test: lifecycle-launch-installed-app - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if lifecycle-hide-running-app application is launched and see the word "Hello, hidding application".
+
PASS: if lifecycle-hide-running-app application is launched and see the words "Hello, This is lifecycle-hide-running-app application".
diff --git a/tct-rt02-wrt-tests/lifecycle-launch-removed-app/config.xml b/tct-rt02-wrt-tests/lifecycle-launch-removed-app/config.xml index 24486d9..c121e2e 100644 --- a/tct-rt02-wrt-tests/lifecycle-launch-removed-app/config.xml +++ b/tct-rt02-wrt-tests/lifecycle-launch-removed-app/config.xml @@ -1,9 +1,9 @@ - + lifecycle-launch-removed-app - + diff --git a/tct-rt02-wrt-tests/lifecycle-launch-removed-app/index.html b/tct-rt02-wrt-tests/lifecycle-launch-removed-app/index.html index 91e6d3b..5ee051f 100644 --- a/tct-rt02-wrt-tests/lifecycle-launch-removed-app/index.html +++ b/tct-rt02-wrt-tests/lifecycle-launch-removed-app/index.html @@ -33,22 +33,22 @@ Authors: WRT Test: lifecycle-launch-removed-app - - - - + + + +
1.Install life-cycle-hide-running-app.wgt.
-
PASS: if installation is success.
+
PASS: if installation is successful.
2.Uninstall life-cycle-hide-running-app.wgt.
-
PASS: if uninstallation is no success.
+
PASS: if uninstallation is successful.
3.Touch the "Launch" button.
PASS: if there is no response.
diff --git a/tct-rt02-wrt-tests/lifecycle-load-event/index.html b/tct-rt02-wrt-tests/lifecycle-load-event/index.html index 76602a9..910a272 100644 --- a/tct-rt02-wrt-tests/lifecycle-load-event/index.html +++ b/tct-rt02-wrt-tests/lifecycle-load-event/index.html @@ -33,15 +33,15 @@ Authors: WRT Test: lifecycle-load-event - - - - + + + + diff --git a/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html b/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html index 5987a8b..20c80aa 100644 --- a/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html +++ b/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html @@ -33,25 +33,25 @@ Authors: WRT Test: lifecycle-page-visibility-visibilitychange - - - - + + + +

1.Press the home key to hide the widget.

-

2.Hold on home key for 3 seconds and switch back to the widget.

+

2.Hold on home key for 3 seconds and switch back to it.

3.Observe the result.

Result:

Fail

diff --git a/tct-rt02-wrt-tests/lifecycle-resume-javascript/index.html b/tct-rt02-wrt-tests/lifecycle-resume-javascript/index.html index c8a2a3b..ec79c00 100644 --- a/tct-rt02-wrt-tests/lifecycle-resume-javascript/index.html +++ b/tct-rt02-wrt-tests/lifecycle-resume-javascript/index.html @@ -33,46 +33,46 @@ Authors: WRT Test: lifecycle-resume-javascript - - - - + + + + @@ -80,9 +80,7 @@ Authors: system timer:
js timer:
-------------------
-
(1)Enter invisible state
-
(2)Return visible state to see the result
Result:
- + \ No newline at end of file diff --git a/tct-rt02-wrt-tests/lifecycle-suspend-javascript/index.html b/tct-rt02-wrt-tests/lifecycle-suspend-javascript/index.html index 2c10435..f20e658 100644 --- a/tct-rt02-wrt-tests/lifecycle-suspend-javascript/index.html +++ b/tct-rt02-wrt-tests/lifecycle-suspend-javascript/index.html @@ -33,46 +33,46 @@ Authors: WRT Test: lifecycle-suspend-javascript - - - - + + + + @@ -80,8 +80,6 @@ Authors: system timer:
js timer:
-------------------
-
(1)Enter invisible state
-
(2)Return visible state to see the result
Result:
diff --git a/tct-rt02-wrt-tests/lifecycle-unload-event/index.html b/tct-rt02-wrt-tests/lifecycle-unload-event/index.html index e60086f..cd7ea23 100644 --- a/tct-rt02-wrt-tests/lifecycle-unload-event/index.html +++ b/tct-rt02-wrt-tests/lifecycle-unload-event/index.html @@ -33,19 +33,19 @@ Authors: WRT Test: lifecycle-unload-event - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-localization-change-default/config.xml b/tct-rt02-wrt-tests/other-localization-change-default/config.xml deleted file mode 100644 index d6c96df..0000000 --- a/tct-rt02-wrt-tests/other-localization-change-default/config.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - other-localization-change-default - english-olce - korean-olce - - diff --git a/tct-rt02-wrt-tests/other-localization-change-default/custom.png b/tct-rt02-wrt-tests/other-localization-change-default/custom.png deleted file mode 100644 index 6bdebd113e90aeb44fe9d81c9cdd825071e23af7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3777 zcmV;y4nFaTP)6?8>dbVG7wVRUJ4ZXi@?ZDjy6F)uhTFgZ_y%On5*4jM^B zK~#90?VZ1G@okr>^5y^?Bp`ziNKhGQ0Sir1@qCgm>3O zpYQv;&-*^lOH$Y|sx6@cpbns6zGVGd18@}ZFxLPE=I>qGzrA5w97StkzM!&hKvb$N zp#j6l4H$+O5zCsOT>_C0aROpW%RuC^su}J&>6PH^Q;@Pirfjn4C0yqULttV zmUpfJoWT%7u7b$i2*5P_OYPgT?l*XT zd?9z!JaK9sfb{ynr0NY)5r8??cW{4#yr_sUM38uFKqq~IYD+i+@C}IZ!yo|o#=Lfk zl9&fD=k@0xE)0L1v25sL^S34j#B8ln^_${RaPV zd?CLH`@zsdfSK6&ChX@3sqnk738YX0FjKlckf1NGhydzgQpsUsfDVZ9^Naw)Mu7<& z1DKUOe+bteLI%|K8$1=XvMA6HKwSUU5qKyFIs|k;jK56;9twN~U`G8UufKgfHEp++ zARZv`vLr%c_}Xr55NHN|+qyB6095<}!j(awxz;}b8T+>#5kPHKu3+5|aG&<-?J@!k zTYBQ@0Z8xPIaYdsRUV)TV*Fh~fML@mRtaFG%OGqmo;F<)fH`-(uiLeEnIo@t0WS~G zOuj9IjA*)Fa0G$on*YC2Y78M8er?YYxIKXH(jj5%aoE@`fM$B_AY??-{>NenAnyNO zu^0yI9)P(2`@_Q4b^$cfZwDbG8rCm%0g$ZU{b6Bi3Rvvy{YO@<*%s6r4Rc9f{LNHo zFqLQ_&6ER;;m+jv0_ohi$QIov9JmQI&xTWuW@LkLD?`hfFLN5dh??nd3qh z4jFLAg~-QM1}dc94ARvMx~zM?hpjRw95N`>7?kQo-(%{Mj%iQ9v^Rq~)I8rqag^hj zaayWQzOBYlV=a8>v8@K7*`P9?+#UmEQBNl8m{H{9nM#C?i@lsnEfnFS!;!?YHV;ulk zGxwiZ>bH2rqEK^QEcIp%^+sE|5b98acs|94f8Gyuj%m-^(9_;*BQG$ylrilqj@R~{ za!Vdcmvkrt74nt3c8IXvJNk0scn@1;@ZcH0H0G-}8kB*$c8G`pq1qBEEE4Yhg&MQc zeJKMKw{IlJmsE!uradLlSPB5zXb$Tm+Zfldt@P zNQ-GtiS++&l!5B#rNtvQuo%~Q8~1m5@Qe>6Or}DEJxuJD&W*(H6zT`XQ%e^($SlG_ zvbldopiz3_Jl5ngya4RDhp$bsf;o$nrh2|)>H#dcW9P+KHZU4@34IAPVl_uT(FhSYyEm&aWk{2ok-ZdG~O%`Aou&dzh1AI&M^G z8275*I^4k@_qecFEGeHjhXLto7P!Z`U9%?6@$P&Yv9-&`y?rBXH06z%8jT#(|G8as z@yLICbO(1Oo9lN6W4f#d?s4oPv*baheZ`oC7Ecm;oMO0L(`p$2WVe)-j+SYvVUd|3pVILGL#3I5j^2R@da%8Rn+3gWb{;J;_L zm|TWiLXU$?1@OKrE#(c$zvX-rAMQD|*F2p&E-bn7FkYZkFQW2!*>h=DxmNMh7q_^5 zBZca@6i?xU=H8Nb0t|0(`>lkZ&Tb>kTEfEYH~3d^9#9#mm|fomH^mz32!M>G(;39C zr;y(|zbIQ}P1_ug_^mfJKCcDG{@d2T;T7*{)z$rQ32}B z+%tJI`;P|c``IF^83c-@z<*Q#%~P2DTLWBipf2l>`ZMSfP<+IIVw24cBrbs2wTAJ9 zy!es&Gblf*OLKkhaRCoslzqSO^q&fpAMb>-_X&r>ij^{^LSyost=DVDYpdSx1#K== zF%=rhV70-3aEm*IM=bb{3eZM6w4c4jCI6tJ_=o|$pPZvkTmZfe5NJGj#^b?fd?2-p zUr!g}p*RYa->>!@^#s}_^%0PAW=<>%LxZn8qI{Q$g{X9ph zUR+x62?E7ZDAtVJfY-2~4mHp`g~Fq7%e+j5M)~8S_pqP=$`2|^^cyoDq%w%M#7pti(rieV^(2;#uUQy(0?B+i z*bn<0p5myb^?pC3o^$a?>dj(H$#Tc6!yCo1s>f7luvNz41?KUu77n&z2v7#9bLH>2 z5ZWCw724sdr+p=GQHCFJ9K(xE0@cvxfbrCiT;mS@!uEc^5RH3PFRo$5-Q(jb;db}< z1WLoZndbuh&?RRkkF7Erl}J%M1>QABUsX&R7WdM0992ZxXzpox4m^%edx~THr?_RIDFYSn&ZmI`Ppg91j#t7f2D&VayMX5w zckt)FxM8qz{q}fba;Z4dzuIVyXe1!s+4A{t1GJ`(qo5haa3&yB64_JIQ2$zTnPTS5INu~pA;R7H`3J%2Ut%1 z0!9shRdr--)dGyM*{fdv;Cab+DOeNdn0zNMHl46lW)bYoZnUKwiB&$H0OGJMjx1T{ z(hIoLw^7``g*$a@E!_BF->T&{KE+X}d|nP*K5j=HYK!A~CCFCo9f*M*aJLfJMNGGZ zce}MHb8YsJ#$Lr(QL{FaMup-j96T>M3Oel5t;&nCxxv+l58UP4c8W)=QHkv1nTjYrjWO zE(+BN=`d`I6yPigd!12R2u+Df0nRyENs0HfO+4zeip4E zq)LC?tztW=HieJ{9s3_{0gz!}_i@J?%`?ERRZY1c+?nSHxRL6X!jI=`FuIz1$KwCO`aTj z2I2*F0TF9D^GX2_FR(ML?ES!+heunG8NpWL8Ts1@QfEw_BD%f!+AdJ}Nwp<(5mU(+ zAvG?BZL#6^rl30wnjit;HX$P5BLD*xwv8|3(SC#Hk%QaH5(4qpVOtE8*b7yGNQQ!~ zAdu^~2)o&=2{IJqnZT~!B9s8kRAQ(T5K^V-PWSo|y10FOAz$q`_=f;a!hV*JC|?ZQ zV(5jtjdvlCcpz7V8u#r)*>HXeQbd{u`iSt{=ScgIsx6@oqsBaUJB#lLB7nxQEpEKI zH}Xa_B7)3_YW*}w+K6fsWvNWl0&0v^D^d?@uf$YN1cE?|uLE6ci~kof&bsx9FR zz+aL+&yMoNuq`H9k(J5~X{s&Z6h>V-i3@@u!bt2SzF9Z5I}%k}LJfup$dIs}3v7_p z+mzG#85fQ1 r9#me#c%UY5cVp!)fL`8$xTyRe`)Jg&1RiM`00000NkvXXu0mjfhlveJ diff --git a/tct-rt02-wrt-tests/other-localization-change-default/index.html b/tct-rt02-wrt-tests/other-localization-change-default/index.html deleted file mode 100644 index 5779cf7..0000000 --- a/tct-rt02-wrt-tests/other-localization-change-default/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - WRT Test: other-localization-change-default - - - - - - - - -

1.Touch "Settings"->"Language and region" -> select korean

-

Pass: if the name of the widget is changed from "english-olce" to "korean-olce"

-

2.Touch "Settings"->"Language and region" -> select chinese

-

Pass: if the name of the widget is changed from "korean-olce" to "english-olce"

- - diff --git a/tct-rt02-wrt-tests/other-localization-change-event/index.html b/tct-rt02-wrt-tests/other-localization-change-event/index.html index 7bda01b..3c5f839 100644 --- a/tct-rt02-wrt-tests/other-localization-change-event/index.html +++ b/tct-rt02-wrt-tests/other-localization-change-event/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-localization-change-event - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-localization-description/index.html b/tct-rt02-wrt-tests/other-localization-description/index.html index 21bc891..e5aefe4 100644 --- a/tct-rt02-wrt-tests/other-localization-description/index.html +++ b/tct-rt02-wrt-tests/other-localization-description/index.html @@ -33,15 +33,15 @@ Authors: WRT Test: other-localization-description - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-localization/index.html b/tct-rt02-wrt-tests/other-localization/index.html index cd323e0..5860404 100644 --- a/tct-rt02-wrt-tests/other-localization/index.html +++ b/tct-rt02-wrt-tests/other-localization/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-localization - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mailto-bcc/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mailto-bcc/index.html index 6102425..7cb06a8 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mailto-bcc/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mailto-bcc/index.html @@ -33,41 +33,42 @@ Authors: WRT Test: other-uri-schemes-mailto-bcc - - - - + + + + - - -
Use mailto Send Email
-
- To: -
-
- Bcc: -
- - - + function submitHandler() + { + var to = toText.value; + var bcc = bccText.value; + mailTo.href="mailto:"+to+"?bcc="+bcc; + mailTo.click(); + } + function init() + { + toText.value=initTo; + bccText.value=initBcc; + } + + + + +
Use mailto Send Email
+
+ To: +
+
+ Bcc: +
+ + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mailto-body/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mailto-body/index.html index 12ad65d..0ef94e9 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mailto-body/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mailto-body/index.html @@ -33,51 +33,51 @@ Authors: WRT Test: other-uri-schemes-mailto-body - - - - + + + + - - -
Use mailto Send Email
-
- Subject: -
-
- To: -
-
- CC: -
-
- Body: -
- - - + var initSubject='test',initTo='sample@intel.com',initCC='sample@intel.com',initBody='test mailto sample'; + function submitHandler() + { + var subject = subText.value; + var to = toText.value; + var cc = ccText.value; + var body = bodyText.value; + mailTo.href="mailto:"+to+"?cc="+cc+"&subject="+subject+"&body="+body; + mailTo.click(); + } + function init() + { + subText.value=initSubject; + toText.value=initTo; + ccText.value=initCC; + bodyText.value=initBody; + } + + + + +
Use mailto Send Email
+
+ Subject: +
+
+ To: +
+
+ CC: +
+
+ Body: +
+ + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mailto-cc/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mailto-cc/index.html index 09db136..69b7914 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mailto-cc/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mailto-cc/index.html @@ -33,42 +33,41 @@ Authors: WRT Test: other-uri-schemes-mailto-cc - - - - + + + + - - -
Use mailto Send Email
-
- To: -
-
- CC: -
- - - + var initTo='sample@intel.com',initCC='sample@intel.com'; + function submitHandler() + { + var to = toText.value; + var cc = ccText.value; + mailTo.href="mailto:"+to+"?cc="+cc; + mailTo.click(); + } + function init() + { + toText.value=initTo; + ccText.value=initCC; + } + + + + +
Use mailto Send Email
+
+ To: +
+
+ CC: +
+ + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mailto-groups/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mailto-groups/index.html index 004e481..ec8222b 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mailto-groups/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mailto-groups/index.html @@ -33,36 +33,37 @@ Authors: WRT Test: other-uri-schemes-mailto-groups - - - - + + + + - - -
Use mailto Send Email
-
- To: -
- - - + function submitHandler() + { + var to = toText.value; + mailTo.href="mailto:"+to; + mailTo.click(); + } + function init() + { + toText.value=initTo; + } + + + + +
Use mailto Send Email
+
+ To: +
+ + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mailto-subject/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mailto-subject/index.html index 29e3e7d..06df9b4 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mailto-subject/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mailto-subject/index.html @@ -33,45 +33,45 @@ Authors: WRT Test: other-uri-schemes-mailto-subject - - - - + + + + - - -
Use mailto Send Email
-
- To: -
-
- CC: -
-
- Subject: -
- - - + var initSubject='test',initTo='sample@intel.com',initCC='sample@intel.com'; + function submitHandler() + { + var subject = subText.value; + var to = toText.value; + var cc = ccText.value; + mailTo.href="mailto:"+to+"?cc="+cc+"&subject="+subject; + mailTo.click(); + } + function init() + { + subText.value=initSubject; + toText.value=initTo; + ccText.value=initCC; + } + + + +
Use mailto Send Email
+
+ To: +
+
+ CC: +
+
+ Subject: +
+ + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mailto-tel/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mailto-tel/index.html index f151266..fd2adfe 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mailto-tel/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mailto-tel/index.html @@ -33,36 +33,37 @@ Authors: WRT Test: other-uri-schemes-mailto-tel - - - - + + + + - - + function submitHandler() + { + var number = telText.value; + tel.href="tel:"+number; + tel.click(); + } + function init() + { + telText.value=initnumber; + } + + + +
Use tel call
Number:
- + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mailto/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mailto/index.html index c700d12..d91aa15 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mailto/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mailto/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-schemes-mailto - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-mmsto/index.html b/tct-rt02-wrt-tests/other-uri-schemes-mmsto/index.html index 7e65689..0f317cf 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-mmsto/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-mmsto/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-schemes-mmsto - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-uri-schemes-sms/index.html b/tct-rt02-wrt-tests/other-uri-schemes-sms/index.html index 621a464..4c79868 100644 --- a/tct-rt02-wrt-tests/other-uri-schemes-sms/index.html +++ b/tct-rt02-wrt-tests/other-uri-schemes-sms/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-uri-schemes-sms - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-widget-access-policy/index.html b/tct-rt02-wrt-tests/other-widget-access-policy/index.html index 886a4a9..14bf418 100644 --- a/tct-rt02-wrt-tests/other-widget-access-policy/index.html +++ b/tct-rt02-wrt-tests/other-widget-access-policy/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: other-widget-access-policy - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-widget-interface-attribute/index.html b/tct-rt02-wrt-tests/other-widget-interface-attribute/index.html index 4614939..79cc7a0 100644 --- a/tct-rt02-wrt-tests/other-widget-interface-attribute/index.html +++ b/tct-rt02-wrt-tests/other-widget-interface-attribute/index.html @@ -33,64 +33,63 @@ Authors: WRT Test: other-widget-interface-attribute - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-widget-interface-method/config.xml b/tct-rt02-wrt-tests/other-widget-interface-method/config.xml index ebaa8fa..873fb4e 100644 --- a/tct-rt02-wrt-tests/other-widget-interface-method/config.xml +++ b/tct-rt02-wrt-tests/other-widget-interface-method/config.xml @@ -14,6 +14,6 @@ + value="1"/> diff --git a/tct-rt02-wrt-tests/other-widget-interface-method/index.html b/tct-rt02-wrt-tests/other-widget-interface-method/index.html index 5e9520c..8dae8b9 100644 --- a/tct-rt02-wrt-tests/other-widget-interface-method/index.html +++ b/tct-rt02-wrt-tests/other-widget-interface-method/index.html @@ -33,92 +33,88 @@ Authors: WRT Test: other-widget-interface-method - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-widget-interface/index.html b/tct-rt02-wrt-tests/other-widget-interface/index.html index 5afbf7d..6d11a12 100644 --- a/tct-rt02-wrt-tests/other-widget-interface/index.html +++ b/tct-rt02-wrt-tests/other-widget-interface/index.html @@ -33,18 +33,18 @@ Authors: WRT Test: other-widget-interface - - - - + + + + diff --git a/tct-rt02-wrt-tests/other-widget-uri-scheme/index.html b/tct-rt02-wrt-tests/other-widget-uri-scheme/index.html index 86add77..9f176d6 100644 --- a/tct-rt02-wrt-tests/other-widget-uri-scheme/index.html +++ b/tct-rt02-wrt-tests/other-widget-uri-scheme/index.html @@ -33,17 +33,17 @@ Authors: WRT Test: other-widget-uri-scheme - - - - + + + + diff --git a/tct-rt02-wrt-tests/sys-launch-service-app/config.xml b/tct-rt02-wrt-tests/sys-launch-service-app/config.xml index 890909a..71d3fb2 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-app/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-app/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-app diff --git a/tct-rt02-wrt-tests/sys-launch-service-app/index.html b/tct-rt02-wrt-tests/sys-launch-service-app/index.html index e9e8b35..0896d7e 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-app/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-app/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-app - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch camera application.
+
PASS: if the camera application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-call/config.xml b/tct-rt02-wrt-tests/sys-launch-service-call/config.xml index 2953b72..855b703 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-call/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-call/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-call diff --git a/tct-rt02-wrt-tests/sys-launch-service-call/index.html b/tct-rt02-wrt-tests/sys-launch-service-call/index.html index 2baeea5..cff3838 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-call/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-call/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-call - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch call application.
+
PASS: if the call application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-camera/config.xml b/tct-rt02-wrt-tests/sys-launch-service-camera/config.xml index f68228e..5c1167b 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-camera/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-camera/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-camera diff --git a/tct-rt02-wrt-tests/sys-launch-service-camera/index.html b/tct-rt02-wrt-tests/sys-launch-service-camera/index.html index b55308d..5fe1491 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-camera/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-camera/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-camera - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch camera application.
+
PASS: if the camera application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-email/config.xml b/tct-rt02-wrt-tests/sys-launch-service-email/config.xml index d46d5db..1f6aafe 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-email/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-email/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-email diff --git a/tct-rt02-wrt-tests/sys-launch-service-email/index.html b/tct-rt02-wrt-tests/sys-launch-service-email/index.html index c502407..5599a03 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-email/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-email/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-email - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch email application.
+
PASS: if the email application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/config.xml b/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/config.xml index 564e98d..f15d001 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-gallery-pick diff --git a/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/index.html b/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/index.html index 8deafd7..02b9562 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-gallery-pick/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-gallery-pick - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch gallery application.
+
PASS: if the gallery application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-gallery-show/config.xml b/tct-rt02-wrt-tests/sys-launch-service-gallery-show/config.xml index 66cbc66..3683e16 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-gallery-show/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-gallery-show/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-gallery-show diff --git a/tct-rt02-wrt-tests/sys-launch-service-gallery-show/index.html b/tct-rt02-wrt-tests/sys-launch-service-gallery-show/index.html index 668b8a5..101910d 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-gallery-show/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-gallery-show/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-gallery-show - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch gallery application.
+
PASS: if the gallery application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-image-viewer/config.xml b/tct-rt02-wrt-tests/sys-launch-service-image-viewer/config.xml index decc815..ec43b69 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-image-viewer/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-image-viewer/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-image-viewer diff --git a/tct-rt02-wrt-tests/sys-launch-service-image-viewer/index.html b/tct-rt02-wrt-tests/sys-launch-service-image-viewer/index.html index 43529f8..2fc80e8 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-image-viewer/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-image-viewer/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-image-viewer - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch image viewer application.
+
PASS: if image viewer application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-message/config.xml b/tct-rt02-wrt-tests/sys-launch-service-message/config.xml index aa015b1..3f2575a 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-message/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-message/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-message diff --git a/tct-rt02-wrt-tests/sys-launch-service-message/index.html b/tct-rt02-wrt-tests/sys-launch-service-message/index.html index e6f19b7..9cea5d7 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-message/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-message/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-message - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch message application.
+
PASS: if the message application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-music-player/config.xml b/tct-rt02-wrt-tests/sys-launch-service-music-player/config.xml index 2a04d47..acf5341 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-music-player/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-music-player/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-music-player diff --git a/tct-rt02-wrt-tests/sys-launch-service-music-player/index.html b/tct-rt02-wrt-tests/sys-launch-service-music-player/index.html index 5eec4df..392f5e5 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-music-player/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-music-player/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-music-player - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch music application.
+
PASS: if the music application is launched.
diff --git a/tct-rt02-wrt-tests/sys-launch-service-video-player/config.xml b/tct-rt02-wrt-tests/sys-launch-service-video-player/config.xml index 19c5d0d..e735e8c 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-video-player/config.xml +++ b/tct-rt02-wrt-tests/sys-launch-service-video-player/config.xml @@ -1,7 +1,7 @@ - + sys-launch-service-video-player diff --git a/tct-rt02-wrt-tests/sys-launch-service-video-player/index.html b/tct-rt02-wrt-tests/sys-launch-service-video-player/index.html index 02c57ba..cc0af93 100644 --- a/tct-rt02-wrt-tests/sys-launch-service-video-player/index.html +++ b/tct-rt02-wrt-tests/sys-launch-service-video-player/index.html @@ -33,21 +33,21 @@ Authors: WRT Test: sys-launch-service-video-player - - - - + + + +
1.Touch the "Launch" button.
-
PASS: if launch video application.
+
PASS: if the video application is launched.
diff --git a/tct-rt02-wrt-tests/tests.xml b/tct-rt02-wrt-tests/tests.xml index 593bd3c..673b3f9 100644 --- a/tct-rt02-wrt-tests/tests.xml +++ b/tct-rt02-wrt-tests/tests.xml @@ -5,7 +5,7 @@ - Make sure WRT is installed + Get the 'application id' of lifecycle-load-event.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-load-event.wgt with the command :"wrt-installer -un 'application id'" @@ -24,13 +24,13 @@ - The WRT MUST support W3C DOM load, unload and Page Visibility events for all pages of a Web Application. + TBD - Make sure WRT is installed + Get the 'application id' of lifecycle-unload-event.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-unload-event.wgt with the command :"wrt-installer -un 'application id'" @@ -53,13 +53,13 @@ - The WRT MUST support W3C DOM load, unload and Page Visibility events for all pages of a Web Application. + TBD - Make sure WRT is installed + Get the 'application id' of lifecycle-page-visibility-visibilitychange.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-page-visibility-visibilitychange.wgt with the command :"wrt-installer -un 'application id'" @@ -71,7 +71,7 @@ The application is launched successfully - Click the home key to hide the widget, and then hold on home key for 3 seconds and switch back to the widget + Click the home key to hide the widget, and then hold on home key for 3 seconds and switch back to it. A word "Pass" is displayed on screen. @@ -82,13 +82,13 @@ - The WRT MUST support W3C DOM load, unload and Page Visibility events for all pages of a Web Application. + TBD - Make sure WRT is installed + Get the 'application id' of lifecycle-suspend-javascript.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-suspend-javascript.wgt with the command :"wrt-installer -un 'application id'" @@ -100,7 +100,7 @@ The application is launched successfully. - Enter invisible state and turn back to visible state + Click the home key to hide the widget, and then hold on home key for 3 seconds and switch back to it. A green "Pass" is displayed on screen. @@ -111,13 +111,13 @@ - The WRT MUST suspend JavaScript execution and render (including CSS animations) when Web Application enters invisible state, unless the author explicitly declared the Web Application as a background service in the configuration document + TBD - Make sure WRT is installed + Get the 'application id' of lifecycle-resume-javascript.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-resume-javascript.wgt with the command :"wrt-installer -un 'application id'" @@ -129,7 +129,7 @@ The application is launched successfully. - Enter invisible state and turn back to visible state + Click the home key to hide the widget, and then hold on home key for 3 seconds and switch back to it. A green "Pass" is displayed on screen. @@ -140,13 +140,13 @@ - For applications whose execution was suspended the WRT MUST resume JavaScript execution and render(including CSS animations) when Web Application enters visible state. + TBD - Make sure WRT is installed + Get the 'application id' of lifecycle-background-service.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-background-service.wgt with the command :"wrt-installer -un 'application id'" @@ -158,7 +158,7 @@ The application is launched successfully. - Enter invisible state and return back visible state + Click the home key to hide the widget, and then hold on home key for 3 seconds and switch back to it. A green "Pass" is displayed on screen. @@ -169,13 +169,13 @@ - The WRT MUST NOT suspend Web Application's execution if the author explicitly declared the Web Application as a background service in the configuration document. + TBD - Make sure WRT is installed;The lifecycle-hide-running-app.wgt has been installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/lifecycle-hide-running-app.wgt + The lifecycle-hide-running-app.wgt has been installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/lifecycle-hide-running-app.wgt Get the 'application id' of lifecycle-launch-installed-app.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-launch-installed-app.wgt with the command :"wrt-installer -un 'application id'", get the 'application id' of lifecycle-hide-running-app.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-hide-running-app.wgt with the command :"wrt-installer -un 'application id'" @@ -184,7 +184,7 @@ Get the 'application id' of lifecycle-launch-installed-app.wgt with the command :"wrt-launcher -l" and launch the lifecycle-launch-installed-app.wgt with the command :"wrt-launcher -s 'application id'", click the "Launch" button - The application "lifecycle-hide-running-app" is launched and the word "Hello, hidding application" is displayed. + The application "lifecycle-hide-running-app" is launched and the words "Hello, This is lifecycle-hide-running-app application" is displayed. @@ -194,13 +194,13 @@ - + TBD - Make sure WRT is installed;lifecycle-hide-running-app.wgt has been installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/lifecycle-hide-running-app.wgt + lifecycle-hide-running-app.wgt has been installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/lifecycle-hide-running-app.wgt Get the 'application id' of lifecycle-launch-installed-app.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-launch-installed-app.wgt with the command :"wrt-installer -un 'application id'" @@ -227,13 +227,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of lifecycle-exit-running-app.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-exit-running-app.wgt with the command :"wrt-installer -un 'application id'" @@ -245,7 +245,7 @@ The widget is closed. - Check the application running list + Hold on home key for 3 seconds to check the application running list The application "lifecycle-exit-running-app" is not in the running list. @@ -256,13 +256,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of lifecycle-hide-running-app.wgt with the command :"wrt-launcher -l" and uninstall the lifecycle-hide-running-app.wgt with the command :"wrt-installer -un 'application id'" @@ -271,10 +271,10 @@ Get the 'application id' of lifecycle-hide-running-app.wgt with the command :"wrt-launcher -l" and launch the lifecycle-hide-running-app.wgt with the command :"wrt-launcher -s 'application id'",click the "Hide" button. - The widget is exit. + The widget is hiding from foreground. - Check the application running list. + Hold on home key for 3 seconds to check the application running list. The application "lifecycle-hide-running-app" is in the running list. @@ -285,13 +285,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-app.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-app.wgt with the command :"wrt-installer -un 'application id'" @@ -310,13 +310,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-video-player.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-video-player.wgt with the command :"wrt-installer -un 'application id'" @@ -335,13 +335,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-music-player.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-music-player.wgt with the command :"wrt-installer -un 'application id'" @@ -360,13 +360,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-image-viewer.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-image-viewer.wgt with the command :"wrt-installer -un 'application id'" @@ -385,13 +385,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-camera.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-camera.wgt with the command :"wrt-installer -un 'application id'" @@ -410,13 +410,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-email.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-email.wgt with the command :"wrt-installer -un 'application id'" @@ -435,13 +435,13 @@ - + TBD - Make sure WRT is installed;Make sure this application is never be launched before. + Get the 'application id' of sys-launch-service-gallery-pick.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-gallery-pick.wgt with the command :"wrt-installer -un 'application id'" @@ -453,12 +453,12 @@ A popup "Select application" displayed on the screen and several application can be selected. - Select "appcontrol-operation..." + Select "Gallery" A popup "Default application settings" displayed on the screen. Click "Cancel" - Passes if "operation-pick" displayed on the screen. + Passes if Gallery application is launched successfully. @@ -468,13 +468,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-gallery-show.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-gallery-show.wgt with the command :"wrt-installer -un 'application id'" @@ -493,13 +493,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of sys-launch-service-message.wgt with the command :"wrt-launcher -l" and uninstall the sys-launch-service-message.wgt with the command :"wrt-installer -un 'application id'" @@ -518,13 +518,13 @@ - + TBD - Make sure WRT is installed;Make sure SDK2.0 is installed to PC and it is launched;turn on device USB debugging mode + Make sure SDK is installed to PC and it is launched;turn on device USB debugging mode @@ -555,13 +555,13 @@ - The WRT MUST support 'web inspector' interface for widget debugging. + TBD - Make sure WRT is installed;Make sure SDK2.0 is installed to PC and it is launched;turn on device USB debugging mode + Make sure SDK is installed to PC and it is launched;turn on device USB debugging mode @@ -592,13 +592,13 @@ - The WRT MUST support 'web inspector' interface for widget debugging. + TBD - Make sure WRT is installed + Make sure the device can connect to the internet. Get the 'application id' of other-widget-access-policy.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-access-policy.wgt with the command :"wrt-installer -un 'application id'" @@ -606,12 +606,20 @@ The widget package is installed successfully. Its icon appears on screen. - Click the link of "www.baidu.com". - The HP of www.baidu.com is opened successfully in the application. + Get the 'application id' of other-widget-access-policy.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + Click the link of "www.baidu.com". + The home page of www.baidu.com is opened successfully in the application. + + + Get the 'application id' of other-widget-access-policy.wgt with the command :"wrt-launcher -l" and close the other-widget-access-policy.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link of "www.163.com". - The HP of www.163.com is not opened in the application, it is opened in the default browser of the device. + The home page of www.163.com is not opened in the application, it is opened in the default browser of the device. @@ -621,28 +629,32 @@ - The WRT MUST support W3C Widget Access Request Policy. + TBD - Make sure WRT is installed + Get the 'application id' of url-access-ajax-resource.wgt with the command :"wrt-launcher -l" and uninstall the url-access-ajax-resource.wgt with the command :"wrt-installer -un 'application id'" + Get the 'application id' of url-access-ajax-resource.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Install the widget with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/url-access-ajax-resource.wgt The widget package is installed successfully. Its icon appears on screen. - + Click the option "select" There is only "select" button in the option box. - + Click the button "loading". The focus is on the "loading" button. - + Click the option "select". "tom,tom2,tom3" are displayed in the option box. @@ -654,13 +666,13 @@ - The WRT MUST support W3C Widget Access Request Policy. + TBD - Make sure WRT is installed + Make sure the device can connect to the internet. Get the 'application id' of url-access-multi.wgt with the command :"wrt-launcher -l" and uninstall the url-access-multi.wgt with the command :"wrt-installer -un 'application id'" @@ -668,16 +680,28 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of url-access-multi.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.baidu.com" "http://www.baidu.com" is opened successfully in this widget. - + + Get the 'application id' of url-access-multi.wgt with the command :"wrt-launcher -l" and close the url-access-multi.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.neusoft.com". "http://www.neusoft.com" is opened successfully in this widget. - + + Get the 'application id' of url-access-multi.wgt with the command :"wrt-launcher -l" and close the url-access-multi.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.163.com". - "http://www.163.com" is not opened in this widget,it is opened in the browser of the device. + "http://www.163.com" is not opened in this widget,it is opened in the browser of the device. @@ -687,13 +711,13 @@ - The WRT MUST support W3C Widget Access Request Policy. + TBD - Make sure WRT is installed + Make sure the device can connect to the internet. Get the 'application id' of url-access-multi-all.wgt with the command :"wrt-launcher -l" and uninstall the url-access-multi-all.wgt with the command :"wrt-installer -un 'application id'" @@ -701,14 +725,26 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of url-access-multi-all.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.baidu.com" "http://www.baidu.com" is opened successfully in this widget. - + + Get the 'application id' of url-access-multi-all.wgt with the command :"wrt-launcher -l" and close the url-access-multi-all.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.neusoft.com". "http://www.neusoft.com" is opened successfully in this widget. - + + Get the 'application id' of url-access-multi-all.wgt with the command :"wrt-launcher -l" and close the url-access-multi-all.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.163.com". "http://www.163.com" is opened successfully in this widget. @@ -720,13 +756,13 @@ - The WRT MUST support W3C Widget Access Request Policy. + TBD - + - Make sure WRT is installed + Make sure the device can connect to the internet. Get the 'application id' of url-access-multi-subdomains.wgt with the command :"wrt-launcher -l" and uninstall the url-access-multi-subdomains.wgt with the command :"wrt-installer -un 'application id'" @@ -734,18 +770,34 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of url-access-multi-subdomains.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.baidu.com" "http://www.baidu.com" is opened successfully in this widget. - + + Get the 'application id' of url-access-multi-subdomains.wgt with the command :"wrt-launcher -l" and close the url-access-multi-subdomains.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.baidu.com/gaoji/preferences.html" "http://www.baidu.com/gaoji/preferences.html" is opened successfully in this widget. - + + Get the 'application id' of url-access-multi-subdomains.wgt with the command :"wrt-launcher -l" and close the url-access-multi-subdomains.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.neusoft.com". "http://www.neusoft.com" is opened successfully in this widget. - + + Get the 'application id' of url-access-multi-subdomains.wgt with the command :"wrt-launcher -l" and close the url-access-multi-subdomains.wgt with the command :"wrt-launcher -k 'application id'". Then launch the widget again with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click the link "http://www.neusoft.com/cn". "http://www.neusoft.com/cn" is opened successfully in this widget. @@ -757,13 +809,13 @@ - The WRT MUST support W3C Widget Access Request Policy. + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-sms.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-sms.wgt with the command :"wrt-installer -un 'application id'" @@ -771,6 +823,10 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of other-uri-schemes-sms.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click on link "sms" Sms module of the device is requested. @@ -782,13 +838,13 @@ - The WRT MUST support at least the following URI schemes: sms:// , mmsto:// , mailto:// + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mmsto.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mmsto.wgt with the command :"wrt-installer -un 'application id'" @@ -796,6 +852,10 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of other-uri-schemes-mmsto.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click on link "mmsto" Mms module of the device is requested. @@ -807,13 +867,13 @@ - The WRT MUST support at least the following URI schemes: sms:// , mmsto:// , mailto:// + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mailto.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mailto.wgt with the command :"wrt-installer -un 'application id'" @@ -821,6 +881,10 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of other-uri-schemes-mailto.wgt with the command :"wrt-launcher -l" and launch the widget with the command :"wrt-launcher -s 'application id'" + The widget is launched successfully. + + Click on link "mailto" Email module of the device is requested. @@ -832,13 +896,13 @@ - The WRT MUST support at least the following URI schemes: sms:// , mmsto:// , mailto:// + TBD - Make sure WRT is installed;Make sure the local language is English + Make sure the local language is English(US) Get the 'application id' of other-localization.wgt with the command :"wrt-launcher -l" and uninstall the other-localization.wgt with the command :"wrt-installer -un 'application id'" @@ -857,13 +921,13 @@ - The WRT MUST support localization as defined in W3C Widget Packaging and XML Configuration. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface.wgt with the command :"wrt-installer -un 'application id'" @@ -872,7 +936,7 @@ Touch the icon to enter the application. - A green "Pass" is displayed on screen.(widget.name=other-widget-interface) + A green "Pass" is displayed on screen. @@ -882,13 +946,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-uri-scheme.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-uri-scheme.wgt with the command :"wrt-installer -un 'application id'" @@ -896,6 +960,10 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of other-widget-uri-scheme.wgt with the command :"wrt-launcher -l" and launch the other-widget-uri-scheme.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + Click the button "Launch" A picture is added on screen. @@ -907,13 +975,13 @@ - The WRT MUST support Widget URI Scheme. + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mailto-cc.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mailto-cc.wgt with the command :"wrt-installer -un 'application id'" @@ -922,6 +990,10 @@ Get the 'application id' of other-uri-schemes-mailto-cc.wgt with the command :"wrt-launcher -l" and launch the other-uri-schemes-mailto-cc.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + + Click "send email" button on the screen.. The email with its cc account is displayed on screen. @@ -932,13 +1004,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mailto-bcc.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mailto-bcc.wgt with the command :"wrt-installer -un 'application id'" @@ -946,7 +1018,11 @@ The widget package is installed successfully. Its icon appears on screen. - Click "run" button on the screen. + Get the 'application id' of other-uri-schemes-mailto-bcc.wgt with the command :"wrt-launcher -l" and launch the other-uri-schemes-mailto-bcc.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + + Click "send email" button on the screen. The email with its bcc account is displayed on screen. @@ -957,13 +1033,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mailto-body.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mailto-body.wgt with the command :"wrt-installer -un 'application id'" @@ -972,6 +1048,10 @@ Get the 'application id' of other-uri-schemes-mailto-body.wgt with the command :"wrt-launcher -l" and launch the other-uri-schemes-mailto-body.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + + Click "send email" button on the screen. The email with body content is displayed on screen. @@ -982,13 +1062,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mailto-groups.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mailto-groups.wgt with the command :"wrt-installer -un 'application id'" @@ -997,6 +1077,10 @@ Get the 'application id' of other-uri-schemes-mailto-groups.wgt with the command :"wrt-launcher -l" and launch the other-uri-schemes-mailto-groups.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + + Click "send email" button on the screen. The email with its groups account is displayed on screen. @@ -1007,13 +1091,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mailto-subject.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mailto-subject.wgt with the command :"wrt-installer -un 'application id'" @@ -1022,6 +1106,10 @@ Get the 'application id' of other-uri-schemes-mailto-subject.wgt with the command :"wrt-launcher -l" and launch the other-uri-schemes-mailto-subject.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + + Click "send email" button on the screen. The email with its subject content is displayed on screen. @@ -1032,13 +1120,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of other-uri-schemes-mailto-tel.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-schemes-mailto-tel.wgt with the command :"wrt-installer -un 'application id'" @@ -1047,6 +1135,10 @@ Get the 'application id' of other-uri-schemes-mailto-tel.wgt with the command :"wrt-launcher -l" and launch the other-uri-schemes-mailto-tel.wgt with the command :"wrt-launcher -s 'application id'". + The widget is luanched successfully. + + + Click "call" button on the screen. The telephone call is displayed on screen. @@ -1057,13 +1149,13 @@ - + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1071,6 +1163,10 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and launch the other-widget-interface-attribute.wgt with the command :"wrt-launcher -s 'application id'". + The widget is luanched successfully. + + Click the button "Test author". A green "Pass" appears on the right side of the button. @@ -1082,13 +1178,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1096,6 +1192,10 @@ The widget package is installed successfully. Its icon appears on screen. + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and launch the other-widget-interface-attribute.wgt with the command :"wrt-launcher -s 'application id'". + The widget is luanched successfully. + + Click the button "Test authorEmail". A green "Pass" appears on the right side of the button. @@ -1107,13 +1207,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1136,13 +1236,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1165,13 +1265,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1194,13 +1294,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1223,13 +1323,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1252,13 +1352,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1281,13 +1381,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-attribute.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-attribute.wgt with the command :"wrt-installer -un 'application id'" @@ -1310,13 +1410,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1339,13 +1439,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1362,7 +1462,7 @@ Click the button "Save writable item" - Message "The method widget.preferences.setItem() launched well!" pops up on the screen. + Message "Save the preference preNum=1 launched well!" and "Save the preference preString=a launched well!" pops up on the screen. Change the value of "preNum" from "1"to "2" and change the value of "preString" from "a" to "c" @@ -1380,13 +1480,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1399,7 +1499,7 @@ Click the button "Load readonly item" - Message "licenseKey is unable to be changed" is displayed in the textbox. + Message "licenseKey can not be changed" is displayed in the textbox. Delete the word "licenseKey" in the textbox @@ -1411,7 +1511,7 @@ Click the button "Load readonly item" - Message "licenseKey is unable to be changed" is displayed in the textbox. + Message "licenseKey can not be changed" is displayed in the textbox. @@ -1421,13 +1521,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1444,7 +1544,7 @@ Click the button "Save writable item" - Message "The method widget.preferences.setItem() launched well!" pops up on the screen. + Message "Save the preference preNum=1 launched well!" and "Save the preference preString=a launched well!" pops up on the screen. Click the button "Clear writable item" @@ -1466,13 +1566,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1484,24 +1584,24 @@ The widget is launched successfully. - Change the value of "preNum" from "0" to "1" and change the value of "preString" from "b" to "a" - The value is changed successfully. + Click the button "Load readonly item" + Message "licenseKey can not be changed" is displayed in the textbox. - Click the button "Load readonly item" - Message "licenseKey is unable to be changed" is displayed in the textbox. + Click the button "Clear readonly item" + Message "widget.preferences.clear() launched successfully!" pops up on the screen. - Click the button "Clear writable item" - Message "widget.preferences.clear() launched successfully!" pops up on the screen. + Delete the word "licenseKey" in the textbox, then touch blank area on the screen except the textbox. + The word is deleted successfully. - Delete the word "licenseKey" in the textbox - The word is deleted successfully. + Click the button "Save readonly item" + A popup "Pass, the readonly item can not be saved" displayed on the screen. - Click the button "Load readonly item" - Message "licenseKey is unable to be changed" is displayed in the textbox. + Close the popup and click the button "Load readonly item" + Message "licenseKey can not be changed" is displayed in the textbox. @@ -1511,13 +1611,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1544,13 +1644,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1585,13 +1685,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed + Get the 'application id' of other-widget-interface-method.wgt with the command :"wrt-launcher -l" and uninstall the other-widget-interface-method.wgt with the command :"wrt-installer -un 'application id'" @@ -1638,13 +1738,13 @@ - The WRT MUST support W3C Widget Interface. + TBD - Make sure WRT is installed;Make sure the local language is English + Make sure the local language is English Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and uninstall the other-localization-description.wgt with the command :"wrt-installer -un 'application id'" @@ -1652,7 +1752,11 @@ The widget package is installed successfullly. Its icon appears on screen. - Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and launch the other-localization-description.wgt with the command :"wrt-launcher -s 'application id'",click the button "description" + Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and launch the other-localization-description.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + + Click the button "description". Message "english description." is displayed on the screen. @@ -1663,13 +1767,13 @@ - + TBD - Make sure WRT is installed;Any language except from Korean and English should be additionally chosen on target device + Any language except from Korean and English should be additionally chosen on target device Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and uninstall the other-localization-description.wgt with the command :"wrt-installer -un 'application id'" @@ -1677,7 +1781,11 @@ The widget package is installed successfullly. Its icon appears on screen. - Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and launch the other-localization-description.wgt with the command :"wrt-launcher -s 'application id'", click the button "description" + Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and launch the other-localization-description.wgt with the command :"wrt-launcher -s 'application id'". + The widget is launched successfully. + + + Click the button "description". Message "default description." is displayed on the screen. @@ -1688,33 +1796,33 @@ - + TBD - Make sure WRT is installed;Make sure the local language is English - Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and uninstall the other-localization-description.wgt with the command :"wrt-installer -un 'application id'" + Make sure the local language is English + Get the 'application id' of other-localization-change-event.wgt with the command :"wrt-launcher -l" and uninstall the other-localization-change-event.wgt with the command :"wrt-installer -un 'application id'" - Install the widget with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/other-localization-description.wgt + Install the widget with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/other-localization-change-event.wgt The widget package is installed successfullly. Its icon appears on screen. - Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and launch the other-localization-description.wgt with the command :"wrt-launcher -s 'application id'",click the button "description" + Get the 'application id' of other-localization-change-event.wgt with the command :"wrt-launcher -l" and launch the other-localization-change-event.wgt with the command :"wrt-launcher -s 'application id'",click the button "description" Message "english description." is displayed on the screen. - Change the device language to "Korean" - The device language is changed successfully. + Get the 'application id' of other-localization-change-event.wgt with the command :"wrt-launcher -l" and close the other-localization-change-event.wgt with the command :"wrt-launcher -k 'application id'" + The widget is closed successfully. - Close the running widget "other-localization-description" - The widget is closed successfully. + Change the device language to "Korean" + The device language is changed successfully. - Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and launch the other-localization-description.wgt with the command :"wrt-launcher -s 'application id'",click the button "description" + Get the 'application id' of other-localization-change-event.wgt with the command :"wrt-launcher -l" and launch the other-localization-change-event.wgt with the command :"wrt-launcher -s 'application id'",click the button "description" Message "korean description." is displayed on the screen. @@ -1725,13 +1833,13 @@ - + TBD - + - Make sure WRT is installed + Get the 'application id' of css-animation-background-unable.wgt with the command :"wrt-launcher -l" and uninstall the css-animation-background-unable.wgt with the command :"wrt-installer -un 'application id'" @@ -1748,7 +1856,7 @@ Wait for more than 10 seconds then return to this page by clicking the icon on the home screen - The block continuously moves from 300px to 500px, and at the same time the color changes from yellow to blue. + The block continuously moves from 300px to 500px, and the color changes from yellow to blue at the same time. @@ -1758,13 +1866,13 @@ - The WRT MUST suspend JavaScript execution and rendering (including CSS animations) when Web Application enters invisible state, unless the author explicitly declared the Web Application to be a background service in the configuration document + TBD - + - Make sure WRT is installed + Get the 'application id' of css-animation-background-enable.wgt with the command :"wrt-launcher -l" and uninstall the css-animation-background-enable.wgt with the command :"wrt-installer -un 'application id'" @@ -1791,13 +1899,13 @@ - The WRT MUST NOT suspend Web Application's execution if the author explicitly declared the Web Application to be a background service in the configuration document. + TBD - + - Make sure WRT is installed + Get the 'application id' of css-animation-background-default.wgt with the command :"wrt-launcher -l" and uninstall the css-animation-background-default.wgt with the command :"wrt-installer -un 'application id'" @@ -1824,7 +1932,7 @@ - For applications whose execution was suspended the WRT MUST resume JavaScript execution and rendering (including CSS animations) when Web Application enters visible state. + TBD diff --git a/tct-rt02-wrt-tests/url-access-ajax-resource/index.html b/tct-rt02-wrt-tests/url-access-ajax-resource/index.html index acc8d5d..2bf3dcb 100644 --- a/tct-rt02-wrt-tests/url-access-ajax-resource/index.html +++ b/tct-rt02-wrt-tests/url-access-ajax-resource/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: url-access-ajax-resource - - - - + + + + diff --git a/tct-rt02-wrt-tests/url-access-multi-subdomains/index.html b/tct-rt02-wrt-tests/url-access-multi-subdomains/index.html index 6e7ca74..0c23399 100644 --- a/tct-rt02-wrt-tests/url-access-multi-subdomains/index.html +++ b/tct-rt02-wrt-tests/url-access-multi-subdomains/index.html @@ -33,23 +33,23 @@ Authors: WRT Test: url-access-multi-subdomains - - - - + + + +
1.Click the link "http://www.baidu.com".
-
PASS: if "http://www.baidu.com" is opened in this widget successfully.
+
PASS: if "http://www.baidu.com" is opened in this widget.
2.Click the link "http://www.baidu.com/gaoji/preferences.html".
-
PASS: if "http://www.baidu.com/gaoji/preferences.html" is unable to open in this widget.
+
PASS: if "http://www.baidu.com/gaoji/preferences.html" is opened in this widget.
3.Click the link "http://www.neusoft.com".
-
PASS: if "http://www.neusoft.com" is opened in this widget successfully.
+
PASS: if "http://www.neusoft.com" is opened in this widget.
4.Click the link "http://www.neusoft.com/cn".
-
PASS: if "http://www.neusoft.com/cn" is opened in this widget successfully.
+
PASS: if "http://www.neusoft.com/cn" is opened in this widget.
diff --git a/tct-rt02-wrt-tests/url-access-multi/config.xml b/tct-rt02-wrt-tests/url-access-multi/config.xml index c100cf4..b7449fc 100644 --- a/tct-rt02-wrt-tests/url-access-multi/config.xml +++ b/tct-rt02-wrt-tests/url-access-multi/config.xml @@ -4,6 +4,6 @@ url-access-multi - - + +
diff --git a/tct-rt02-wrt-tests/url-access-multi/index.html b/tct-rt02-wrt-tests/url-access-multi/index.html index 2f5144e..017d19a 100644 --- a/tct-rt02-wrt-tests/url-access-multi/index.html +++ b/tct-rt02-wrt-tests/url-access-multi/index.html @@ -33,10 +33,10 @@ Authors: WRT Test: url-access-multi - - - - + + + + @@ -47,7 +47,7 @@ Authors:
2.Click the link "http://www.neusoft.com".
PASS: if "http://www.neusoft.com" is opened in this widget successfully.
3.Click the link "http://www.163.com".
-
PASS: if "http://www.163.com" is not opened in this widget but in the device browser.
+
PASS: if "http://www.163.com" is not opened in this widget, it's opened in the browser of device.
-- 2.7.4