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

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

Issue 1998663003: Auto-rebaseline for r394807 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [18, 238, 40, 10], 11 "rect": [18, 238, 40, 10],
12 "reason": "selection" 12 "reason": "selection"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [18, 218, 30, 10], 16 "rect": [18, 218, 30, 10],
17 "reason": "selection" 17 "reason": "selection"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [18, 198, 30, 10], 21 "rect": [18, 198, 30, 10],
22 "reason": "selection" 22 "reason": "selection"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBR BR", 25 "object": "LayoutBR BR",
26 "rect": [58, 238, 10, 10], 26 "rect": [58, 238, 10, 10],
27 "reason": "selection" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBR BR", 30 "object": "LayoutBR BR",
31 "rect": [48, 218, 10, 10], 31 "rect": [48, 218, 10, 10],
32 "reason": "selection" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBR BR", 35 "object": "LayoutBR BR",
36 "rect": [48, 198, 10, 10], 36 "rect": [48, 198, 10, 10],
37 "reason": "selection" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBR BR", 40 "object": "LayoutBR BR",
41 "rect": [18, 228, 10, 10], 41 "rect": [18, 228, 10, 10],
42 "reason": "selection" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBR BR", 45 "object": "LayoutBR BR",
46 "rect": [18, 208, 10, 10], 46 "rect": [18, 208, 10, 10],
47 "reason": "selection" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "InlineTextBox '\n'", 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'",
51 "reason": "selection" 71 "reason": "selection"
52 }, 72 },
53 { 73 {
54 "object": "InlineTextBox '\n'", 74 "object": "InlineTextBox '\n'",
55 "reason": "selection" 75 "reason": "selection"
56 }, 76 },
57 { 77 {
58 "object": "InlineTextBox '\n'", 78 "object": "InlineTextBox '\n'",
59 "reason": "selection" 79 "reason": "selection"
60 }, 80 },
(...skipping 11 matching lines...) Expand all
72 }, 92 },
73 { 93 {
74 "object": "InlineTextBox 'Bazz'", 94 "object": "InlineTextBox 'Bazz'",
75 "reason": "selection" 95 "reason": "selection"
76 }, 96 },
77 { 97 {
78 "object": "InlineTextBox 'Foo'", 98 "object": "InlineTextBox 'Foo'",
79 "reason": "selection" 99 "reason": "selection"
80 }, 100 },
81 { 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 {
82 "object": "LayoutBlockFlow BODY", 122 "object": "LayoutBlockFlow BODY",
83 "reason": "selection" 123 "reason": "selection"
84 }, 124 },
85 { 125 {
86 "object": "LayoutBlockFlow HTML", 126 "object": "LayoutBlockFlow HTML",
87 "reason": "selection" 127 "reason": "selection"
88 } 128 }
89 ] 129 ]
90 } 130 }
91 ] 131 ]
92 } 132 }
93 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698