Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
first-letter-invalid-property-crash.html
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>