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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-1x.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: Review comments 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/dom/HTMLImageElement/image-picture-1x.html
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x.html b/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x.html
index 6eef59d4fafd39a6a8ab83aaa0e2827844b7dbb4..5c87fdbfb8b8568e9726af6bdc48b553a41b80d1 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x.html
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x.html
@@ -82,8 +82,7 @@
<picture>
<source media="(max-width: 400px)" sizes="400px" srcset="../../hidpi/resources/image-set-1x.png?1 400w, ../../hidpi/resources/image-set-2x.png?1 800w,
resources/image-set-4x.png?1 1600w">
- <source media="(max-width: 800px)" sizes="800px" srcset="../../hidpi/resources/image-set-1x.png?2 400r, ../../hidpi/resources/image-set-2x.png?2 800r,
- resources/image-set-4x.png?2 1600r">
+ <source media="(max-width: 800px)" sizes="800px" srcset=", , ">
<source media="(max-width: 1600px)" sizes="1600px" srcset="../../hidpi/resources/image-set-1x.png?3 400w, ../../hidpi/resources/image-set-2x.png?3 800w,
resources/image-set-4x.png?3 1600w">
<img id="empty_srcset" src="resources/blue_rect.jpg?1">
« no previous file with comments | « no previous file | LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html » ('j') | Source/core/html/parser/HTMLParserIdioms.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698