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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent-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 [58, 238, 10, 10], 9 {
10 [48, 218, 10, 10], 10 "object": "InlineTextBox '\n'",
11 [48, 198, 10, 10], 11 "rect": [0, 0, 0, 0],
12 [18, 238, 40, 10], 12 "reason": "selection"
13 [18, 228, 10, 10], 13 },
14 [18, 218, 30, 10], 14 {
15 [18, 208, 10, 10], 15 "object": "InlineTextBox '\n'",
16 [18, 198, 30, 10] 16 "rect": [0, 0, 0, 0],
17 ], 17 "reason": "selection"
18 "paintInvalidationClients": [ 18 },
19 "LayoutBlockFlow HTML", 19 {
20 "LayoutBlockFlow BODY", 20 "object": "InlineTextBox '\n'",
21 "LayoutText #text", 21 "rect": [0, 0, 0, 0],
22 "InlineTextBox 'Foo'", 22 "reason": "selection"
23 "LayoutBR BR", 23 },
24 "InlineTextBox '\n'", 24 {
25 "LayoutBR BR", 25 "object": "InlineTextBox '\n'",
26 "InlineTextBox '\n'", 26 "rect": [0, 0, 0, 0],
27 "LayoutText #text", 27 "reason": "selection"
28 "InlineTextBox 'Bar'", 28 },
29 "LayoutBR BR", 29 {
30 "InlineTextBox '\n'", 30 "object": "InlineTextBox '\n'",
31 "LayoutBR BR", 31 "rect": [0, 0, 0, 0],
32 "InlineTextBox '\n'", 32 "reason": "selection"
33 "LayoutText #text", 33 },
34 "InlineTextBox 'Bazz'", 34 {
35 "LayoutBR BR", 35 "object": "InlineTextBox 'Bar'",
36 "InlineTextBox '\n'" 36 "rect": [0, 0, 0, 0],
37 "reason": "selection"
38 },
39 {
40 "object": "InlineTextBox 'Bazz'",
41 "rect": [0, 0, 0, 0],
42 "reason": "selection"
43 },
44 {
45 "object": "InlineTextBox 'Foo'",
46 "rect": [0, 0, 0, 0],
47 "reason": "selection"
48 },
49 {
50 "object": "LayoutBR BR",
51 "rect": [48, 198, 10, 10],
52 "reason": "selection"
53 },
54 {
55 "object": "LayoutBR BR",
56 "rect": [18, 208, 10, 10],
57 "reason": "selection"
58 },
59 {
60 "object": "LayoutBR BR",
61 "rect": [48, 218, 10, 10],
62 "reason": "selection"
63 },
64 {
65 "object": "LayoutBR BR",
66 "rect": [18, 228, 10, 10],
67 "reason": "selection"
68 },
69 {
70 "object": "LayoutBR BR",
71 "rect": [58, 238, 10, 10],
72 "reason": "selection"
73 },
74 {
75 "object": "LayoutBlockFlow BODY",
76 "rect": [0, 0, 0, 0],
77 "reason": "selection"
78 },
79 {
80 "object": "LayoutBlockFlow HTML",
81 "rect": [0, 0, 0, 0],
82 "reason": "selection"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [18, 198, 30, 10],
87 "reason": "selection"
88 },
89 {
90 "object": "LayoutText #text",
91 "rect": [18, 218, 30, 10],
92 "reason": "selection"
93 },
94 {
95 "object": "LayoutText #text",
96 "rect": [18, 238, 40, 10],
97 "reason": "selection"
98 }
37 ] 99 ]
38 } 100 }
39 ] 101 ]
40 } 102 }
41 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698