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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV",
13 "rect": [0, 100, 100, 300],
14 "reason": "forced by layout"
15 },
16 {
12 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", 17 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
13 "rect": [0, 200, 100, 100], 18 "rect": [0, 200, 100, 100],
14 "reason": "bounds change" 19 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutBlockFlow DIV",
18 "rect": [0, 100, 100, 100],
19 "reason": "invalidate paint rectangle"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", 22 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
23 "rect": [0, 100, 100, 100], 23 "rect": [0, 100, 100, 100],
24 "reason": "layoutObject removal" 24 "reason": "layoutObject removal"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", 27 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
28 "rect": [0, 100, 100, 100], 28 "rect": [0, 100, 100, 100],
29 "reason": "bounds change" 29 "reason": "forced by layout"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "InlineTextBox '\n'",
37 "reason": "full"
38 },
39 {
40 "object": "LayoutBR BR", 36 "object": "LayoutBR BR",
41 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
42 }, 38 },
43 { 39 {
44 "object": "RootInlineBox",
45 "reason": "full"
46 },
47 {
48 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", 40 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
49 "reason": "layoutObject removal" 41 "reason": "layoutObject removal"
50 }, 42 },
51 { 43 {
52 "object": "InlineBox", 44 "object": "LayoutBlockFlow DIV",
53 "reason": "full" 45 "reason": "forced by layout"
54 }, 46 },
55 { 47 {
56 "object": "RootInlineBox", 48 "object": "RootInlineBox",
57 "reason": "full" 49 "reason": "forced by layout"
58 }, 50 },
59 { 51 {
60 "object": "InlineBox", 52 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
61 "reason": "full" 53 "reason": "forced by layout"
62 }, 54 },
63 { 55 {
64 "object": "RootInlineBox", 56 "object": "RootInlineBox",
65 "reason": "full" 57 "reason": "forced by layout"
66 },
67 {
68 "object": "InlineBox",
69 "reason": "full"
70 },
71 {
72 "object": "RootInlineBox",
73 "reason": "full"
74 },
75 {
76 "object": "LayoutBlockFlow DIV",
77 "reason": "invalidate paint rectangle"
78 },
79 {
80 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
81 "reason": "bounds change"
82 },
83 {
84 "object": "RootInlineBox",
85 "reason": "bounds change"
86 }, 58 },
87 { 59 {
88 "object": "LayoutBR BR", 60 "object": "LayoutBR BR",
89 "reason": "bounds change" 61 "reason": "bounds change"
90 }, 62 },
91 { 63 {
92 "object": "InlineTextBox '\n'", 64 "object": "InlineTextBox '\n'",
93 "reason": "bounds change" 65 "reason": "bounds change"
94 } 66 }
95 ] 67 ]
96 } 68 }
97 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698