Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html

Issue 209963003: Remove unnecessary workaround in universal-accelerated-overflow-scrolling.html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698