Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>