mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
[Browser API] implement mozbrowsericonchange event
This commit is contained in:
parent
27e104aa1a
commit
5263a4c4c9
8 changed files with 154 additions and 25 deletions
|
@ -5009,6 +5009,12 @@
|
|||
"url": "/_mozilla/mozilla/load_event.html"
|
||||
}
|
||||
],
|
||||
"mozilla/mozbrowser/mozbrowsericonchange_event.html": [
|
||||
{
|
||||
"path": "mozilla/mozbrowser/mozbrowsericonchange_event.html",
|
||||
"url": "/_mozilla/mozilla/mozbrowser/mozbrowsericonchange_event.html"
|
||||
}
|
||||
],
|
||||
"mozilla/navigator.html": [
|
||||
{
|
||||
"path": "mozilla/navigator.html",
|
||||
|
|
1
tests/wpt/mozilla/meta/mozilla/mozbrowser/__dir__.ini
Normal file
1
tests/wpt/mozilla/meta/mozilla/mozbrowser/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
|||
prefs: ["dom.mozbrowser.enabled:true"]
|
Loading…
Add table
Add a link
Reference in a new issue