Skip to content

Commit dcbc65f

Browse files
Update select-value WPT for SelectParserRelaxation
This was pointed out here: whatwg/html#10557 (comment) Change-Id: I443ddd71e48ecefe598a7be07d0705a68db36d02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077768 Reviewed-by: Traian Captan <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Commit-Queue: Traian Captan <[email protected]> Auto-Submit: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1423995}
1 parent 6ee4340 commit dcbc65f

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)