X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fanimations%2Fpause-crash.html;h=edc48f0ba9e838a5d82ec11700c95bbee0d9ff7f;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=7de9b735738020fdd239e72486bf20e92127c4a2;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/animations/pause-crash.html b/src/third_party/WebKit/LayoutTests/animations/pause-crash.html index 7de9b73..edc48f0 100644 --- a/src/third_party/WebKit/LayoutTests/animations/pause-crash.html +++ b/src/third_party/WebKit/LayoutTests/animations/pause-crash.html @@ -13,8 +13,8 @@ } @-webkit-keyframes anim { - from { -webkit-transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1); } - to { -webkit-transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 400,0,0,1); } + from { transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1); } + to { transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 400,0,0,1); } }