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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineBox", 10 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
11 "rect": [0, 0, 0, 0], 11 "rect": [0, 200, 100, 100],
12 "reason": "full"
13 },
14 {
15 "object": "InlineBox",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineBox",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox '\n'",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "InlineTextBox '\n'",
31 "rect": [0, 0, 0, 0],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBR BR",
36 "rect": [0, 0, 0, 0],
37 "reason": "layoutObject removal"
38 },
39 {
40 "object": "LayoutBR BR",
41 "rect": [0, 0, 0, 0],
42 "reason": "location change" 12 "reason": "location change"
43 }, 13 },
44 { 14 {
45 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
46 "rect": [0, 100, 100, 100], 16 "rect": [0, 100, 100, 100],
47 "reason": "invalidate paint rectangle" 17 "reason": "invalidate paint rectangle"
48 }, 18 },
49 { 19 {
50 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", 20 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
51 "rect": [0, 100, 100, 100], 21 "rect": [0, 100, 100, 100],
52 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
53 }, 23 },
54 { 24 {
55 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", 25 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
56 "rect": [0, 200, 100, 100],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
61 "rect": [0, 100, 100, 100], 26 "rect": [0, 100, 100, 100],
62 "reason": "location change" 27 "reason": "location change"
63 }, 28 },
64 { 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": "location change"
48 },
49 {
50 "object": "LayoutBR BR",
51 "reason": "location change"
52 },
53 {
54 "object": "LayoutBR BR",
55 "reason": "layoutObject removal"
56 },
57 {
65 "object": "RootInlineBox", 58 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full" 59 "reason": "full"
68 }, 60 },
69 { 61 {
70 "object": "RootInlineBox", 62 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full" 63 "reason": "full"
73 }, 64 },
74 { 65 {
75 "object": "RootInlineBox", 66 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full" 67 "reason": "full"
78 }, 68 },
79 { 69 {
80 "object": "RootInlineBox", 70 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full" 71 "reason": "full"
83 }, 72 },
84 { 73 {
85 "object": "RootInlineBox", 74 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full" 75 "reason": "full"
88 } 76 }
89 ] 77 ]
90 } 78 }
91 ] 79 ]
92 } 80 }
93 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698