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/will-change/composited-layers.html

Issue 271753002: Remove compositing trigger for will-change: top (and similar) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove from layerTypeRequired logic Created 6 years, 7 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
Index: LayoutTests/compositing/will-change/composited-layers.html
diff --git a/LayoutTests/compositing/will-change/composited-layers.html b/LayoutTests/compositing/will-change/composited-layers.html
index 47fdcfa17eb6bd3815ed6ea1842cf172e5ca136b..0e5a3e57ea4ad97cf6709aff92703b9983a172e4 100644
--- a/LayoutTests/compositing/will-change/composited-layers.html
+++ b/LayoutTests/compositing/will-change/composited-layers.html
@@ -95,11 +95,11 @@
<div id="willChangeAuto" class="shouldNotComposite"></div>
<div id="willChangeOpacity" class="shouldComposite"></div>
<div id="willChangeTransform" class="shouldComposite"></div>
- <div id="willChangeLeft" class="shouldComposite"></div>
- <div id="willChangeRight" class="shouldComposite"></div>
- <div id="willChangeTop" class="shouldComposite"></div>
- <div id="willChangeBottom" class="shouldComposite"></div>
- <div id="willChangeFilter" class="shouldComposite"></div>
+ <div id="willChangeLeft" class="shouldNotComposite"></div>
+ <div id="willChangeRight" class="shouldNotComposite"></div>
+ <div id="willChangeTop" class="shouldNotComposite"></div>
+ <div id="willChangeBottom" class="shouldNotComposite"></div>
+ <div id="willChangeFilter" class="shouldNotComposite"></div>
<div id="willChangeCombinationThatComposites" class="shouldComposite"></div>
<div id="willChangeZIndex" class="shouldNotComposite"></div>

Powered by Google App Engine
This is Rietveld 408576698