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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt

Issue 2107903002: Repaint non-stacking-context composited children when they scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test. Created 4 years, 6 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/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..078cb85d33e5119af988ac8ea82b503192aa1c93
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt
@@ -0,0 +1,78 @@
+{
+ "name": "Content Root Layer",
+ "bounds": [800, 600],
+ "children": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV class='scroller'",
+ "rect": [18, 60, 310, 200],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='back'",
+ "rect": [93, 125, 180, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='back'",
+ "rect": [93, 75, 180, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='scroller'",
+ "rect": [308, 65, 15, 175],
+ "reason": "scroll"
+ }
+ ],
+ "children": [
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='icon'",
+ "position": [200, 10],
+ "bounds": [40, 40],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FFDDBB"
+ },
+ {
+ "name": "Ancestor Clipping Layer",
+ "position": [23, 65],
+ "bounds": [285, 175],
+ "shouldFlattenTransform": false,
+ "children": [
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='list'",
+ "position": [20, -30],
+ "bounds": [180, 250]
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='commit')",
+ "position": [20, -30],
+ "bounds": [180, 250],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV class='scroller'",
+ "reason": "subtree"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='back'",
+ "reason": "subtree"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698