mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move font_color_attribute_a.html to wpt reftests.
This commit is contained in:
parent
20b38229e7
commit
fdfe2084f8
4 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
10
tests/wpt/mozilla/tests/css/font_color_attribute_a.html
Normal file
10
tests/wpt/mozilla/tests/css/font_color_attribute_a.html
Normal 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>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<p><font style="color: blue">Servo</font></p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue