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

Unified Diff: LayoutTests/fast/css/zoom-media-queries-resolution-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698