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

Unified Diff: LayoutTests/compositing/squashing/composited-bounds-for-negative-z.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/composited-bounds-for-negative-z.html
diff --git a/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html b/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html
index 3c2568e7b4435495c0e80f9b07f27a32cb544f5d..818f56d15163db0061a0496d88c47f741221df9e 100644
--- a/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html
+++ b/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html
@@ -21,7 +21,6 @@
if (window.testRunner) {
testRunner.dumpAsText();
internals.settings.setPreferCompositingToLCDTextEnabled(true);
- internals.settings.setLayerSquashingEnabled(true);
testRunner.setCustomTextOutput(internals.layerTreeAsText(document));
}
</script>

Powered by Google App Engine
This is Rietveld 408576698