Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
LayoutTests
/
fast
/
dom
/
firstline-fixed-crash.html
blob: 18999a6fda4ef41aa3127e87f304fbf83227b018 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
*:
nth-child
(
2
):
first-line
{
margin-bottom
:
1px
;
}
</style>
<div
contentEditable
>
<a
style
=
"
position
:
fixed
;
"
>
This text should render without crashing
</div>
...