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

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

Issue 2005903002: Rebaseline for crbug.com/611462 (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, 246, 19, 12],
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, 198, 16, 12],
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, 222, 14, 12],
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": [37, 246, 3, 12],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBR BR", 30 "object": "LayoutBR BR",
31 "rect": [48, 218, 10, 10], 31 "rect": [34, 198, 3, 12],
32 "reason": "bounds change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBR BR", 35 "object": "LayoutBR BR",
36 "rect": [48, 198, 10, 10], 36 "rect": [32, 222, 3, 12],
37 "reason": "bounds change" 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, 234, 3, 12],
42 "reason": "bounds change" 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, 210, 3, 12],
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "InlineTextBox '\n'", 50 "object": "InlineTextBox '\n'",
51 "reason": "bounds change" 51 "reason": "bounds change"
52 }, 52 },
53 { 53 {
54 "object": "InlineTextBox '\n'", 54 "object": "InlineTextBox '\n'",
55 "reason": "bounds change" 55 "reason": "bounds change"
56 }, 56 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }, 124 },
125 { 125 {
126 "object": "LayoutBlockFlow HTML", 126 "object": "LayoutBlockFlow HTML",
127 "reason": "selection" 127 "reason": "selection"
128 } 128 }
129 ] 129 ]
130 } 130 }
131 ] 131 ]
132 } 132 }
133 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698