mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-02 23:27:28 +03:00
8 lines
165 B
HTML
8 lines
165 B
HTML
|
<style>
|
||
|
html { background-image: url(image1x.jpg); }
|
||
|
|
||
|
@media(-webkit-min-device-pixel-ratio: 1.5) {
|
||
|
html { background-image: url(image2x.jpg); }
|
||
|
}
|
||
|
</style>
|