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