| Index: third_party/WebKit/LayoutTests/fast/forms/listbox-width-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/listbox-width-change.html b/third_party/WebKit/LayoutTests/fast/forms/listbox-width-change.html
|
| deleted file mode 100644
|
| index ce1f44ca58fbdd0a4e17a97fdb37c484deb76bbd..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/listbox-width-change.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<html>
|
| - <head>
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| - setTimeout("test2()", 100);
|
| - }
|
| - function test2() {
|
| - document.getElementById('sl').options[0] = new Option ( "This text should fit in the list box", "1" );
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| - }
|
| - </script>
|
| - </head>
|
| - <body onload="test()">
|
| - This tests that when a list box's options get updated, the list box will recalculate its width, and relayout.
|
| - <br>
|
| - <select id="sl" multiple></select>
|
| - </body>
|
| -</html>
|
|
|