Skip to content

Commit bc5914a

Browse files
josepharharmoz-wptsync-bot
authored andcommitted
Bug 1949873 [wpt PR 50882] - Update select-value WPT for SelectParserRelaxation, a=testonly
Automatic update from web-platform-tests 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} -- wpt-commits: dcbc65f3c164e3a47ed07a0d216f8a7fc5b0d54d wpt-pr: 50882
1 parent f2be156 commit bc5914a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/web-platform/tests/html/semantics/forms/the-select-element/select-value.html

Lines changed: 1 addition & 1 deletion
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)