Move font_color_attribute_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent 20b38229e7
commit fdfe2084f8
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_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
== height_compute_reset.html height_compute.html == height_compute_reset.html height_compute.html

View file

@ -887,6 +887,18 @@
"url": "/_mozilla/css/font_advance.html" "url": "/_mozilla/css/font_advance.html"
} }
], ],
"css/font_color_attribute_a.html": [
{
"path": "css/font_color_attribute_a.html",
"references": [
[
"/_mozilla/css/font_color_attribute_ref.html",
"=="
]
],
"url": "/_mozilla/css/font_color_attribute_a.html"
}
],
"css/font_style.html": [ "css/font_style.html": [
{ {
"path": "css/font_style.html", "path": "css/font_style.html",
@ -4956,6 +4968,18 @@
"url": "/_mozilla/css/font_advance.html" "url": "/_mozilla/css/font_advance.html"
} }
], ],
"css/font_color_attribute_a.html": [
{
"path": "css/font_color_attribute_a.html",
"references": [
[
"/_mozilla/css/font_color_attribute_ref.html",
"=="
]
],
"url": "/_mozilla/css/font_color_attribute_a.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_color_attribute_ref.html'>
</head> </head>
<body> <body>
<p><font color=blue>Servo</font></p> <p><font color=blue>Servo</font></p>