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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/frameserialization/img_srcset.html

Issue 2624953002: Set width and height attributes for <img> if image is loaded from srcset (Closed)
Patch Set: Fix typo Created 3 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <meta charset="utf8">
4 <title>Test Image with srcset</title>
5 </head>
6 <body>
7 <img src="1x.png" id="i1" srcset="2x.png 2x">
8 <img src="1x.png" id="i2" width="8" srcset="2x.png 2x">
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698