| Index: LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero.html
|
| diff --git a/LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero.html b/LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero.html
|
| deleted file mode 100644
|
| index e1d78edb88e65cdf678da9640a4dd0aa9a23b07f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| - window.targetScaleFactor = 2;
|
| -</script>
|
| -<script src="resources/srcset-helper.js"></script>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script>
|
| - addEventListener("load", function() {
|
| - shouldBe('document.getElementById("foo").clientWidth', '33554432');
|
| - }, false);
|
| -</script>
|
| -</head>
|
| -
|
| -<body id="body">
|
| - <div>
|
| - This test passes if the image is displayed with infinite dimensions
|
| - </div>
|
| - <img id="foo" srcset="resources/blue-100-px-square.png 0x">
|
| -</body>
|
| -</html>
|
|
|