wpt / css / CSS2 / lists / list-style-image-applies-to-017.html

Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/CSS2/lists/list-style-image-applies-to-017.html

<!DOCTYPE html>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
<link rel="help" href="https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-image">
<link rel="help" href="https://www.w3.org/TR/CSS21/generate.html#list-style">
<link rel="help" href="https://github.com/servo/servo/issues/37222">
<link rel="match" href="list-style-image-applies-to-ref-1.html">
<meta name="assert" content="The 'list-style-image' property applies to a list item which is a sibling of a float.">

<p>Test passes if there is a single blue square below.</p>
<div style="float: left; width: 1in; height: 1in"></div>
<div style="display: list-item; list-style-image: url('support/blue15x15.png')"></div>

/css/CSS2/lists/list-style-image-applies-to-ref-1.html

<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
<style>
div {
  display: list-item;
  list-style-image: url('support/blue15x15.png');
  margin-left: 96px;
}
</style>

<p>Test passes if there is a single blue square below.</p>
<div>&nbsp;</div>