https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 149c83d77d05dafea4a5a4dadf6670bfadc8e360 authored by moz-wptsync-bot on 16 March 2018, 13:38:52 UTC
Port XHR to WorkerRef,
Tip revision: 149c83d
transform3d-preserve3d-013.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Test (Transforms): Preserve-3D with 'overflow: scroll'</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#transform-style-property">
    <meta name="assert" content="This is identical to
    transform3d-preserve3d-008.html, except with 'overflow: scroll' instead of
    'hidden'.  (Note that the ref is nontrivial, because the scrollbar has to
    be scaled appropriately.)">
    <link rel="match" href="transform3d-preserve3d-013-ref.html">
  </head>
  <body>
    <div style="transform: rotatex(45deg); transform-origin: top;
      transform-style: preserve-3d; overflow: scroll">
      <div style="transform: rotatex(-45deg); transform-origin: top;
        height: 200px; width: 100px; background: lime">
    </div></div>
  </body>
</html>
back to top