Index: LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html |
diff --git a/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html b/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html |
index 46319b882370d0cd580fbc3bca43772d8341a14f..b38ef4e452ac02bfc373f45744a626efd38308cc 100644 |
--- a/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html |
+++ b/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html |
@@ -7,13 +7,13 @@ |
<script src="../js/resources/js-test-pre.js"></script> |
<script> |
addEventListener("load", function() { |
- shouldBeTrue('document.getElementById("foo").clientWidth==400'); |
+ shouldBeTrue('document.getElementById("foo").clientWidth==200'); |
}, false); |
</script> |
</head> |
<body id="body"> |
<div>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.</div> |
- <img id="foo" src="" srcset="resources/image-set-1x.png 43q 1x dfs 3dd, resources/image-set-2x.png 2x"> |
+ <img id="foo" src="" srcset="resources/blue-100-px-square.png 43q 1x dfs 3dd, resources/green-200-px-square.png 2x"> |
</body> |
</html> |