Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
nested-quote-more-than-pairs.html
blob: 0d3f86ec88a4528de36bd85720588df13ab56f83 [
file
]
<!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>