gecko-dev/layout/reftests/reftest-sanity/reftest-resolution.html

17 строки
237 B
HTML

<html reftest-resolution="2.0">
<style>
html {
scrollbar-width: none;
}
body {
margin: 0;
}
div {
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>
</html>