Opera Developer Css Bug

Bugtest

by thedole

HTML

<body>
  <div style="height: 100%; display: table; overflow: hidden;">
    <div style="height: 100%; overflow-x: hidden; ">
      This is where the magic happens!
    </div>
  </div>
</body>