https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c342c1ccba3e21cadb933bc2c648b37af18c26c8 authored by Mustaq Ahmed on 06 April 2018, 14:14:32 UTC
Make BlueTooth/USB requestDevice non-consuming.
Tip revision: c342c1c
transform3d-preserve3d-003.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Test (Transforms): Preserve-3D With Margins 2</title>
    <link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
    <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 the second in a series of four tests
    that test that translations work correctly when combined with margins or
    translations on various elements, when preserve-3d is enabled.  They test
    for a real-world implementation bug:
    <https://bugzilla.mozilla.org/show_bug.cgi?id=691864>.">
    <link rel="match" href="transform-lime-square-ref.html">
  </head>
  <body>
    <div style="transform-style: preserve-3d">
      <div style="transform-style: preserve-3d; margin-left: 200px">
        <div style="width: 100px; height: 100px; background: lime;
          transform: translatex(-200px)">
    </div></div></div>
  </body>
</html>
back to top