| Index: third_party/WebKit/LayoutTests/fast/forms/menulist-deselect-update.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/menulist-deselect-update.html b/third_party/WebKit/LayoutTests/fast/forms/menulist-deselect-update.html
|
| deleted file mode 100644
|
| index 0d1798bcdb01442957a86edc9b6932c3b2a52f69..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/menulist-deselect-update.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -Test result:
|
| -<select id="target">
|
| - <option>FAIL</option>
|
| - <option>PASS</option>
|
| -</select>
|
| -<script type="text/javascript">
|
| - var select = document.getElementById("target");
|
| - select.offsetTop;
|
| -
|
| - var opts = select.options;
|
| - opts[0].selected = false;
|
| - opts[1].selected = true;
|
| -</script>
|
|
|