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

Side by Side Diff: LayoutTests/platform/linux/virtual/slimmingpaint/svg/custom/js-late-gradient-creation-expected.txt

Issue 1117323003: Auto-rebaseline for r194815 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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 [8, 176, 100, 100], 9 [33, 23, 697, 194]
10 [8, 156, 784, 19]
11 ], 10 ],
12 "paintInvalidationClients": [ 11 "paintInvalidationClients": [
13 "InlineTextBox '\u00A0'",
14 "InlineFlowBox",
15 "RootInlineBox", 12 "RootInlineBox",
16 "InlineBox", 13 "InlineTextBox 'Gradient on fill'",
17 "LayoutBlockFlow (anonymous)", 14 "LayoutSVGText text",
18 "LayoutBlockFlow (positioned) DIV id='t'" 15 "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'",
16 "LayoutSVGGradientStop stop",
17 "LayoutSVGGradientStop stop"
19 ] 18 ]
20 } 19 }
21 ] 20 ]
22 } 21 }
23 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698