Attempt to fix unit-test orange: the two tests differ only by the width of a scrollbar, so attempt to make the ref the same height as the test, r=dbaron

This commit is contained in:
benjamin@smedbergs.us 2007-05-21 13:45:43 -07:00
parent 6534452564
commit 218ecc7055

View File

@ -6,9 +6,30 @@
body { background: green; }
div { height: 10px; margin: 1em; }
</style>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>