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

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

Issue 293423002: Refactor srcset parser to align it with spec changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed ASSERT Created 6 years, 7 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 b1c02e8759ad795d80045e2b4ef1471286013158..d650ef56efdfd100b199f458794f4178bc1a5687 100644
--- a/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
+++ b/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
@@ -8,7 +8,7 @@
<script>
addEventListener("load", function() {
shouldBeTrue('document.getElementById("foo").clientWidth==100');
- shouldBeTrue('document.getElementById("foo2").clientWidth==200');
+ shouldBeTrue('document.getElementById("foo2").clientWidth==100');
}, false);
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698