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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-pattern-creation-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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": [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": "InlineTextBox 'Pattern on fill'", 10 "object": "LayoutSVGText text",
11 "rect": [0, 0, 0, 0], 11 "rect": [33, 23, 624, 189],
12 "reason": "full" 12 "reason": "style change"
13 },
14 {
15 "object": "LayoutSVGRect rect",
16 "rect": [16, 25, 18, 25],
17 "reason": "layoutObject insertion"
13 }, 18 },
14 { 19 {
15 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
16 "rect": [8, 12, 17, 26], 21 "rect": [8, 12, 17, 26],
17 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
18 }, 23 },
19 { 24 {
20 "object": "LayoutSVGRect rect", 25 "object": "InlineTextBox 'Pattern on fill'",
21 "rect": [16, 25, 18, 25], 26 "reason": "full"
27 },
28 {
29 "object": "LayoutSVGResourcePattern pattern id='dynPattern'",
22 "reason": "layoutObject insertion" 30 "reason": "layoutObject insertion"
23 }, 31 },
24 { 32 {
25 "object": "LayoutSVGResourcePattern pattern id='dynPattern'",
26 "rect": [0, 0, 0, 0],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text",
31 "rect": [33, 23, 624, 189],
32 "reason": "style change"
33 },
34 {
35 "object": "RootInlineBox", 33 "object": "RootInlineBox",
36 "rect": [0, 0, 0, 0],
37 "reason": "full" 34 "reason": "full"
38 }, 35 },
39 { 36 {
40 "object": "RootInlineBox", 37 "object": "RootInlineBox",
41 "rect": [0, 0, 0, 0],
42 "reason": "full" 38 "reason": "full"
43 } 39 }
44 ] 40 ]
45 } 41 }
46 ] 42 ]
47 } 43 }
48 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698