blob: a0c2da3d3fba19269b476fe5c71ac6d5fae90dd2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
zoom: 2;
}
div {
width: 3em;
height: 3em;
display: inline-block;
background-color: green;
}
</style>
</head>
<body>
Test for crbug.com/245996: This test passes if<br/>
there are two green squares of the same size.<br/>
<div></div>
<div></div>
</body>
</html>