WebCore/manual-tests/compositing/accel-comp-iframe-tab-repaint.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <!DOCTYPE html>
       
     2 <title>Accelerated compositing tab repaint bug</title>
       
     3 <style>
       
     4 body {
       
     5     background-color: yellow;
       
     6 }
       
     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>