X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fmedia%2Fmatchmedium-query-api.html;h=c91f57e5636c782541f9225a8cb266f5e91aeed2;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=8b4bbea7b3dcea53b88f687e0e4417cf654f4659;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/media/matchmedium-query-api.html b/src/third_party/WebKit/LayoutTests/fast/media/matchmedium-query-api.html index 8b4bbea..c91f57e 100644 --- a/src/third_party/WebKit/LayoutTests/fast/media/matchmedium-query-api.html +++ b/src/third_party/WebKit/LayoutTests/fast/media/matchmedium-query-api.html @@ -38,9 +38,6 @@ testQuery('(min-device-width: 100px)', true); testQuery('(min-device-width: 50000px)', false); - - testQuery('(-webkit-animation: 1)', true); - testQuery('(-webkit-transform-2d)', true); }