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

@ -887,6 +887,18 @@
"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": [
{
"path": "css/font_style.html",
@ -4956,6 +4968,18 @@
"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": [
{
"path": "css/font_style.html",

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='font_color_attribute_ref.html'>
</head>
<body>
<p><font color=blue>Servo</font></p>
</body>
</html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p><font style="color: blue">Servo</font></p>
</body>
</html>