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

Unified Diff: LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html

Issue 27142003: Revert "Use srcset's resource pixel density to determine intrinsic size" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months 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/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 b38ef4e452ac02bfc373f45744a626efd38308cc..46319b882370d0cd580fbc3bca43772d8341a14f 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==200');
+ shouldBeTrue('document.getElementById("foo").clientWidth==400');
}, 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/blue-100-px-square.png 43q 1x dfs 3dd, resources/green-200-px-square.png 2x">
+ <img id="foo" src="" srcset="resources/image-set-1x.png 43q 1x dfs 3dd, resources/image-set-2x.png 2x">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698