Move list_style_position_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-20 10:21:04 +01:00
parent 8b39b9afed
commit 6a2cbfc9d9
5 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_position_a.html list_style_position_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

View file

@ -1,29 +0,0 @@
<!DOCTYPE html>
<!--
Tests that `list-style-position: inside` and `list-style-image` work. This is deliberately
conservative because the exact placement of the marker is unspecified.
-->
<html>
<head>
<style>
ul {
margin: 0;
padding: 0;
}
li {
list-style-image: url(smiling.png);
list-style-position: inside;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</body>
</html>

View file

@ -1,28 +0,0 @@
<!DOCTYPE html>
<!--
Tests that `list-style-position: inside` and `list-style-image` work. This is deliberately
conservative because the exact placement of the marker is unspecified.
-->
<html>
<head>
<style>
ul {
margin: 0;
padding: 0;
}
li {
display: block;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<ul>
<li><img src=smiling.png></li>
<li><img src=smiling.png></li>
<li><img src=smiling.png></li>
</ul>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB