haikuwebkit/LayoutTests/fast/css-generated-content/nested-quote-more-than-pair...

14 lines
249 B
HTML

<!DOCTYPE html>
<style>
q { quotes: "A" "B" "C" "D"; }
</style>
<p>
The last pair should be repeated when nested beyond the number of pairs.
You should see the below line printed twice.
</p>
ACCCDDDB<br>
<q><q><q><q></q></q></q></q>