Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select-dirty-parent-pref-widths.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698