blob: 49e35f76f3cc1a79c5f123c12ee9c07f1cffb931 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div></div>
<script>
if (window.testRunner)
testRunner.zoomPageOut();
</script>