tenfourfox/layout/reftests/bugs/1053035-1-flex.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 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>