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

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: remove anchor element and adjunst some indents 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..ad280b042ecea570974802598d26ecbe62337c5a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<title>Test for HTMLSelectElement.remove() on an Options object</title>
+
+<style type="text/css">
+select {
+ min-width: 100px;
+}
+</style>
+
+<select></select>

Powered by Google App Engine
This is Rietveld 408576698