blob: 37a950311db65e8a6a15bf4eca22cee563058d23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<style>
div::first-letter {
position: inherit;
}
div:after {
quotes: "a" "b";
content: open-quote
}
</style>
PASS if the test does not CRASH.
<div></div>
<div></div>
|