Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / compositing / accel-comp-iframe-tab-repaint.html
blob35c9c34ef77757d8b3a99b31238d9fbec28a9cdd
1 <!DOCTYPE html>
2 <title>Accelerated compositing tab repaint bug</title>
3 <style>
4 body {
5 background-color: yellow;
7 </style>
8 <h1>Accelerated compositing tab repaint bug</h1>
9 <p>This test case checks for a repaint bug resulting from accelerated
10 compositing of iframes on Mac. Follow these steps:</p>
11 <ol>
12 <li>Open <a href="resources/tab-repaint-part-2.html">this link</a> in a new tab.</li>
13 <li>Close this tab.</li>
14 <li>The new page should be blue.</li>
15 </ol>