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> 16