diff options
Diffstat (limited to 'layout/reftests/counter-style/system-extends-ref.html')
-rw-r--r-- | layout/reftests/counter-style/system-extends-ref.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/system-extends-ref.html b/layout/reftests/counter-style/system-extends-ref.html new file mode 100644 index 000000000..5eefe70d7 --- /dev/null +++ b/layout/reftests/counter-style/system-extends-ref.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<link rel="stylesheet" href="ref-common.css"> +<!-- list-style-type: a --> +<div>Chapter -2. </div> +<div>Chapter -1. </div> +<div>Chapter 0. </div> +<div>Chapter I. </div> +<div>Chapter II. </div> +<div>Chapter III. </div> +<div>Chapter IV. </div> +<div>Chapter V. </div> +<div>Chapter 6. </div> +<div>Chapter 7. </div> +<!-- list-style-type: b --> +<div>Section -2. </div> +<div>Section -1. </div> +<div>Section 0. </div> +<div>Section I. </div> +<div>Section II. </div> +<div>Section III. </div> +<div>Section IV. </div> +<div>Section V. </div> +<div>Section VI. </div> +<div>Section 7. </div> |