Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero.html

Issue 302083009: Revert of Enable a srcset 0x descriptor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698