blob: 491fd4e33958f67c1d91e99f3f90a31b9c3b057f [file] [log] [blame]
<!DOCTYPE HTML>
<style>
::-webkit-scrollbar {
width: 12px;
height: 12px;
background: rgba(255,0,0,0.8);
}
body {
width: 1000px;
height: 1000px;
}
div {
width: 100px;
height: 100px;
overflow: scroll;
}
</style>
<iframe src="resources/scrollable-iframe-customscrollbar-windowinactive.html"></iframe>
<div><div></div></div>
<script>
window.onload = function() {
// setWindowIsKey shall set the focus of the window.
if (window.testRunner)
testRunner.setWindowIsKey(false);
}
</script>