Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/1053035-1-grid.html

18 lines
242 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
body {
display: grid;
background: yellow;
overflow: scroll;
border: 1px solid black;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
</body>
</html>