mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Test for flexbox crasher
This commit is contained in:
parent
8d21a79246
commit
f6582e7f21
4 changed files with 73 additions and 0 deletions
|
@ -87,6 +87,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/flex_nochild.html": [
|
||||
{
|
||||
"path": "css/flex_nochild.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/flex_nochild-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/setpropertypriority.html": [
|
||||
{
|
||||
"path": "css/setpropertypriority.html",
|
||||
|
@ -884,6 +896,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/flex_nochild.html": [
|
||||
{
|
||||
"path": "css/flex_nochild.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/flex_nochild-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/setpropertypriority.html": [
|
||||
{
|
||||
"path": "css/setpropertypriority.html",
|
||||
|
|
2
tests/wpt/mozilla/meta/css/__dir__.ini
Normal file
2
tests/wpt/mozilla/meta/css/__dir__.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
prefs: ["layout.flex.enabled:true",
|
||||
"layout.flex-direction.enabled:true"]
|
Loading…
Add table
Add a link
Reference in a new issue