Index: third_party/WebKit/LayoutTests/fast/hidpi/calendar-picker-appearance-dsf2.html |
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/calendar-picker-appearance-dsf2.html b/third_party/WebKit/LayoutTests/fast/hidpi/calendar-picker-appearance-dsf2.html |
deleted file mode 100644 |
index 727f824169b84d744063df37b30050b7ce08f808..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/hidpi/calendar-picker-appearance-dsf2.html |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script> |
- window.enablePixelTesting = true; |
- function startTest() { |
- if (window.testRunner) { |
- testRunner.setBackingScaleFactor(2.0, function() {}); |
- } |
- } |
- window.matchMedia('screen and (min-resolution: 2dppx)'). |
- addListener(function(e) { |
- if (e.matches) { |
- doOpenPopup(); |
- } |
- }); |
- function doOpenPopup() { |
- openPicker(document.getElementById('date'), |
- finishJSTest, |
- function () { |
- testFailed('picker didn\'t open') |
- finishJSTest(); |
- }); |
- } |
-</script> |
-<script src="../../resources/js-test.js"></script> |
-<script src="../forms/resources/picker-common.js"></script> |
-<script src="../forms/calendar-picker/resources/calendar-picker-common.js"></script> |
-</head> |
-<body onLoad="startTest()"> |
-<input type=date id=date value="10000-12-31"> </input> |
-<p id="description" style="opacity: 0"></p> |
-<div id="console" style="opacity: 0"></div> |
-</body> |
-</html> |