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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8.html b/third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8.html
new file mode 100644
index 0000000000000000000000000000000000000000..35452907cfcf62bb728a4335533b371b0c95708d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<body>
+<img src="img.png" />
+<img srcset="img.png, img2.png" />
+<img src="img.png" srcset="img.png 1x, img2.png 2x, img3.png 3x" />
+<img srcset="img.png 480w, img2.png 640w, img3.png 1024w" />
+</body>
+</html>
« 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