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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/selected-index-assert.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/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>

Powered by Google App Engine
This is Rietveld 408576698