blob: 37a950311db65e8a6a15bf4eca22cee563058d23 [file] [log] [blame]
<!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>