mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +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
|
@ -899,6 +899,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/font_style.html",
|
||||
|
@ -4980,6 +4992,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/font_style.html",
|
||||
|
|
13
tests/wpt/mozilla/tests/css/font_face_attribute.html
Normal file
13
tests/wpt/mozilla/tests/css/font_face_attribute.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='font_face_attribute_ref.html'>
|
||||
</head>
|
||||
<body>
|
||||
<p><font face=monospace>Servo</font></p>
|
||||
<p><font id=1>Servo</font></p>
|
||||
<script>
|
||||
document.getElementById("1").face = "monospace";
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
9
tests/wpt/mozilla/tests/css/font_face_attribute_ref.html
Normal file
9
tests/wpt/mozilla/tests/css/font_face_attribute_ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body style="font-family: monospace">
|
||||
<p>Servo</p>
|
||||
<p>Servo</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue