tenfourfox/layout/reftests/css-gradients/orange-square.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
139 B
HTML

<!DOCTYPE HTML>
<title>orange square</title>
<style>
div {
width: 200px;
height: 200px;
background: orange;
}
</style>
<div></div>