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 b55c696f3321fcb9520ca3bb461a1a9538708f65..e2d3752b0fc06353acc92a004c480df810598751 100644 |
--- a/LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt |
+++ b/LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt |
@@ -1,3 +1,3 @@ |
-PASS document.getElementById("foo").clientWidth==800 is true |
+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. |