From: yuhanx.xu Date: Mon, 19 Aug 2013 03:29:15 +0000 (+0800) Subject: Fixed TTS-1899 by updating 7 TCs in tct-animationtiming-w3c-tests X-Git-Tag: 2.2.1_release~253^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=165544c7c75150715963345df1dd72b53716be58;p=test%2Ftct%2Fweb%2Fapi.git Fixed TTS-1899 by updating 7 TCs in tct-animationtiming-w3c-tests Signed-off-by: yuhanx.xu --- diff --git a/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean.html b/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean.html index c1ce1feb8..05d25ed83 100644 --- a/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean.html +++ b/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean.html @@ -28,26 +28,23 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Yu, XiaoyanX Cui, Jieqiong + Xu, Yuhan --> - Check whether window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; can be used normally with invalid parameter boolean - - - + Check whether window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; can be used normally with invalid parameter boolean

PASS If a red box moves from left to right, when click "Stop" button, the red box won't stop

FAIL If screen displays no animation or animation stops when click "Stop" button

-
- - + Check whether window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; can be used normally with invalid parameter negative number

PASS If a red box moves from left to right, when click "Stop" button, the red box won't stop

FAIL If screen displays no animation or animation stops when click "Stop" button

-
- - + Check whether window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; can be used normally with invalid parameter string

PASS If a red box moves from left to right, when click "Stop" button, the red box won't stop

FAIL If screen displays no animation or animation stops when click "Stop" button

-
diff --git a/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined.html b/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined.html index 95a22be0b..f6a82687d 100644 --- a/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined.html +++ b/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined.html @@ -28,29 +28,26 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Yu, XiaoyanX Cui, Jieqiong + Xu, Yuhan --> - Check whether window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; can be used normally with invalid parameter undefined - - - + Check whether window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; can be used normally with invalid parameter undefined

PASS If a red box moves from left to right, when click "Stop" button, the red box won't stop

FAIL If screen displays no animation or animation stops when click "Stop" button

-
- - + Check window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; can be called normally with the parameter returned by window.webkitRequestAnimationFrame

PASS If a red box moves from left to right, when click the "Stop" buttonthe red box should stop

FAIL If screen deosn't have any animation or red box won't stop when clicks the "Stop" button

-
- + Check if window.cancelRequestAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelAnimationFrame || window.msCancelAnimationFrame || window.oCancelAnimationFrame; and RequestAnimationFrame invoked sucessfully

PASS If a red box will move from left to right while click the button "Start". The red box will stop while click the button "Stop"

FAIL If the screen doesn't have any animation or red box does not stop while clicks the "Stop" button

-
-

PASS If a red box display a text "500px" on screen

FAIL If a red box dosen't display a text "500px" on screen

-