| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>Show composited iframe contents when navigating back to page</title> |
| <link rel="stylesheet" href="resources/show-composited-iframe-on-back-button.css"> |
| </head> |
| <body> |
| <p>This page has a composited iframe. When navigating to a new page and then back to this one, the iframe contents should show up.</p> |
| <p>To run this test manually, perform the following:</p> |
| <ol> |
| <li>Click <a href="http://apple.com">here</a>.</li> |
| <li>Click the back button in the browser.</li> |
| </ol> |
| <p>This test PASSED if a blue box is visible below. Otherwise, it FAILED.</p> |
| <div class="container"><div class="box"></div></div> |
| </body> |
| </html> |