diff options
Diffstat (limited to 'layout/reftests/stylesheet-cloning/glyphs-ref.html')
-rw-r--r-- | layout/reftests/stylesheet-cloning/glyphs-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/stylesheet-cloning/glyphs-ref.html b/layout/reftests/stylesheet-cloning/glyphs-ref.html new file mode 100644 index 0000000000..f8acbd27d3 --- /dev/null +++ b/layout/reftests/stylesheet-cloning/glyphs-ref.html @@ -0,0 +1,8 @@ +<!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>5</div> |