mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
fix crash occurs when the focus element is adopted (#36608)
fix crash occurs when the focus element is adopted. Testing: wpt dom/nodes/insertion-removing-steps/blur-event.window.html not crash Fixes: #36607 #32972 --------- Signed-off-by: kongbai1996 <1782765876@qq.com>
This commit is contained in:
parent
b6a89ae408
commit
bab788f5d5
4 changed files with 45 additions and 3 deletions
9
tests/wpt/meta/MANIFEST.json
vendored
9
tests/wpt/meta/MANIFEST.json
vendored
|
@ -7459,6 +7459,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"focus": {
|
||||
"focus-element-crash.html": [
|
||||
"27df1c0b13081827685fa96e0cba2f7b9b03c89a",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
]
|
||||
},
|
||||
"fullscreen": {
|
||||
"crashtests": {
|
||||
"backdrop-list-item.html": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue