Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
multicol
/
cv-with-colum-and-hittest-assert.html
blob: 4eda00debc30d7b147de029e50af1c69e9d97985 [
file
]
<style>
html
{
content-visibility
:
auto
;
}
body
{
column-count
:
2
;
margin
:
auto
;
}
</style>
<!-- PASS if no crash or assert. -->
<body><video
controls
=
"false"
><script>
window
.
testRunner
?.
dumpAsText
();
document
.
elementFromPoint
(
0
,
0
);
</script>