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

18 lines
267 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
float: left;
width: 300px;
height: 200px;
background: url(repeatable-diagonal-gradient.png);
}
</style>
</head>
<body>
<div id="a" style="width:0"></div>
<div id="b" style="opacity:0.999"></div>
</body>
</html>