참고소스 수정본
This commit is contained in:
7
참고/playwright-main/tests/assets/highdpi.html
Normal file
7
참고/playwright-main/tests/assets/highdpi.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<style>
|
||||
html { background-image: url(image1x.jpg); }
|
||||
|
||||
@media(-webkit-min-device-pixel-ratio: 1.5) {
|
||||
html { background-image: url(image2x.jpg); }
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user