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

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

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [785, 1893], 2 "bounds": [785, 1893],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 1893], 5 "bounds": [785, 1893],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [677, 250, 100, 100], 9 {
10 [677, 250, 100, 100], 10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
11 [677, 250, 100, 100], 11 "rect": [0, 0, 0, 0],
12 [677, 250, 100, 100], 12 "reason": "style change"
13 [677, 50, 100, 100], 13 },
14 [677, 50, 100, 100], 14 {
15 [677, 50, 100, 100], 15 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
16 [677, 50, 100, 100] 16 "rect": [677, 50, 100, 100],
17 ], 17 "reason": "location change"
18 "paintInvalidationClients": [ 18 },
19 "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 19 {
20 "LayoutBlockFlow (relative positioned) DIV class='container'", 20 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
21 "LayoutBlockFlow (relative positioned) DIV id='ul'", 21 "rect": [677, 250, 100, 100],
22 "LayoutBlockFlow DIV", 22 "reason": "location change"
23 "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 23 },
24 "LayoutBlockFlow (relative positioned) DIV class='container'", 24 {
25 "LayoutBlockFlow (relative positioned) DIV id='ul'", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
26 "LayoutBlockFlow DIV" 26 "rect": [0, 0, 0, 0],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
31 "rect": [677, 50, 100, 100],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
36 "rect": [677, 250, 100, 100],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
41 "rect": [0, 0, 0, 0],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
46 "rect": [677, 50, 100, 100],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
51 "rect": [677, 250, 100, 100],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutBlockFlow DIV",
56 "rect": [0, 0, 0, 0],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow DIV",
61 "rect": [677, 50, 100, 100],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutBlockFlow DIV",
66 "rect": [677, 250, 100, 100],
67 "reason": "location change"
68 }
27 ] 69 ]
28 } 70 }
29 ] 71 ]
30 } 72 }
31 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698