blob: 166f9e987bf5b3e64df2a0f1c87c29dfdfe97af3 [file] [log] [blame]
<!doctype html>
<title>Percentage background-size on the root</title>
<style>
div {
width: 100px;
height: 50px;
background-color: lime;
position: absolute;
top: 0;
left: 0;
}
</style>
<div></div>