tenfourfox/layout/reftests/counter-style/system-cyclic-ref.html

15 lines
318 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<link rel="stylesheet" href="ref-common.css">
<!-- list-style-type: a -->
<div>&#x2023;</div>
<div>&#x2023;</div>
<div>&#x2023;</div>
<div>&#x2023;</div>
<div>&#x2023;</div>
<!-- list-style-type: b -->
<div>&#x2021;</div>
<div>&#x2020;</div>
<div>&#x2021;</div>
<div>&#x2020;</div>
<div>&#x2021;</div>