Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / clip / nestedTransparencyClip.html
blobf74b36a2e7c33bfaf387a37b0073c431e1ba81de
1 This test is for a bug we had with clipping transparency layers. The bug is visual, so the pixel test is more worthwhile. Below, "Peach," "Plum," and "Pear" should appear. Before, we were clipping out "Plum" and "Pear."<br><br>
3 <div style="opacity:.95;">Peach
4 <div style="position:absolute; opacity:.95;">Plum
5 <div style="position:absolute; opacity:.95;">Pear</div>
6 </div>
7 </div>