Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / repaint / end-of-opacity-transition-expected.html
blob0a4b563312988fa0b355de79652b00833e2eb81c
1 <!DOCTYPE html>
2 <style>
3 #foreground {
4 position: absolute;
5 top: 0;
6 left: 0;
7 width: 200px;
8 height: 200px;
9 background-color: green;
11 body {
12 margin: 0;
14 #description {
15 position: absolute;
16 top: 300px;
18 </style>
19 <div id="foreground"></div>
20 <div id="description">
21 Tests paint invalidation on end of opacity transition.<br>
22 Passes if there is a green square and no red.<br>
23 </div>