trisquel-icecat/icecat/layout/reftests/high-contrast/cascade-001.html

15 lines
170 B
HTML

<!doctype html>
<style>
body { margin: 0 }
div {
width: 100vw;
height: 100vh;
color: transparent;
}
div {
color: black;
}
</style>
<div>You should see me</div>