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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html

Issue 2372913002: fixed <select> element isn't updated after its single option removing. (Closed)
Patch Set: LayoutTest Code updated Created 4 years, 3 months 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/select-remove-option-single-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5592c5a68211b35c3ecac7c9c2163d27e0e85189
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html
@@ -0,0 +1,11 @@
+<title>Test for HTMLSelectElement.remove() on an Options object</title>
tkent 2016/09/29 01:14:44 Please add <!DOCTYPE html>
+
+<style type="text/css">
+select {
+min-width: 100px;
tkent 2016/09/29 01:14:44 Please indent the content of a ruleset.
+}
+</style>
+
+<select></select>
+
+<a herf="#">Remove option</a>
tkent 2016/09/29 01:14:44 Please remove it.

Powered by Google App Engine
This is Rietveld 408576698