https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c4742caa9ad8c4b4a00ded7c4dac2a1e1563cb4b authored by L. David Baron on 02 April 2018, 19:01:11 UTC
Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/c44f60c43432d468639b5fe078420e60c13fd3de .
Tip revision: c4742ca
css-rotate-2d-3d-001-ref.html
<!DOCTYPE html>
<html>
<head>
    <title>CSS Transforms Test: 2D rotation with 3D rotation</title>
    <link rel="author" title="Philip Rogers" href="mailto:pdr@google.com">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com" /> <!-- 2012-06-16 -->
    <style type="text/css">
        .greenSquareRef {
            position: absolute;
            top: 100px;
            left: 100px;
            width: 100px;
            height: 100px;
            background: green;
        }
    </style>
</head>
<body>
    <p>The test passes if there is a green square and no red.</p>
    <div class="greenSquareRef"></div>
</body>
</html>
back to top