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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-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",
11 "rect": [0, 0, 0, 0],
12 "reason": "full"
13 },
14 {
15 "object": "InlineFlowBox",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineFlowBox",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineFlowBox",
26 "rect": [0, 0, 0, 0],
27 "reason": "location change"
28 },
29 {
30 "object": "InlineTextBox 'x'",
31 "rect": [0, 0, 0, 0],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
36 "rect": [8, 40, 784, 103], 11 "rect": [8, 40, 784, 103],
37 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
38 }, 13 },
39 { 14 {
15 "object": "LayoutInline (relative positioned) SPAN id='target'",
16 "rect": [8, 220, 100, 103],
17 "reason": "location change"
18 },
19 {
20 "object": "LayoutInline (relative positioned) SPAN id='target'",
21 "rect": [8, 200, 100, 103],
22 "reason": "location change"
23 },
24 {
40 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [8, 220, 100, 100],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [8, 220, 100, 100],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV",
41 "rect": [8, 200, 100, 100], 36 "rect": [8, 200, 100, 100],
42 "reason": "location change" 37 "reason": "location change"
43 }, 38 },
44 { 39 {
45 "object": "LayoutBlockFlow DIV",
46 "rect": [8, 220, 100, 100],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutInline (relative positioned) SPAN id='target'",
51 "rect": [8, 200, 100, 103],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutInline (relative positioned) SPAN id='target'",
56 "rect": [8, 220, 100, 103],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [0, 0, 0, 0],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutText #text", 40 "object": "LayoutText #text",
66 "rect": [8, 200, 100, 100], 41 "rect": [8, 200, 100, 100],
67 "reason": "location change" 42 "reason": "location change"
68 }, 43 },
69 { 44 {
70 "object": "LayoutText #text", 45 "object": "InlineBox",
71 "rect": [8, 220, 100, 100], 46 "reason": "full"
47 },
48 {
49 "object": "InlineFlowBox",
50 "reason": "full"
51 },
52 {
53 "object": "InlineFlowBox",
54 "reason": "full"
55 },
56 {
57 "object": "InlineFlowBox",
58 "reason": "location change"
59 },
60 {
61 "object": "InlineTextBox 'x'",
72 "reason": "location change" 62 "reason": "location change"
73 }, 63 },
74 { 64 {
75 "object": "LayoutText #text", 65 "object": "LayoutText #text",
76 "rect": [0, 0, 0, 0], 66 "reason": "location change"
67 },
68 {
69 "object": "LayoutText #text",
77 "reason": "location change" 70 "reason": "location change"
78 }, 71 },
79 { 72 {
80 "object": "RootInlineBox", 73 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full" 74 "reason": "full"
83 }, 75 },
84 { 76 {
85 "object": "RootInlineBox", 77 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full" 78 "reason": "full"
88 } 79 }
89 ] 80 ]
90 } 81 }
91 ] 82 ]
92 } 83 }
93 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698