Index: LayoutTests/fast/hidpi/image-srcset-data-srcset-expected.txt |
diff --git a/LayoutTests/fast/hidpi/image-srcset-data-srcset-expected.txt b/LayoutTests/fast/hidpi/image-srcset-data-srcset-expected.txt |
index 05612a007c77a909a14dfedc45a3f4381339f3fa..fd6e6e8aa1b80dcf02bad01661ae2160ad6dc2bf 100644 |
--- a/LayoutTests/fast/hidpi/image-srcset-data-srcset-expected.txt |
+++ b/LayoutTests/fast/hidpi/image-srcset-data-srcset-expected.txt |
@@ -1,6 +1,7 @@ |
PASS successfullyParsed is true |
TEST COMPLETE |
-PASS document.getElementById("foo").clientWidth==150 is true |
+PASS document.getElementById("foo").clientWidth==75 is true |
This test passes if the image below looks like a 2x2 grid (yellow, gray, light green, dark green). In this case the srcset attribute has a base64 url, with the comma escaped. |
+The image is displayed in a width of 75px, since the 2x resource gets picked (as the highest density resource current available. |