| Index: LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| diff --git a/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html b/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| index a71bee13238a1edf2168a4dbed870a791289aa9a..430ddbcc6c06fcb8a33881d318fcc5505f529dc1 100644
|
| --- a/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| +++ b/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| @@ -42,17 +42,6 @@
|
| function doTest() {
|
| var container = document.getElementById("container");
|
| container.scrollTop = container.scrollHeight;
|
| -
|
| - // FIXME: this is a hack to work around repainting issues with squashing.
|
| - // See http://crbug.com/351790
|
| - var scrolledCards = document.getElementsByClassName('scrolled');
|
| - for (var i = 0; i < scrolledCards.length; i++) {
|
| - scrolledCards[i].style.backgroundColor = '#ccc';
|
| - }
|
| - window.internals.forceCompositingUpdate(document);
|
| - for (var i = 0; i < scrolledCards.length; i++) {
|
| - scrolledCards[i].style.backgroundColor = 'green';
|
| - }
|
| }
|
|
|
| window.onload = doTest;
|
|
|