Packages

Playwright Assets is a package for installing and running test assets in Playwright Node.js and Elixir implementations.

Current section

Files

Jump to
playwright_assets priv assets screenshots translateZ.html
Raw

priv/assets/screenshots/translateZ.html

<div style="background-color: red; position: absolute; left: 100px; top: 100px; width: 100px; height: 100px; transform: translateZ(0)">
</div>
<div style="background-color: green; position: absolute; left: 150px; top: 150px; width: 100px; height: 100px">
</div>