mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +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
|
@ -213,7 +213,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
!= octicons_a.html octicons_ref.html
|
||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||
== ol_simple_a.html ol_simple_ref.html
|
||||
== only_child_pseudo_a.html only_child_pseudo_b.html
|
||||
== outline_offset_a.html outline_offset_ref.html
|
||||
!= outset_blackborder.html blackborder_ref.html
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<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>
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
<!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