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

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

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
Index: LayoutTests/inspector-protocol/css/css-get-media-queries-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-get-media-queries-expected.txt b/LayoutTests/inspector-protocol/css/css-get-media-queries-expected.txt
index 2a428105ff11560535debac3a03148070acf767e..687b360db9e681e7dbc8df850b26dffdfcd73884 100644
--- a/LayoutTests/inspector-protocol/css/css-get-media-queries-expected.txt
+++ b/LayoutTests/inspector-protocol/css/css-get-media-queries-expected.txt
@@ -6,10 +6,12 @@ mediaRule #0
mediaExpression #0
feature: max-width
value: 100px
+ computed length: 100
mediaQuery #1
mediaExpression #0
feature: max-width
value: 72em
+ computed length: 1152
mediaRule #1
text: (max-width: 200px) and (min-width: 100px)
source: mediaRule
@@ -18,9 +20,11 @@ mediaRule #1
mediaExpression #0
feature: max-width
value: 200px
+ computed length: 200
mediaExpression #1
feature: min-width
value: 100px
+ computed length: 100
mediaRule #2
text: (min-monochrome: 8)
source: mediaRule
@@ -42,10 +46,12 @@ mediaRule #4
mediaExpression #0
feature: min-width
value: 20em
+ computed length: 320
mediaQuery #1
mediaExpression #0
feature: min-width
value: 20em
+ computed length: 320
mediaRule #5
text: not all
source: mediaRule
@@ -59,6 +65,7 @@ mediaRule #6
mediaExpression #0
feature: min-width
value: 8.5in
+ computed length: 816
mediaRule #7
text: screen and (device-aspect-ratio: 16/9), screen and (device-aspect-ratio: 16/10)
source: mediaRule
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-get-media-queries.html ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698