Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: LayoutTests/inspector/console/console-log-media-query-warning.html

Issue 963743002: Remove the warning message to inspector for dpi/dcm values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: layout test fix + nits Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-log-media-query-warning-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
{
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-log-media-query-warning-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698