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

Unified Diff: LayoutTests/compositing/squashing/clip-to-squashed-layer-size.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/clip-to-squashed-layer-size.html
diff --git a/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html b/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html
index d27ab48657b32a3d9d63fb7d1c7e3863b87ae591..638f9f765308b8098258d66119264b364b33b609 100644
--- a/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html
+++ b/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html
@@ -1,9 +1,4 @@
<!doctype html>
-<script>
- // Checks that when painting squashed layers, contents are clipped to the size of the squashed layer.
- if (window.internals)
- internals.settings.setLayerSquashingEnabled(true);
-</script>
</head>
<body>
<div style=" width: 1px; height: 100px; transform: translateZ(0px); position:absolute; top:0px; background-color: lightgray">

Powered by Google App Engine
This is Rietveld 408576698