Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / high-contrast / semi-transparent-overlay.html
blob76f2542ee4a715941124758bd5df62f0fb97c515
1 <!doctype html>
2 <style>
3 .container {
4 position: relative;
6 a {
7 position: absolute;
8 inset: 0;
9 background-color: rgba(0, 0, 0, .2);
11 </style>
12 <div class="container">
13 <a href="#"></a>
14 Some text that you should be able to read.
15 </div>