Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
multicol
/
renderer-positioned-assert-crash.html
blob: 4ef4f3c61706d05aea272d0ec74dc68707750d8f [
file
] [
log
] [
blame
]
<html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
.
box
{
position
:
absolute
;
-webkit-columns
:
1px
;
}
</style>
<div
class
=
"box"
>
PASS
<video>
</div>
</html>