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

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 3 years, 12 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 | « no previous file | third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698