Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
css
/
first-letter-anonymous-block-crash.html
blob: 017ec39ec44b4f791bef46939c939bce21fa82f1 [
file
] [
log
] [
blame
]
<html>
<style
type
=
text/css
>
dd
:
first-letter
{
content
:
""
;
}
dir
:
first-letter
{
text-align
:
""
;
}
</style>
<dd>
<dir>
<font>
<form>
No crash means PASS
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</html>