| Index: third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance-tall.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance-tall.html b/third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance-tall.html
|
| deleted file mode 100644
|
| index 7fc105791f08ad9fcd77eb66e6437787d820d287..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance-tall.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script>
|
| -window.enablePixelTesting = true;
|
| -</script>
|
| -<script src="../../../resources/js-test.js"></script>
|
| -<script src="../resources/picker-common.js"></script>
|
| -</head>
|
| -<body>
|
| -<select id="menu" style="width: 10px; font-size: 300px;">
|
| - <option>X</option>
|
| - <option>X</option>
|
| - <option>X</option>
|
| - <option>X</option>
|
| - <option>X</option>
|
| -</select>
|
| -<p id="description" style="opacity: 0"></p>
|
| -<div id="console" style="opacity: 0"></div>
|
| -<script>
|
| -description('Tests if width is increased for the scrollbar. PASS if the X is not clipped.');
|
| -var menu = document.getElementById('menu');
|
| -openPicker(menu, finishJSTest, function () {
|
| - testFailed('picker didn\'t open')
|
| - finishJSTest();
|
| -});
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|