blob: 7444cebe661907afbc30da5ee3d074186f8be693 [file] [log] [blame]
<!doctype HTML>
<style>
#container {
contain: style layout;
width: 150px;
height: 150px;
}
#checker {
width: 50px;
height: 50px;
background: green;
}
</style>
<div id="container"></div>
<div id="checker"></div>