Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / high-contrast / semi-transparent-background.html
blob8902d19fcb0c1d348032a2efb711e7b1abec5b20
1 <!doctype html>
2 <style>
3 .container {
4 position: relative;
5 background-color: rgba(0, 0, 0, .2);
7 </style>
8 <div class="container">
9 <a href="#"></a>
10 Some text that you should be able to read.
11 </div>