mirror of
https://github.com/servo/servo.git
synced 2025-09-12 16:08:20 +01:00
Move ol_simple_a.html to wpt reftests.
This commit is contained in:
parent
1f0b6daaa9
commit
ed69bc5566
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/ol_simple_a.html": [
|
||||
{
|
||||
"path": "css/ol_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/ol_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/ol_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/only_of_type_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/only_of_type_pseudo_a.html",
|
||||
|
@ -3480,6 +3492,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/ol_simple_a.html": [
|
||||
{
|
||||
"path": "css/ol_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/ol_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/ol_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/only_of_type_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/only_of_type_pseudo_a.html",
|
||||
|
|
20
tests/wpt/mozilla/tests/css/ol_simple_a.html
Normal file
20
tests/wpt/mozilla/tests/css/ol_simple_a.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='ol_simple_ref.html'>
|
||||
<style>
|
||||
li {
|
||||
list-style-type: decimal;
|
||||
list-style-position: inside;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<ol>
|
||||
<li>Foo</li>
|
||||
<li>Bar</li>
|
||||
<li>Baz</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
|
19
tests/wpt/mozilla/tests/css/ol_simple_ref.html
Normal file
19
tests/wpt/mozilla/tests/css/ol_simple_ref.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
li {
|
||||
list-style-type: none;
|
||||
list-style-position: inside;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<ol>
|
||||
<li>1. Foo</li>
|
||||
<li>2. Bar</li>
|
||||
<li>3. Baz</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue