haikuwebkit/LayoutTests/fast/css-generated-content/quotes-lang-case-insensitiv...

15 lines
191 B
HTML

<!DOCTYPE html>
<style>
:lang(CusTom) {
quotes: "A" "B" "C" "D";
}
</style>
<p>
You should see the below line printed twice.
</p>
ACDB<br>
<q lang="CUSTOM"><q></q></q>