blob: 02d6af2189d5aef12f659c824dd12ec997246f8c [file] [edit]
<!DOCTYPE html> <!-- webkit-test-runner [ MockScrollbarsEnabled=false ] -->
<style>
iframe {
width: 200px;
height: 100px;
border: none;
}
</style>
<p>Test passes if space taking scrollbars are visible.</p>
<iframe src="data:text/html,<style>body{width:500px;height:500px;background-color:green;margin:0;}</style>"></iframe>