| Index: LayoutTests/fast/media/matchmedium-query-api.html
|
| diff --git a/LayoutTests/fast/media/matchmedium-query-api.html b/LayoutTests/fast/media/matchmedium-query-api.html
|
| index 8b4bbea7b3dcea53b88f687e0e4417cf654f4659..c91f57e5636c782541f9225a8cb266f5e91aeed2 100644
|
| --- a/LayoutTests/fast/media/matchmedium-query-api.html
|
| +++ b/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);
|
| }
|
|
|
| </script>
|
|
|