mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move case-insensitive-font-family.html to wpt reftests.
This commit is contained in:
parent
6034364552
commit
ecb5a1f7c6
5 changed files with 26 additions and 2 deletions
|
@ -24,7 +24,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
||||
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
||||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
||||
prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html
|
||||
prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
<div style="font-family: arial">Hello, world!</div>
|
|
@ -887,6 +887,18 @@
|
|||
"url": "/_mozilla/css/canvas_linear_gradient_a.html"
|
||||
}
|
||||
],
|
||||
"css/case-insensitive-font-family.html": [
|
||||
{
|
||||
"path": "css/case-insensitive-font-family.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/case-insensitive-font-family-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/case-insensitive-font-family.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -5352,6 +5364,18 @@
|
|||
"url": "/_mozilla/css/canvas_linear_gradient_a.html"
|
||||
}
|
||||
],
|
||||
"css/case-insensitive-font-family.html": [
|
||||
{
|
||||
"path": "css/case-insensitive-font-family.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/case-insensitive-font-family-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/case-insensitive-font-family.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
<link rel='match' href='case-insensitive-font-family-ref.html'>
|
||||
<div style="font-family: arial">Hello, world!</div>
|
Loading…
Add table
Add a link
Reference in a new issue