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

17 lines
242 B
HTML

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