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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-expected.html

Issue 2705453002: Force compositing/overflow/composited-sticky-element to be composited (Closed)
Patch Set: Actually composite... Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-expected.html b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-expected.html
index 356061f630bd1be64805830b73e6f6227cffbb25..d9f477eb05eebbe1fb11e816cbc6277a6c089fec 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element-expected.html
@@ -4,6 +4,10 @@ onload = function() {
}
</script>
<style>
+.composited {
+ will-change: transform;
+}
+
#scroller {
background: white;
height: 200px;
@@ -20,7 +24,7 @@ onload = function() {
height: 2000px;
}
</style>
-<div id="scroller">
- <div class="sticky"></div>
+<div id="scroller" class="composited">
+ <div class="composited sticky"></div>
<div class="spacer"></div>
</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/overflow/composited-sticky-element.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698