OLD | NEW |
---|---|
(Empty) | |
1 <div style="position:relative; width:420px;border:2px solid black; height:200px" > | |
2 <!-- The extra below forces the creation of a transparency layer in Skia to work around | |
3 optimizations that would cause blending differences between the test and th e expectation. --> | |
4 <div style="opacity:0.5; position:absolute;width:200px;height:100px;background-c olor:green;right:0;top:0"> </div> | |
5 </div> | |
6 </div> | |
OLD | NEW |