| Index: third_party/WebKit/LayoutTests/fast/forms/selected-index-assert.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/selected-index-assert.html b/third_party/WebKit/LayoutTests/fast/forms/selected-index-assert.html
|
| deleted file mode 100644
|
| index 4af5de5df9b1b3a93b3a8e6c99ea6f3c391275d9..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/selected-index-assert.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -This tests for a regression against
|
| -<i><a href="https://bugs.webkit.org/show_bug.cgi?id=6942">https://bugs.webkit.org/show_bug.cgi?id=6942</a>
|
| -Assertion failure in HTMLSelectElementImpl::selectedIndex (m_multiple)</i>
|
| -<hr>
|
| -No assertion failure (on a debug build) means test PASS.
|
| -<select id="t">
|
| -</select>
|
| -<script type="text/javascript">
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - document.getElementById('t').selectedIndex;
|
| -</script>
|
|
|