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

Unified Diff: LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.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/invalidations-with-large-negative-margin.html
diff --git a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
index 83ad4a87f6812ba336731b14b0dc69bfdefc9c70..d6eae517571777f847a93aa0c1d56ce527520fb5 100644
--- a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
+++ b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
@@ -11,10 +11,6 @@
<script>
// Test that moving a RenderLayer that is squashed relative to its squashing container repaints correctly.
// In particular, the repaint rect needs to be recorded in the correct position relative to the squashing GraphicsLayer.
-
-if (window.internals)
- window.internals.settings.setLayerSquashingEnabled(true);
-
function repaintTest()
{
document.getElementById('chip').style.left = "400px";

Powered by Google App Engine
This is Rietveld 408576698