diff options
Diffstat (limited to 'layout/reftests/counter-style/descriptor-fallback-ref.html')
-rw-r--r-- | layout/reftests/counter-style/descriptor-fallback-ref.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/descriptor-fallback-ref.html b/layout/reftests/counter-style/descriptor-fallback-ref.html new file mode 100644 index 000000000..090afcb8e --- /dev/null +++ b/layout/reftests/counter-style/descriptor-fallback-ref.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<link rel="stylesheet" href="ref-common.css"> +<!-- list-style-type: a --> +<div>a. </div> +<div>b. </div> +<div>c. </div> +<div>d. </div> +<div>e. </div> +<div>f. </div> +<div>7. </div> +<div>8. </div> +<div>9. </div> +<!-- list-style-type: b --> +<div>a. </div> +<div>b. </div> +<div>c. </div> +<div>d. </div> +<div>e. </div> +<div>f. </div> +<div>7. </div> +<div>8. </div> +<div>9. </div> +<!-- list-style-type: c --> +<div>a. </div> +<div>b. </div> +<div>c. </div> +<div>d. </div> +<div>e. </div> +<div>f. </div> +<div>g. </div> +<div>h. </div> +<div>i. </div> |