Files
UXP-Fixed/layout/reftests/backgrounds/iframe-translucent-color-ref.html
T
2018-02-02 04:16:08 -05:00

10 lines
204 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="position: absolute; top: 0; left: 0; width: 100px; height: 100px; background-color: rgba(255,0,0,0.50196)">
</div>
</body>
</html>