blob: c36c39d1c6fc3de9d957604f68e87c75387b53ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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>
|