Move font_face_attribute.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent fdfe2084f8
commit ddf2ef0da0
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -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>