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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt

Issue 1881903002: 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": [1026, 1016], 2 "bounds": [1026, 1016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1026, 1016], 5 "bounds": [1026, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [378, 987, 55, 29], 9 {
10 [24, 991, 737, 21], 10 "object": "InlineFlowBox",
11 [24, 991, 737, 21], 11 "rect": [0, 0, 0, 0],
12 [24, 987, 737, 29], 12 "reason": "style change"
13 [24, 987, 737, 29] 13 },
14 ], 14 {
15 "paintInvalidationClients": [ 15 "object": "InlineTextBox '\n'",
16 "InlineTextBox 'pservers-pattern-01-b \u2190'", 16 "rect": [0, 0, 0, 0],
17 "InlineTextBox '\n'", 17 "reason": "full"
18 "InlineTextBox 'index'", 18 },
19 "InlineTextBox '\n'", 19 {
20 "InlineTextBox '\u2192 script-handle-01-b'", 20 "object": "InlineTextBox '\n'",
21 "RootInlineBox", 21 "rect": [0, 0, 0, 0],
22 "LayoutBlockFlow DIV class='linkbar'", 22 "reason": "full"
23 "LayoutBlockFlow P", 23 },
24 "RootInlineBox", 24 {
25 "LayoutInline A", 25 "object": "InlineTextBox 'index'",
26 "InlineFlowBox" 26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "InlineTextBox 'pservers-pattern-01-b \u2190'",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "InlineTextBox '\u2192 script-handle-01-b'",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutBlockFlow DIV class='linkbar'",
41 "rect": [24, 991, 737, 21],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow DIV class='linkbar'",
46 "rect": [24, 987, 737, 29],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutBlockFlow P",
51 "rect": [24, 991, 737, 21],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutBlockFlow P",
56 "rect": [24, 987, 737, 29],
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutInline A",
61 "rect": [378, 987, 55, 29],
62 "reason": "style change"
63 },
64 {
65 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full"
68 },
69 {
70 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full"
73 }
27 ] 74 ]
28 } 75 }
29 ] 76 ]
30 } 77 }
31 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698