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

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

Powered by Google App Engine
This is Rietveld 408576698