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

Unified Diff: LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html

Issue 785333002: Delete the Layer Squashing runtime feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
Index: LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
diff --git a/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html b/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
index b602ab3e6ffd506ca63e7538acb99e1c3b95f9e4..4d844520d4c8c7fac5b61e773fb101abbaed94bc 100644
--- a/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
+++ b/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html
@@ -11,10 +11,6 @@
<script>
// Test that a repaint for the rect containing the changed background image is issued in the coordinate space of the
// squashing layer, *not* local to the div with the background image on it.
-
-if (window.internals)
- internals.settings.setLayerSquashingEnabled(true);
-
function repaintTest() {
var imgElement = document.querySelector("#imgElement");
imgElement.style.backgroundImage = "url('data:image/gif;base64,R0lGODdhAgACAIABAAAAAP///ywAAAAAAgACAAACA0QCBQA7')";

Powered by Google App Engine
This is Rietveld 408576698