mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move font_face_attribute.html to wpt reftests.
This commit is contained in:
parent
fdfe2084f8
commit
ddf2ef0da0
4 changed files with 25 additions and 1 deletions
|
@ -58,7 +58,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht
|
||||||
== floated_generated_content_a.html floated_generated_content_b.html
|
== floated_generated_content_a.html floated_generated_content_b.html
|
||||||
== 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
|
||||||
== font_face_attribute.html font_face_attribute_ref.html
|
|
||||||
== font_size.html font_size_ref.html
|
== font_size.html font_size_ref.html
|
||||||
== height_compute_reset.html height_compute.html
|
== height_compute_reset.html height_compute.html
|
||||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||||
|
|
|
@ -899,6 +899,18 @@
|
||||||
"url": "/_mozilla/css/font_color_attribute_a.html"
|
"url": "/_mozilla/css/font_color_attribute_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/font_face_attribute.html": [
|
||||||
|
{
|
||||||
|
"path": "css/font_face_attribute.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/font_face_attribute_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/font_face_attribute.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/font_style.html": [
|
"css/font_style.html": [
|
||||||
{
|
{
|
||||||
"path": "css/font_style.html",
|
"path": "css/font_style.html",
|
||||||
|
@ -4980,6 +4992,18 @@
|
||||||
"url": "/_mozilla/css/font_color_attribute_a.html"
|
"url": "/_mozilla/css/font_color_attribute_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/font_face_attribute.html": [
|
||||||
|
{
|
||||||
|
"path": "css/font_face_attribute.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/font_face_attribute_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/font_face_attribute.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/font_style.html": [
|
"css/font_style.html": [
|
||||||
{
|
{
|
||||||
"path": "css/font_style.html",
|
"path": "css/font_style.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='font_face_attribute_ref.html'>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p><font face=monospace>Servo</font></p>
|
<p><font face=monospace>Servo</font></p>
|
Loading…
Add table
Add a link
Reference in a new issue