Fixed TTS-1554 on behavior by repaired the spelling mistake
authorTan.Shiyou <shiyoux.tan@intel.com>
Wed, 19 Jun 2013 06:02:09 +0000 (14:02 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Wed, 19 Jun 2013 05:19:56 +0000 (13:19 +0800)
Signed-off-by: Tan.Shiyou <shiyoux.tan@intel.com>
tests/CSSAnimation/index.html

index 64c1b9b..df9b541 100644 (file)
@@ -88,7 +88,7 @@ Authors:
     <div data-role="popup" id="popup_info">
         <p>The test verifies that the CSS Animation and Transistion are supported.</p>
         <p>1. The animation element is moving in the blue box</p>
-        <p>2. The background of the element is changing in the order of red-green-blue very time</p>
+        <p>2. The background of the element is changing in the order of red-green-blue every time</p>
         <p>3. The counter in the element will record the times of the element moves</p>
         <p>4. The shape of the element is changing when moving to right</p>
         <p>Test passes if the counter in the element is 10 when stop moving</p>