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

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

Issue 23694049: Improved srcset descriptor parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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-simple-1x.html b/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
similarity index 73%
copy from LayoutTests/fast/hidpi/image-srcset-simple-1x.html
copy to LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
index b6c3f5f60285c2c7c787eb5f277fd4096ac2d126..46319b882370d0cd580fbc3bca43772d8341a14f 100644
--- a/LayoutTests/fast/hidpi/image-srcset-simple-1x.html
+++ b/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
@@ -6,10 +6,6 @@
<script src="resources/srcset-helper.js"></script>
<script src="../js/resources/js-test-pre.js"></script>
<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- }
-
addEventListener("load", function() {
shouldBeTrue('document.getElementById("foo").clientWidth==400');
}, false);
@@ -18,6 +14,6 @@
<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 1x, resources/deleteButton.png 3x, resources/image-set-2x.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