aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/overflow-bug-0.html
blob: 10e2207ca569bccaa83ef8875c7e52942b649cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>