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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent-expected.txt

Issue 2081773002: 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": "LayoutText #text", 12 "object": "LayoutText #text",
11 "rect": [18, 238, 40, 10], 13 "rect": [18, 238, 40, 10],
12 "reason": "selection" 14 "reason": "selection"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutBR BR", 42 "object": "LayoutBR BR",
41 "rect": [18, 228, 10, 10], 43 "rect": [18, 228, 10, 10],
42 "reason": "bounds change" 44 "reason": "bounds change"
43 }, 45 },
44 { 46 {
45 "object": "LayoutBR BR", 47 "object": "LayoutBR BR",
46 "rect": [18, 208, 10, 10], 48 "rect": [18, 208, 10, 10],
47 "reason": "bounds change" 49 "reason": "bounds change"
48 },
49 {
50 "object": "InlineTextBox '\n'",
51 "reason": "bounds change"
52 },
53 {
54 "object": "InlineTextBox '\n'",
55 "reason": "bounds change"
56 },
57 {
58 "object": "InlineTextBox '\n'",
59 "reason": "bounds change"
60 },
61 {
62 "object": "InlineTextBox '\n'",
63 "reason": "bounds change"
64 },
65 {
66 "object": "InlineTextBox '\n'",
67 "reason": "bounds change"
68 },
69 {
70 "object": "InlineTextBox '\n'",
71 "reason": "selection"
72 },
73 {
74 "object": "InlineTextBox '\n'",
75 "reason": "selection"
76 },
77 {
78 "object": "InlineTextBox '\n'",
79 "reason": "selection"
80 },
81 {
82 "object": "InlineTextBox '\n'",
83 "reason": "selection"
84 },
85 {
86 "object": "InlineTextBox '\n'",
87 "reason": "selection"
88 },
89 {
90 "object": "InlineTextBox 'Bar'",
91 "reason": "selection"
92 },
93 {
94 "object": "InlineTextBox 'Bazz'",
95 "reason": "selection"
96 },
97 {
98 "object": "InlineTextBox 'Foo'",
99 "reason": "selection"
100 },
101 {
102 "object": "LayoutBR BR",
103 "reason": "selection"
104 },
105 {
106 "object": "LayoutBR BR",
107 "reason": "selection"
108 },
109 {
110 "object": "LayoutBR BR",
111 "reason": "selection"
112 },
113 {
114 "object": "LayoutBR BR",
115 "reason": "selection"
116 },
117 {
118 "object": "LayoutBR BR",
119 "reason": "selection"
120 },
121 {
122 "object": "LayoutBlockFlow BODY",
123 "reason": "selection"
124 },
125 {
126 "object": "LayoutBlockFlow HTML",
127 "reason": "selection"
128 } 50 }
129 ] 51 ]
130 } 52 }
131 ] 53 ]
132 } 54 }
133 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698