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> |