Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
first-letter-stylechange-isnt-reattach-assert.html
blob: dc8e7be25676308772b8fc465263006bb22ab4ec [
file
] [
log
] [
blame
]
<style>
body
{
text-decoration
:
line-through
;
padding
:
1vw
;
}
body
::
first-letter
{
shape-margin
:
1
;
}
</style>
Test Passes if no crash.
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>