blob: cceee514caf2e6174c480cc6f853c853f2aa4195 [file] [log] [blame]
<html>
<head>
<meta charset="utf8">
<title>Test Image with srcset</title>
</head>
<body>
<img src="1x.png" id="i1" srcset="2x.png 2x" sizes="(max-width: 640px) 6px">
<img src="1x.png" id="i2" width="8" srcset="2x.png 2x">
</body>
</html>