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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-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 (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 40, 784, 104], 13 "rect": [8, 40, 784, 104],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
(...skipping 18 matching lines...) Expand all
33 }, 35 },
34 { 36 {
35 "object": "LayoutBlockFlow DIV", 37 "object": "LayoutBlockFlow DIV",
36 "rect": [8, 200, 100, 100], 38 "rect": [8, 200, 100, 100],
37 "reason": "bounds change" 39 "reason": "bounds change"
38 }, 40 },
39 { 41 {
40 "object": "LayoutText #text", 42 "object": "LayoutText #text",
41 "rect": [8, 200, 100, 100], 43 "rect": [8, 200, 100, 100],
42 "reason": "bounds change" 44 "reason": "bounds change"
43 },
44 {
45 "object": "InlineBox",
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": "bounds change"
59 },
60 {
61 "object": "InlineTextBox 'x'",
62 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutText #text",
66 "reason": "bounds change"
67 },
68 {
69 "object": "LayoutText #text",
70 "reason": "bounds change"
71 },
72 {
73 "object": "RootInlineBox",
74 "reason": "full"
75 },
76 {
77 "object": "RootInlineBox",
78 "reason": "full"
79 } 45 }
80 ] 46 ]
81 } 47 }
48 ],
49 "objectPaintInvalidations": [
50 {
51 "object": "LayoutBlockFlow (anonymous)",
52 "reason": "invalidate paint rectangle"
53 },
54 {
55 "object": "LayoutInline (relative positioned) SPAN id='target'",
56 "reason": "bounds change"
57 },
58 {
59 "object": "InlineFlowBox",
60 "reason": "bounds change"
61 },
62 {
63 "object": "LayoutText #text",
64 "reason": "bounds change"
65 },
66 {
67 "object": "LayoutBlockFlow DIV",
68 "reason": "bounds change"
69 },
70 {
71 "object": "RootInlineBox",
72 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutText #text",
76 "reason": "bounds change"
77 },
78 {
79 "object": "InlineTextBox 'x'",
80 "reason": "bounds change"
81 },
82 {
83 "object": "LayoutText #text",
84 "reason": "bounds change"
85 }
82 ] 86 ]
83 } 87 }
84 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698