Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / media / matchmedium-query-api.html
index 8b4bbea..c91f57e 100644 (file)
@@ -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);
   }
 
 </script>