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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [785, 1895], 3 "bounds": [785, 1895],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [785, 1895], 7 "bounds": [785, 1895],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 12 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
11 "rect": [677, 252, 100, 100], 13 "rect": [677, 252, 100, 100],
12 "reason": "subtree" 14 "reason": "subtree"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 42 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
41 "rect": [677, 52, 100, 100], 43 "rect": [677, 52, 100, 100],
42 "reason": "subtree" 44 "reason": "subtree"
43 }, 45 },
44 { 46 {
45 "object": "LayoutBlockFlow DIV", 47 "object": "LayoutBlockFlow DIV",
46 "rect": [677, 52, 100, 100], 48 "rect": [677, 52, 100, 100],
47 "reason": "subtree" 49 "reason": "subtree"
48 },
49 {
50 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
51 "reason": "style change"
52 },
53 {
54 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
55 "reason": "style change"
56 },
57 {
58 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutBlockFlow DIV",
63 "reason": "style change"
64 } 50 }
65 ] 51 ]
66 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
61 "reason": "style change"
62 },
63 {
64 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutBlockFlow DIV",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
73 "reason": "subtree"
74 },
75 {
76 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
77 "reason": "subtree"
78 },
79 {
80 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
81 "reason": "subtree"
82 },
83 {
84 "object": "LayoutBlockFlow DIV",
85 "reason": "subtree"
86 }
67 ] 87 ]
68 } 88 }
69 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698