gecko-dev/layout/reftests/high-contrast/semi-transparent-background...

12 строки
204 B
HTML

<!doctype html>
<style>
.container {
position: relative;
background-color: rgba(0, 0, 0, .2);
}
</style>
<div class="container">
<a href="#"></a>
Some text that you should be able to read.
</div>