mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
add empty svg element with sizes test
This commit is contained in:
parent
a1fd802d65
commit
1f0b9ab3b7
4 changed files with 61 additions and 0 deletions
|
@ -6270,6 +6270,18 @@
|
|||
"url": "/_mozilla/mozilla/sslfail.html"
|
||||
}
|
||||
],
|
||||
"mozilla/svg/svg.html": [
|
||||
{
|
||||
"path": "mozilla/svg/svg.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/svg/svg_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/svg/svg.html"
|
||||
}
|
||||
],
|
||||
"mozilla/table_valign_bottom.html": [
|
||||
{
|
||||
"path": "mozilla/table_valign_bottom.html",
|
||||
|
@ -19992,6 +20004,18 @@
|
|||
"url": "/_mozilla/mozilla/sslfail.html"
|
||||
}
|
||||
],
|
||||
"mozilla/svg/svg.html": [
|
||||
{
|
||||
"path": "mozilla/svg/svg.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/svg/svg_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/svg/svg.html"
|
||||
}
|
||||
],
|
||||
"mozilla/table_valign_bottom.html": [
|
||||
{
|
||||
"path": "mozilla/table_valign_bottom.html",
|
||||
|
|
3
tests/wpt/mozilla/meta/mozilla/svg/svg.html.ini
Normal file
3
tests/wpt/mozilla/meta/mozilla/svg/svg.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[svg.html]
|
||||
type: reftest
|
||||
prefs: [dom.svg.enabled:true]
|
Loading…
Add table
Add a link
Reference in a new issue