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

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

Issue 2765503003: Fix position:sticky location bug when scroller is not a stacking context (Closed)
Patch Set: Add DCHECK, whitespace fix Created 3 years, 9 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: 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 d9f477eb05eebbe1fb11e816cbc6277a6c089fec..52148fed2ec16433bbfa252ad0fa16c1f4007eb1 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
@@ -5,7 +5,8 @@ onload = function() {
</script>
<style>
.composited {
- will-change: transform;
+ /* Triggers promotion without creating stacking context. */
+ backface-visibility: hidden;
}
#scroller {

Powered by Google App Engine
This is Rietveld 408576698