mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move list_style_type_a.html to wpt reftests.
This commit is contained in:
parent
6a2cbfc9d9
commit
872334a364
4 changed files with 25 additions and 1 deletions
|
@ -2535,6 +2535,18 @@
|
|||
"url": "/_mozilla/css/list_style_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/list_style_type_a.html": [
|
||||
{
|
||||
"path": "css/list_style_type_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/list_style_type_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/list_style_type_a.html"
|
||||
}
|
||||
],
|
||||
"css/many_brs_a.html": [
|
||||
{
|
||||
"path": "css/many_brs_a.html",
|
||||
|
@ -7756,6 +7768,18 @@
|
|||
"url": "/_mozilla/css/list_style_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/list_style_type_a.html": [
|
||||
{
|
||||
"path": "css/list_style_type_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/list_style_type_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/list_style_type_a.html"
|
||||
}
|
||||
],
|
||||
"css/many_brs_a.html": [
|
||||
{
|
||||
"path": "css/many_brs_a.html",
|
||||
|
|
20
tests/wpt/mozilla/tests/css/list_style_type_a.html
Normal file
20
tests/wpt/mozilla/tests/css/list_style_type_a.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
Tests that `list-style-type` does something. This is deliberately conservative because the
|
||||
exact placement of the marker is unspecified.
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<link rel=mismatch href=list_style_type_ref.html>
|
||||
<style>
|
||||
li {
|
||||
list-style: square;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<ul>
|
||||
<li>Cheetahmen</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
14
tests/wpt/mozilla/tests/css/list_style_type_ref.html
Normal file
14
tests/wpt/mozilla/tests/css/list_style_type_ref.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
Tests that `list-style-type` does something. This is deliberately conservative because the
|
||||
exact placement of the marker is unspecified.
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<body>
|
||||
<ul>
|
||||
<li>Cheetahmen</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue