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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt

Issue 1878163002: 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": [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 "repaintRects": [ 8 "paintInvalidations": [
9 [8, 220, 100, 103], 9 {
10 [8, 220, 100, 100], 10 "object": "InlineBox",
11 [8, 220, 100, 100], 11 "rect": [0, 0, 0, 0],
12 [8, 200, 100, 103], 12 "reason": "full"
13 [8, 200, 100, 100], 13 },
14 [8, 200, 100, 100], 14 {
15 [8, 40, 784, 103] 15 "object": "InlineFlowBox",
16 ], 16 "rect": [0, 0, 0, 0],
17 "paintInvalidationClients": [ 17 "reason": "full"
18 "InlineBox", 18 },
19 "InlineFlowBox", 19 {
20 "InlineFlowBox", 20 "object": "InlineFlowBox",
21 "RootInlineBox", 21 "rect": [0, 0, 0, 0],
22 "LayoutBlockFlow (anonymous)", 22 "reason": "full"
23 "LayoutInline (relative positioned) SPAN id='target'", 23 },
24 "InlineFlowBox", 24 {
25 "LayoutText #text", 25 "object": "InlineFlowBox",
26 "LayoutBlockFlow DIV", 26 "rect": [0, 0, 0, 0],
27 "RootInlineBox", 27 "reason": "location change"
28 "LayoutText #text", 28 },
29 "InlineTextBox 'x'", 29 {
30 "LayoutText #text" 30 "object": "InlineTextBox 'x'",
31 "rect": [0, 0, 0, 0],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow (anonymous)",
36 "rect": [8, 40, 784, 103],
37 "reason": "invalidate paint rectangle"
38 },
39 {
40 "object": "LayoutBlockFlow DIV",
41 "rect": [8, 200, 100, 100],
42 "reason": "location change"
43 },
44 {
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",
66 "rect": [8, 200, 100, 100],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [8, 220, 100, 100],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [0, 0, 0, 0],
77 "reason": "location change"
78 },
79 {
80 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full"
88 }
31 ] 89 ]
32 } 90 }
33 ] 91 ]
34 } 92 }
35 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698