tenfourfox/layout/reftests/backgrounds/viewport-translucent-color-ref.html

10 lines
196 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(255,0,0,0.50196)">
</div>
</body>
</html>