| Index: third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance.html b/third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance.html
|
| deleted file mode 100644
|
| index cc3ee27e7478e0d967d4da30fed75197a280fd57..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/popup-menu-appearance.html
|
| +++ /dev/null
|
| @@ -1,27 +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">
|
| - <option>foo</option>
|
| - <option selected>bar</option>
|
| - <option>qux</option>
|
| - <option>baz</option>
|
| -</select>
|
| -<p id="description" style="opacity: 0"></p>
|
| -<div id="console" style="opacity: 0"></div>
|
| -<script>
|
| -var menu = document.getElementById('menu');
|
| -openPicker(menu, finishJSTest, function () {
|
| - testFailed('picker didn\'t open')
|
| - finishJSTest();
|
| -});
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|