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

Unified Diff: LayoutTests/inspector-protocol/css/css-get-media-queries.html

Issue 339553004: DevTools: [MediaQueryInspector] Compute media query length on backend (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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-protocol/css/css-get-media-queries-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-protocol/css/css-get-media-queries.html
diff --git a/LayoutTests/inspector-protocol/css/css-get-media-queries.html b/LayoutTests/inspector-protocol/css/css-get-media-queries.html
index 4e4607a50e33182b92256139023b8261ae50fe0d..d65a5e086a9de2ece00bc286bf722dc95a2638ab 100644
--- a/LayoutTests/inspector-protocol/css/css-get-media-queries.html
+++ b/LayoutTests/inspector-protocol/css/css-get-media-queries.html
@@ -40,6 +40,8 @@ function test()
InspectorTest.log(" mediaExpression #" + k);
InspectorTest.log(" feature: " + expression.feature);
InspectorTest.log(" value: " + expression.value + expression.unit);
+ if (expression.computedLength)
+ InspectorTest.log(" computed length: " + expression.computedLength);
}
}
}
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/css/css-get-media-queries-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698