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

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 another 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698