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