| <title>Test scrolling with composited content that has already been painted</title> |
| -webkit-transform: translateZ(0); |
| <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=52720">Bug 52720 - REGRESSION |
| (r75987): Assertion failure in WebView::scrollBackingStore when scrolling page with composited |
| content</a>. The test passes if it doesn't assert in Debug builds.</p> |
| if (window.layoutTestController) { |
| layoutTestController.dumpAsText(); |
| // Force a paint so that the content will be painted at the current scroll offset (0x0) |
| layoutTestController.display(); |