OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 window.targetScaleFactor = 2; | |
4 </script> | |
5 <script src="../../fast/hidpi/resources/srcset-helper.js"></script> | |
6 <style> | |
7 div { | |
8 width: 100px; | |
9 height: 100px; | |
10 } | |
11 </style> | |
12 <div style="background: -webkit-image-set(url(resources/fragment-identifiers.svg #red) 1x, | |
13 url(resources/fragment-identifiers.svg #green) 2x);"> | |
OLD | NEW |