| <!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> |