summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/change-list-style-position-003-ref.html
blob: 01494b4dd1f6671d2ff626b0f05ceee1077e287c (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 the change of list-style-position</title>
<style>
div {
  border: 5px solid orange;
  display: list-item;
  list-style-position: inside;
  margin-left: 40px;
}
div > div {
  list-style-type: decimal;
}
</style>
<div><div>text</div></div>