mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Improve inter-document focus handling (#36649)
*Describe the changes that this pull request makes here. This will be the commit message.* rewritten the PR #28571 Implement [Window#focus](https://html.spec.whatwg.org/multipage/#dom-window-focus), [Window#blur](https://html.spec.whatwg.org/multipage/#dom-window-blur) Testing: WPT Fixes: #8981 #9421 --------- Signed-off-by: kongbai1996 <1782765876@qq.com> Co-authored-by: yvt <i@yvt.jp>
This commit is contained in:
parent
27570987fd
commit
0c0ee04b8e
33 changed files with 1123 additions and 242 deletions
9
tests/wpt/mozilla/meta/MANIFEST.json
vendored
9
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -12744,7 +12744,7 @@
|
|||
]
|
||||
},
|
||||
"FocusEvent.html": [
|
||||
"9e002c1088de060b5e7f94c4152bf9fb779c04cc",
|
||||
"7fb7aebf2afbac7f68a16308b9cc5d4588b7022f",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
@ -13278,6 +13278,13 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"focus_inter_documents.html": [
|
||||
"5c759772367e844066d1df0081917c9e129d09ec",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"follow-hyperlink.html": [
|
||||
"6ac9eaeb5814a663988ed8c664c113072e329dc5",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue