Chromium Code Reviews| 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..4ee36b9c427f30bcf6a4701d0b7705dcf30f70bd |
| --- /dev/null |
| +++ b/LayoutTests/inspector/device-emulation/device-emulation-mq-on-resize-expected.txt |
| @@ -0,0 +1,27 @@ |
| +Tests that [max-]device-{width,height} media query values are updated when resizing with device emulation enabled. |
| + |
| + |
| +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 |
| + |