https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 6f875567c0134d559faf01839dfc47ad90bfd89c authored by ffxbld on 24 October 2012, 14:13:02 UTC
Added FENNEC_16_0_2_RELEASE FENNEC_16_0_2_BUILD1 tag(s) for changeset a16d1d09180e. DONTBUILD CLOSED TREE a=release
Tip revision: 6f87556
514917-1.html
<!DOCTYPE HTML>
<title>Testcase, bug 514917</title>
<style type="text/css">

body > div {
  overflow: auto; /* to detect too much overflow, which is the bug here */
  width: 200px;
  height: 200px;
}

body > div > div {
  width: 100px;
  height: 100px;
  box-shadow: blue 50px 50px;
}

body > div > div > div {
  width: 160px;
  height: 160px;
  border: medium solid;
}

</style>
<body>
<div><div><div></div></div></div>
</body>
back to top