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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/frameserialization/img_srcset.html
diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/img_srcset.html b/third_party/WebKit/Source/web/tests/data/frameserialization/img_srcset.html
new file mode 100644
index 0000000000000000000000000000000000000000..0f3dbe688e7102df4148197c888d4cd7f7573532
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/frameserialization/img_srcset.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<meta charset="utf8">
+<title>Test Image with srcset</title>
+</head>
+<body>
+<img src="1x.png" id="i1" srcset="2x.png 2x">
+<img src="1x.png" id="i2" width="8" srcset="2x.png 2x">
+</body>
+</html>
« 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