mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update select shadow tree when contents of selected option change (#36958)
The label that is displayed inside a `<select>` element is that of the selected option, or it's text contents if the option does not have a label. Therefore, we need to update the `<select>` shadow tree when the contents of the selected option change. Testing: Covered by existing web platform tests Fixes https://github.com/servo/servo/issues/36926 Fixes https://github.com/servo/servo/issues/36925 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
fec6778eaa
commit
41283220dd
5 changed files with 32 additions and 11 deletions
|
@ -1,2 +0,0 @@
|
|||
[select-1-block-size.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[select-multiple-re-add-option-via-document-fragment.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue