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

Unified Diff: LayoutTests/inspector/device-emulation/device-emulation-mq-on-resize-expected.txt

Issue 308003007: [DevTools] Update media queries when resizing with emulation on. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: With test Created 6 years, 7 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/device-emulation/device-emulation-mq-on-resize-expected.txt
diff --git a/LayoutTests/inspector/device-emulation/device-emulation-mq-on-resize-expected.txt b/LayoutTests/inspector/device-emulation/device-emulation-mq-on-resize-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..375e11dded771389af48ee47a7f5e1fe3cb651b5
--- /dev/null
+++ b/LayoutTests/inspector/device-emulation/device-emulation-mq-on-resize-expected.txt
@@ -0,0 +1,27 @@
+Tests that device width is updated when resizing.
+
+
+Running: exactSize
+700x500: 300x300
+
+Running: testWidthMore
+710x500: 400x300
+
+Running: testWidthLess
+690x500: 200x300
+
+Running: testHeightMore
+700x510: 300x400
+
+Running: testHeightLess
+700x490: 300x200
+
+Running: testBothMore
+710x510: 400x400
+
+Running: testBothLess
+690x490: 200x200
+
+Running: reset
+800x600: 400x400
+

Powered by Google App Engine
This is Rietveld 408576698