Skip to content

Commit 231b224

Browse files
committed
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 <tcaptanchromium.org> Commit-Queue: Joey Arhar <jarharchromium.org> Commit-Queue: Traian Captan <tcaptanchromium.org> Auto-Submit: Joey Arhar <jarharchromium.org> Cr-Commit-Position: refs/heads/main{#1423995} -- wpt-commits: dcbc65f3c164e3a47ed07a0d216f8a7fc5b0d54d wpt-pr: 50882 UltraBlame original commit: 5aa6c6ca474e72bba059f5cca3e877950d617dc7
1 parent 1dbd8b9 commit 231b224

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)