Move list_style_type_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-20 11:54:11 +01:00
parent 6a2cbfc9d9
commit 872334a364
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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>

View file

@ -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>