| Index: LayoutTests/fast/hidpi/image-srcset-viewport-modifiers.html
|
| diff --git a/LayoutTests/fast/hidpi/image-srcset-viewport-modifiers.html b/LayoutTests/fast/hidpi/image-srcset-viewport-modifiers.html
|
| deleted file mode 100644
|
| index 01a11c540341fad08103acf9b68a5b699972fe87..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/hidpi/image-srcset-viewport-modifiers.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| - window.targetScaleFactor = 2;
|
| -</script>
|
| -<script src="resources/srcset-helper.js"></script>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - }
|
| -
|
| - addEventListener("load", function() {
|
| - shouldBeTrue('document.getElementById("foo").clientWidth==200');
|
| - }, false);
|
| -</script>
|
| -</head>
|
| -
|
| -<body id="body">
|
| - <div>This test passes if the image below is a green square, since srcset is handled, even though it uses a viewport modifier.</div>
|
| - <img id="foo" src="resources/blue-100-px-square.png" srcset="resources/green-400-px-square.png 100w 2x">
|
| -</body>
|
| -</html>
|
|
|