blob: 6c74f42697dbe3d800fe9755b7c143610aad4b3b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function doTest()
{
crashBox.scrollIntoView(true);
}
window.addEventListener('load', doTest, false);
</script>
</head>
<body>
<p>Test position: sticky for table column groups.</p>
<p>This test should not crash.</p>
<div id=crashBox style="display: table-column-group; position: sticky;"></div>
</body>
</html>