| Index: third_party/WebKit/LayoutTests/fast/hidpi/static/data-suggestion-picker-appearance.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/data-suggestion-picker-appearance-dsf2.html b/third_party/WebKit/LayoutTests/fast/hidpi/static/data-suggestion-picker-appearance.html
|
| similarity index 73%
|
| rename from third_party/WebKit/LayoutTests/fast/hidpi/data-suggestion-picker-appearance-dsf2.html
|
| rename to third_party/WebKit/LayoutTests/fast/hidpi/static/data-suggestion-picker-appearance.html
|
| index 9e57ed8f145c94663ba50f5ef1e939d5a3b49c65..77706541148e3dbad479be191aa60f18ab9a2f0f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/hidpi/data-suggestion-picker-appearance-dsf2.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/hidpi/static/data-suggestion-picker-appearance.html
|
| @@ -4,17 +4,6 @@
|
| <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 () {
|
| @@ -23,9 +12,9 @@
|
| });
|
| }
|
| </script>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script src="../forms/resources/picker-common.js"></script>
|
| -<script src="../forms/resources/suggestion-picker-common.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../forms/resources/picker-common.js"></script>
|
| +<script src="../../forms/resources/suggestion-picker-common.js"></script>
|
| </head>
|
| <body onLoad="startTest()" style="background-color: #eeffff;">
|
| <input type=date id=date value="10000-12-31" list="suggestions" style="width: 200px;">
|
|
|