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 highdpi.html
Raw

priv/assets/highdpi.html

<style>
html { background-image: url(image1x.jpg); }
@media(-webkit-min-device-pixel-ratio: 1.5) {
html { background-image: url(image2x.jpg); }
}
</style>