X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fanimations%2Fanimation-hit-test-transform.html;h=96a1a99ef7dab0ecfa78e8855d12757907c1d10a;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=885b9a407cfb52bbe08c65c8602d6aa06f3adb1e;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/animations/animation-hit-test-transform.html b/src/third_party/WebKit/LayoutTests/animations/animation-hit-test-transform.html index 885b9a4..96a1a99 100644 --- a/src/third_party/WebKit/LayoutTests/animations/animation-hit-test-transform.html +++ b/src/third_party/WebKit/LayoutTests/animations/animation-hit-test-transform.html @@ -15,9 +15,9 @@ -webkit-animation-duration: 4s; -webkit-animation-timing-function: linear; } - @-webkit-keyframes "anim" { - from { -webkit-transform: translate(100px); } - to { -webkit-transform: translate(300px); } + @-webkit-keyframes anim { + from { transform: translate(100px); } + to { transform: translate(300px); } } .dot {