blob: 7673035a493a9b6eaf37b54c6b93ccfd274a3798 (
plain)
1
2
3
4
5
6
7
8
|
<style>
div {color:white; font-size: xx-large; top: 0; left: 0; position: absolute; width: 200px; height:200px;}
</style>
<div style="background: red;">FAIL</div>
<div style="">
<div style="background:green">PASS</div>
</div>
|