Index: LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt |
diff --git a/LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt b/LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt |
index 3676e9b3ff999be69dce192c6fa5feb436d38376..546892d5c143043fe0a53cd9c454cff595b862f0 100644 |
--- a/LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt |
+++ b/LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt |
@@ -1,6 +1,6 @@ |
-PASS document.getElementById("foo").clientWidth==200 is true |
PASS successfullyParsed is true |
TEST COMPLETE |
+PASS document.getElementById("foo").clientWidth==200 is true |
This test passes if the image below says 1x with a reddish background when the deviceScaleFactor is 1, and if says 2x with a greenish background when the deviceScaleFactor is 2. |