gecko-dev/servo/tests/html/overflow-bug-0.html

19 строки
241 B
HTML

<!DOCTYPE html>
<!-- https://github.com/servo/servo/issues/9306 -->
<style>
body {
margin: 0;
}
.green {
background: #0F0;
height: 40px;
width: 600px;
margin-left: -300px;
}
</style>
<div class="green">
</div>