Sign in
webkit
/
WebKit
/
52b7bf5ed79012977948456de78fa60819deaf7e
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
quote-first-letter-expected.html
blob: 99159d748638fa158929980aabc4cfc1d6c8463f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
quote
{
color
:
red
;
}
.
line
{
position
:
absolute
;
top
:
50px
;
left
:
10px
;
}
</style>
" "
<span
class
=
"line"
>
<span
class
=
"quote"
>
'
</span>
Should not crash or assert and all four quotes should be displayed.'
</span>