Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>::column::scroll-marker without content should not crash</title>
<style>
#container {
overflow: hidden;
width: 10px;
column-count: 1;
scroll-marker-group: before;
}
#container::column::scroll-marker {
display: inline;
}
</style>
<p>PASS if no crash.</p>
<div id="container">Two columns</div>