Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
LayoutTests
/
fast
/
text
/
one-letter-transform-crash.html
blob: 5a3ae1cfe50c859b7a8683afd905670d60cdf94e [
file
] [
log
] [
blame
]
<html>
Test passes if it does not crash.
<style>
div
:
first-letter
{
text-decoration
:
overline
;
}
div
{
text-transform
:
capitalize
;
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<div/>
<summary>
</html>