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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-neg-z-index-and-composited-child-expected.txt

Issue 2343963002: Don't apply composited scrolling offsets if composited scrolling isn't happening. (Closed)
Patch Set: none Created 4 years, 3 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/scroll-neg-z-index-and-composited-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/scroll-neg-z-index-and-composited-child-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-neg-z-index-and-composited-child-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8469a0f5756640698171174fad5b3c62cb1c2f12
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-neg-z-index-and-composited-child-expected.txt
@@ -0,0 +1,12 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x300
+ LayoutBlockFlow {HTML} at (0,0) size 800x300
+ LayoutBlockFlow {BODY} at (0,0) size 800x300
+layer at (0,0) size 800x300 scrollY 50.00 scrollWidth 1000 scrollHeight 1050 layerType: background only
+layer at (0,950) size 800x0
+ LayoutBlockFlow (relative positioned) zI: -1 {DIV} at (0,1000) size 800x0
+layer at (0,0) size 800x300 scrollY 50.00 scrollWidth 1000 scrollHeight 1050 layerType: foreground only
+ LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 800x300 [bgcolor=#808080]
+layer at (0,0) size 1000x1000 backgroundClip at (0,0) size 800x300 clip at (0,0) size 800x300
+ LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 1000x1000 [bgcolor=#FFFFFF]

Powered by Google App Engine
This is Rietveld 408576698