| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-as-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-as-text.html
|
| similarity index 89%
|
| copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll.html
|
| copy to third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-as-text.html
|
| index 0faed4309d0205a9abb2d8571a9ea0b4b1b51828..983f7972807f23f95aa3f2e50243c3a977463572 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-as-text.html
|
| @@ -10,12 +10,11 @@
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| Tests that invalidation of a div after scrolling invalidates just the div and scrollbars, and no other area.
|
| <script>
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow DIV id='target'",
|
| -];
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| function paintInvalidationTest() {
|
| scroller.scrollTop = 2350;
|
| target.style.background = "papayawhip";
|
| }
|
| onload = runPaintInvalidationTest;
|
| -</script>
|
| +</script>
|
|
|