Sign in
webkit
/
WebKit
/
987c9c4fb060cfd3a6fd05efa8323fb27085d2f0
/
.
/
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>