Skip to content

Commit 0840e0f

Browse files
Update select-value WPT for SelectParserRelaxation
This was pointed out here: whatwg/html#10557 (comment) Change-Id: I443ddd71e48ecefe598a7be07d0705a68db36d02
1 parent 61aa60a commit 0840e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/semantics/forms/the-select-element/select-value.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
var div = document.createElement('div');
4747
select.appendChild(div);
4848
div.appendChild(option);
49-
assert_equals(select.value, '');
49+
assert_equals(select.value, '1');
5050
}, 'option is child of div');
5151

5252
test(function() {

0 commit comments

Comments
 (0)