Index: LayoutTests/inspector/console/console-log-media-query-warning.html |
diff --git a/LayoutTests/inspector/console/console-log-media-query-warning.html b/LayoutTests/inspector/console/console-log-media-query-warning.html |
index 2a114798069094b0981e79245b6e53596c545b7f..324e6e2684cc27ef28c6b8e9a6ef6aff16d96e50 100644 |
--- a/LayoutTests/inspector/console/console-log-media-query-warning.html |
+++ b/LayoutTests/inspector/console/console-log-media-query-warning.html |
@@ -5,7 +5,7 @@ |
<style> |
@media |
only screen and ( min-resolution: 192dpi), |
- only screen and ( min-resolution: 2dppx) { |
+ only screen and ( min-resolution: 2dppx) { |
/* No warning because dppx value used */ |
} |
</style> |
@@ -16,12 +16,6 @@ |
/* No warning because dppx value used */ |
} |
</style> |
-<style> |
-@media |
- only screen and ( min-resolution: 192dpi) { |
- /* Warning */ |
-} |
-</style> |
<script> |
function test() |
{ |