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

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

Issue 2087483002: 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": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", 12 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
11 "rect": [0, 200, 100, 100], 13 "rect": [0, 200, 100, 100],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow DIV", 17 "object": "LayoutBlockFlow DIV",
16 "rect": [0, 100, 100, 100], 18 "rect": [0, 100, 100, 100],
17 "reason": "invalidate paint rectangle" 19 "reason": "invalidate paint rectangle"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", 22 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
21 "rect": [0, 100, 100, 100], 23 "rect": [0, 100, 100, 100],
22 "reason": "layoutObject removal" 24 "reason": "layoutObject removal"
23 }, 25 },
24 { 26 {
25 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", 27 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
26 "rect": [0, 100, 100, 100], 28 "rect": [0, 100, 100, 100],
27 "reason": "bounds change" 29 "reason": "bounds change"
28 },
29 {
30 "object": "InlineBox",
31 "reason": "full"
32 },
33 {
34 "object": "InlineBox",
35 "reason": "full"
36 },
37 {
38 "object": "InlineBox",
39 "reason": "full"
40 },
41 {
42 "object": "InlineTextBox '\n'",
43 "reason": "full"
44 },
45 {
46 "object": "InlineTextBox '\n'",
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutBR BR",
51 "reason": "bounds change"
52 },
53 {
54 "object": "LayoutBR BR",
55 "reason": "layoutObject removal"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "full"
60 },
61 {
62 "object": "RootInlineBox",
63 "reason": "full"
64 },
65 {
66 "object": "RootInlineBox",
67 "reason": "full"
68 },
69 {
70 "object": "RootInlineBox",
71 "reason": "full"
72 },
73 {
74 "object": "RootInlineBox",
75 "reason": "full"
76 } 30 }
77 ] 31 ]
78 } 32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutBR BR",
37 "reason": "layoutObject removal"
38 },
39 {
40 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
41 "reason": "layoutObject removal"
42 },
43 {
44 "object": "LayoutBlockFlow DIV",
45 "reason": "invalidate paint rectangle"
46 },
47 {
48 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
49 "reason": "bounds change"
50 },
51 {
52 "object": "RootInlineBox",
53 "reason": "bounds change"
54 },
55 {
56 "object": "LayoutBR BR",
57 "reason": "bounds change"
58 },
59 {
60 "object": "InlineTextBox '\n'",
61 "reason": "bounds change"
62 }
79 ] 63 ]
80 } 64 }
81 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698