Index: third_party/WebKit/LayoutTests/fast/forms/select-dirty-parent-pref-widths.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-dirty-parent-pref-widths.html b/third_party/WebKit/LayoutTests/fast/forms/select-dirty-parent-pref-widths.html |
deleted file mode 100644 |
index 18a79cb5118e7c2560a596e68c080025ef0be475..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/select-dirty-parent-pref-widths.html |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <script type="text/javascript"> |
- function go() { |
- document.getElementById('sel1').style.display = ''; |
- |
- if (window.testRunner) |
- window.testRunner.notifyDone(); |
- } |
- |
- function main() { |
- if (window.testRunner) |
- window.testRunner.waitUntilDone(); |
- setTimeout(go, 0); |
- } |
- </script> |
- </head> |
- <body onload="main();"> |
- <table border='1'> |
- <tr> |
- <td><select id="sel1" style="display: none;"><option label="test"></select></td> |
- </tr> |
- </table> |
- |
- <p>The select element in the table above must not spill outside of the table.</p> |
- </body> |
-</html> |