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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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": [1026, 1016], 3 "bounds": [1026, 1016],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [1026, 1016], 7 "bounds": [1026, 1016],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow P", 12 "object": "LayoutBlockFlow P",
11 "rect": [24, 987, 737, 29], 13 "rect": [24, 987, 737, 29],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
15 "object": "LayoutInline A", 17 "object": "LayoutInline A",
16 "rect": [378, 987, 55, 29], 18 "rect": [378, 987, 55, 29],
17 "reason": "style change" 19 "reason": "style change"
18 },
19 {
20 "object": "InlineFlowBox",
21 "reason": "style change"
22 },
23 {
24 "object": "InlineTextBox '\n'",
25 "reason": "full"
26 },
27 {
28 "object": "InlineTextBox '\n'",
29 "reason": "full"
30 },
31 {
32 "object": "InlineTextBox 'index'",
33 "reason": "full"
34 },
35 {
36 "object": "InlineTextBox 'pservers-pattern-01-b \u2190'",
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox '\u2192 script-handle-01-b'",
41 "reason": "full"
42 },
43 {
44 "object": "RootInlineBox",
45 "reason": "full"
46 } 20 }
47 ] 21 ]
48 } 22 }
23 ],
24 "objectPaintInvalidations": [
25 {
26 "object": "LayoutBlockFlow P",
27 "reason": "invalidate paint rectangle"
28 },
29 {
30 "object": "LayoutInline A",
31 "reason": "style change"
32 },
33 {
34 "object": "InlineFlowBox",
35 "reason": "style change"
36 }
49 ] 37 ]
50 } 38 }
51 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698