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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-clear-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, 208, 100, 100], 9 {
10 [8, 108, 100, 100], 10 "object": "InlineTextBox '\n'",
11 [8, 49, 94, 118], 11 "rect": [0, 0, 0, 0],
12 [8, 49, 4, 18], 12 "reason": "selection"
13 [8, 8, 100, 200], 13 },
14 [8, 8, 100, 100] 14 {
15 ], 15 "object": "InlineTextBox '\n'",
16 "paintInvalidationClients": [ 16 "rect": [0, 0, 0, 0],
17 "InlineTextBox 'FAIL: Test did'", 17 "reason": "location change"
18 "InlineTextBox 'not run'", 18 },
19 "LayoutText #text", 19 {
20 "RootInlineBox", 20 "object": "InlineTextBox 'FAIL: Test did'",
21 "RootInlineBox", 21 "rect": [0, 0, 0, 0],
22 "LayoutBlockFlow HTML", 22 "reason": "full"
23 "LayoutBlockFlow BODY", 23 },
24 "LayoutBlockFlow DIV id='root'", 24 {
25 "LayoutBlockFlow DIV id='firstLine'", 25 "object": "InlineTextBox 'not run'",
26 "LayoutBlockFlow DIV id='firstLine'", 26 "rect": [0, 0, 0, 0],
27 "RootInlineBox", 27 "reason": "full"
28 "LayoutText #text", 28 },
29 "InlineTextBox '\u00A0'", 29 {
30 "LayoutText #text", 30 "object": "InlineTextBox '\u00A0'",
31 "InlineTextBox '\u00A0'", 31 "rect": [0, 0, 0, 0],
32 "LayoutBlockFlow (anonymous)", 32 "reason": "selection"
33 "LayoutBlockFlow (anonymous)", 33 },
34 "RootInlineBox", 34 {
35 "LayoutBR BR", 35 "object": "InlineTextBox '\u00A0'",
36 "InlineTextBox '\n'", 36 "rect": [0, 0, 0, 0],
37 "LayoutBR BR", 37 "reason": "location change"
38 "InlineTextBox '\n'" 38 },
39 {
40 "object": "LayoutBR BR",
41 "rect": [0, 0, 0, 0],
42 "reason": "selection"
43 },
44 {
45 "object": "LayoutBR BR",
46 "rect": [0, 0, 0, 0],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow (anonymous)",
51 "rect": [0, 0, 0, 0],
52 "reason": "selection"
53 },
54 {
55 "object": "LayoutBlockFlow (anonymous)",
56 "rect": [8, 208, 100, 100],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutBlockFlow (anonymous)",
61 "rect": [8, 108, 100, 100],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutBlockFlow BODY",
66 "rect": [0, 0, 0, 0],
67 "reason": "selection"
68 },
69 {
70 "object": "LayoutBlockFlow DIV id='firstLine'",
71 "rect": [0, 0, 0, 0],
72 "reason": "selection"
73 },
74 {
75 "object": "LayoutBlockFlow DIV id='firstLine'",
76 "rect": [8, 8, 100, 200],
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutBlockFlow DIV id='firstLine'",
81 "rect": [8, 8, 100, 100],
82 "reason": "forced by layout"
83 },
84 {
85 "object": "LayoutBlockFlow DIV id='root'",
86 "rect": [0, 0, 0, 0],
87 "reason": "selection"
88 },
89 {
90 "object": "LayoutBlockFlow HTML",
91 "rect": [0, 0, 0, 0],
92 "reason": "selection"
93 },
94 {
95 "object": "LayoutText #text",
96 "rect": [8, 49, 94, 118],
97 "reason": "layoutObject removal"
98 },
99 {
100 "object": "LayoutText #text",
101 "rect": [8, 49, 4, 18],
102 "reason": "location change"
103 },
104 {
105 "object": "RootInlineBox",
106 "rect": [0, 0, 0, 0],
107 "reason": "full"
108 },
109 {
110 "object": "RootInlineBox",
111 "rect": [0, 0, 0, 0],
112 "reason": "full"
113 },
114 {
115 "object": "RootInlineBox",
116 "rect": [0, 0, 0, 0],
117 "reason": "full"
118 },
119 {
120 "object": "RootInlineBox",
121 "rect": [0, 0, 0, 0],
122 "reason": "full"
123 }
39 ] 124 ]
40 } 125 }
41 ] 126 ]
42 } 127 }
43 128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698