blob: 6e1cddede345b3ddc7b94dd816cedb28c54f5ab6 [file] [log] [blame]
<!DOCTYPE html>
<style>
div::before {
position: relative;
overflow: scroll;
display: block;
width: 100px;
height: 100px;
content: "."
}
:nth-child(13)::-webkit-scrollbar {
color: pink;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This test should not trigger any ASSERTs.</p>
<div></div>