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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-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": [1418, 1008], 2 "bounds": [1418, 1008],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1418, 1008], 5 "bounds": [1418, 1008],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [8, 118, 1410, 55], 9 {
10 [8, 63, 1410, 55], 10 "object": "LayoutBlockFlow (anonymous)",
11 [8, 63, 769, 55], 11 "rect": [8, 118, 1410, 55],
12 [8, 8, 769, 109] 12 "reason": "location change"
13 ], 13 },
14 "paintInvalidationClients": [ 14 {
15 "RootInlineBox", 15 "object": "LayoutBlockFlow (anonymous)",
16 "RootInlineBox", 16 "rect": [8, 63, 1410, 55],
17 "LayoutBlockFlow DIV id='container'", 17 "reason": "location change"
18 "LayoutBlockFlow DIV id='container'", 18 },
19 "RootInlineBox", 19 {
20 "LayoutBlockFlow (anonymous)", 20 "object": "LayoutBlockFlow DIV id='container'",
21 "RootInlineBox", 21 "rect": [8, 63, 769, 55],
22 "LayoutText #text", 22 "reason": "incremental"
23 "LayoutText #text" 23 },
24 {
25 "object": "LayoutBlockFlow DIV id='container'",
26 "rect": [8, 8, 769, 109],
27 "reason": "invalidate paint rectangle"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [0, 0, 0, 0],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [0, 0, 0, 0],
37 "reason": "location change"
38 },
39 {
40 "object": "RootInlineBox",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "RootInlineBox",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "RootInlineBox",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "RootInlineBox",
56 "rect": [0, 0, 0, 0],
57 "reason": "full"
58 }
24 ], 59 ],
25 "children": [ 60 "children": [
26 { 61 {
27 "shouldFlattenTransform": false, 62 "shouldFlattenTransform": false,
28 "children": [ 63 "children": [
29 { 64 {
30 "position": [8, 8], 65 "position": [8, 8],
31 "bounds": [1000, 1000] 66 "bounds": [1000, 1000]
32 }, 67 },
33 { 68 {
34 "position": [8, 8], 69 "position": [8, 8],
35 "bounds": [1000, 105], 70 "bounds": [1000, 105],
36 "drawsContent": true, 71 "drawsContent": true,
37 "repaintRects": [ 72 "paintInvalidations": [
38 [0, 110, 1000, 50], 73 {
39 [0, 55, 1000, 50], 74 "object": "InlineBox",
40 [0, 55, 100, 50], 75 "rect": [0, 0, 0, 0],
41 [0, 0, 100, 50], 76 "reason": "full"
42 [0, 0, 100, 50] 77 },
43 ], 78 {
44 "paintInvalidationClients": [ 79 "object": "InlineBox",
45 "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'", 80 "rect": [0, 0, 0, 0],
46 "InlineBox", 81 "reason": "full"
47 "InlineBox", 82 },
48 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", 83 {
49 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", 84 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
50 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", 85 "rect": [0, 55, 100, 50],
51 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'" 86 "reason": "layer"
87 },
88 {
89 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
90 "rect": [0, 110, 1000, 50],
91 "reason": "layer"
92 },
93 {
94 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
95 "rect": [0, 0, 100, 50],
96 "reason": "location change"
97 },
98 {
99 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
100 "rect": [0, 55, 1000, 50],
101 "reason": "location change"
102 },
103 {
104 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
105 "rect": [0, 0, 100, 50],
106 "reason": "layoutObject removal"
107 }
52 ] 108 ]
53 } 109 }
54 ] 110 ]
55 } 111 }
56 ] 112 ]
57 } 113 }
58 ] 114 ]
59 } 115 }
60 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698