Sign in
webkit
/
WebKit
/
540d6b6f3e74031bf3bfd4bcf3dba6195c222b4d
/
.
/
LayoutTests
/
fast
/
inline
/
out-of-flow-positioned-line-break.html
blob: 1a662818de7f5a519b3afdce7e6e6bf29a65aca7 [
file
] [
log
] [
blame
]
<style>
br
{
position
:
absolute
;
}
</style>
<div><br></div>
<div>
Pass if no crash or assert when line break is out-of-flow positioned.
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>