| Index: LayoutTests/fast/hidpi/image-srcset-invalid-inputs.html
|
| diff --git a/LayoutTests/fast/hidpi/image-srcset-invalid-inputs.html b/LayoutTests/fast/hidpi/image-srcset-invalid-inputs.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2da6c30511bfac87f399d7a51fb6193e0177fa2f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/hidpi/image-srcset-invalid-inputs.html
|
| @@ -0,0 +1,10 @@
|
| +<html>
|
| +<head>
|
| +<script src="resources/srcset-helper.js"></script>
|
| +</head>
|
| +
|
| +<body id="body">
|
| + <div>This test passes if this img tag below is empty and displays nothing. It ensures that the srcset attribute supports invalid inputs</div>
|
| + <img height="100" width="100" src="" srcset="1x,, , x ,2x "></img>
|
| +</body>
|
| +</html>
|
|
|