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 |
index 786e97a0ccc482a02534016b2ad5cae5825cfaa6..8be017ddb3a6d7492d5c1adfd98def5010d029c5 100644 |
--- a/LayoutTests/fast/css/zoom-media-queries-resolution-expected.txt |
+++ b/LayoutTests/fast/css/zoom-media-queries-resolution-expected.txt |
@@ -4,4 +4,7 @@ PASS matchMedia("(resolution: " + initialResolution * 1.2 + "dppx)").matches is |
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 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |