summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/lists/dir-type.html
blob: d1f0ae3fe3f1f11eaf4e8cb508121a8f58118b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf-8">
<title>&lt;dir&gt; doesn't map the type and start attributes to CSS</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1831863">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.com" title="Mozilla">
<link rel="match" href="dir-type-ref.html">
<dir type="square">
  <li>A
</dir>
<dir type="decimal" start="5">
  <li>B
</dir>