blob: 4eab213ebaa131a252952ba7890db6f9e022dd69 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
height: 50px;
border: 1px solid black;
margin-top: 2px;
}
#first {
background-color: yellow;
margin-top: 110px;
}
</style>
<div id="first"></div>
<!-- The geometries below matches the imperfect subpixel painting after
the composited layers are moved in subpixels. -->
<!-- The missing border-bottom is because of crbug.com/1102886 which we won't
fix in pre-CompositeAfterPaint. -->
<div style="height: 51px; border-bottom: none"></div>
<div></div>
<div style="margin-top: 3px"></div>
<div></div>
<div></div>
<div style="height: 51px; border-bottom: none"></div>