| Index: LayoutTests/fast/css/zoom-media-queries-resolution-expected.txt
|
| diff --git a/LayoutTests/fast/css/zoom-media-queries-resolution-expected.txt b/LayoutTests/fast/css/zoom-media-queries-resolution-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..786e97a0ccc482a02534016b2ad5cae5825cfaa6
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/zoom-media-queries-resolution-expected.txt
|
| @@ -0,0 +1,7 @@
|
| +PASS matchMedia("(resolution: " + initialResolution + "dppx)").matches is true
|
| +PASS matchMedia("(-webkit-device-pixel-ratio: " + initialResolution + ")").matches is true
|
| +PASS matchMedia("(resolution: " + initialResolution * 1.2 + "dppx)").matches is true
|
| +PASS matchMedia("(-webkit-device-pixel-ratio: " + initialResolution * 1.2 + ")").matches is true
|
| +PASS matchMedia("(resolution: " + initialResolution / 1.2 + "dppx)").matches is true
|
| +PASS matchMedia("(-webkit-device-pixel-ratio: " + initialResolution / 1.2 + ")").matches is true
|
| +
|
|
|