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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8.html

Issue 2589123002: Fix links are not shown for srcset in view-source (Closed)
Patch Set: Fix links are not shown for srcset in view-source Created 4 years 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 <!DOCTYPE html>
2 <html>
3 <body>
4 <img src="img.png" />
5 <img srcset="img.png, img2.png" />
6 <img src="img.png" srcset="img.png 1x, img2.png 2x, img3.png 3x" />
7 <img srcset="img.png 480w, img2.png 640w, img3.png 1024w" />
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698