mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move font_advance.html to wpt reftests.
This commit is contained in:
parent
5455821701
commit
5953387cb0
4 changed files with 25 additions and 1 deletions
|
@ -64,7 +64,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht
|
||||||
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
||||||
== floated_table_with_margin_a.html floated_table_with_margin_ref.html
|
== floated_table_with_margin_a.html floated_table_with_margin_ref.html
|
||||||
== focus_selector.html focus_selector_ref.html
|
== focus_selector.html focus_selector_ref.html
|
||||||
== font_advance.html font_advance_ref.html
|
|
||||||
== font_color_attribute_a.html font_color_attribute_ref.html
|
== font_color_attribute_a.html font_color_attribute_ref.html
|
||||||
== font_face_attribute.html font_face_attribute_ref.html
|
== font_face_attribute.html font_face_attribute_ref.html
|
||||||
== font_size.html font_size_ref.html
|
== font_size.html font_size_ref.html
|
||||||
|
|
|
@ -803,6 +803,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/font_advance.html": [
|
||||||
|
{
|
||||||
|
"path": "css/font_advance.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/font_advance_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/font_advance.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/font_style.html": [
|
"css/font_style.html": [
|
||||||
{
|
{
|
||||||
"path": "css/font_style.html",
|
"path": "css/font_style.html",
|
||||||
|
@ -4788,6 +4800,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/font_advance.html": [
|
||||||
|
{
|
||||||
|
"path": "css/font_advance.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/font_advance_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/font_advance.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/font_style.html": [
|
"css/font_style.html": [
|
||||||
{
|
{
|
||||||
"path": "css/font_style.html",
|
"path": "css/font_style.html",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
<link rel='match' href='font_advance_ref.html'>
|
||||||
<!-- Not a reftest, but a crashtest for #4614 -->
|
<!-- Not a reftest, but a crashtest for #4614 -->
|
||||||
a<div id="test" style="font-size: 100000px">Hello world</div>
|
a<div id="test" style="font-size: 100000px">Hello world</div>
|
Loading…
Add table
Add a link
Reference in a new issue