summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-with-image-display-changed-001-ref.html
blob: bfe0eb60f8dfbc30311fdec49490f7ecf2dc0b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Lists: test list with firstchild changing display</title>

<style>
li { border: 3px solid black; margin: 3px; }
img { display: block; }
</style>

<ul>
  <li>
    <a href="#"><img src="./resources/white.gif" width=32 height=32 /></a>
    Some other text
  </li>
</ul>