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

17 строки
212 B
HTML

<html>
<style>
html {
scrollbar-width: none;
}
body {
margin: 0;
}
div {
width: 200px;
height: 200px;
background: green;
}
</style>
<div></div>
</html>