summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-004-ref.html
blob: 2d9b19e0431e2c4d6ae1777081a4154d35d60660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
  <meta charset="utf-8">
  <title>HTML LI element: implied scope</title>
  <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org">
  <style>
    body { margin-left: 40px }
    li { list-style-type: decimal }
  </style>
</head>
<body>
<li start="1"></li>
<li start="2"></li>
<li start="3"></li>
<li start="4"></li>
<div><li></li></div>
<div><div><li></li></div></div>
</body>
</html>