mirror of
https://github.com/servo/servo.git
synced 2025-09-06 04:58:21 +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
|
@ -38,7 +38,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||
# Fails intermittently (#3636)
|
||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||
!= list_style_type_a.html list_style_type_ref.html
|
||||
== margin_a.html margin_b.html
|
||||
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
Tests that `list-style-type` does something. This is deliberately conservative because the
|
||||
exact placement of the marker is unspecified.
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
li {
|
||||
list-style: square;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<ul>
|
||||
<li>Cheetahmen</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<!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