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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/repaint/modify-transferred-listitem-different-attr-expected.txt

Issue 1544763002: Auto-rebaseline for r366396 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 "repaintRects": [
9 [103, 8, 5, 24], 9 [103, 8, 5, 24],
10 [58, 62, 50, 10], 10 [58, 62, 50, 10],
11 [58, 45, 50, 27], 11 [58, 45, 50, 27],
12 [58, 45, 50, 17], 12 [58, 45, 50, 17],
13 [23, 62, 85, 10], 13 [23, 62, 85, 10],
14 [23, 8, 85, 24], 14 [23, 8, 85, 24],
15 [23, 8, 80, 24] 15 [23, 8, 80, 24]
16 ], 16 ],
17 "paintInvalidationClients": [ 17 "paintInvalidationClients": [
18 "RootInlineBox", 18 "RootInlineBox",
19 "InlineTextBox 'A'", 19 "InlineTextBox 'A'",
20 "InlineTextBox ' B C'", 20 "InlineTextBox ' B C'",
21 "RootInlineBox", 21 "RootInlineBox",
22 "InlineTextBox 'X'", 22 "InlineTextBox 'X'",
23 "InlineTextBox ' Y Z'", 23 "InlineTextBox ' Y Z'",
24 "LayoutSVGRoot svg", 24 "LayoutSVGRoot svg",
25 "LayoutSVGText text id='target'", 25 "LayoutSVGText text id='target'",
26 "RootInlineBox",
26 "LayoutSVGInlineText #text", 27 "LayoutSVGInlineText #text",
27 "InlineTextBox 'A'", 28 "InlineTextBox 'A'",
28 "InlineTextBox ' B C'", 29 "InlineTextBox ' B C'",
29 "LayoutSVGText text id='source'", 30 "LayoutSVGText text id='source'",
31 "RootInlineBox",
30 "LayoutSVGInlineText #text", 32 "LayoutSVGInlineText #text",
31 "InlineTextBox 'X Y Z'" 33 "InlineTextBox 'X Y Z'"
32 ] 34 ]
33 } 35 }
34 ] 36 ]
35 } 37 }
36 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698