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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-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 'Clipped. INVISIBLE.'", 10 "object": "LayoutSVGText text",
11 "rect": [0, 0, 0, 0], 11 "rect": [16, 42, 784, 170],
12 "reason": "full" 12 "reason": "style change"
13 },
14 {
15 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
16 "rect": [0, 0, 0, 0],
17 "reason": "incremental"
18 }, 13 },
19 { 14 {
20 "object": "LayoutSVGContainer g id='content'", 15 "object": "LayoutSVGContainer g id='content'",
21 "rect": [334, 42, 466, 170], 16 "rect": [334, 42, 466, 170],
22 "reason": "incremental" 17 "reason": "incremental"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
26 "rect": [334, 42, 466, 170], 21 "rect": [334, 42, 466, 170],
27 "reason": "incremental" 22 "reason": "incremental"
28 }, 23 },
24 {
25 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [334, 42, 466, 170],
27 "reason": "incremental"
28 },
29 { 29 {
30 "object": "LayoutSVGPath path", 30 "object": "LayoutSVGPath path",
31 "rect": [0, 0, 334, 500], 31 "rect": [0, 0, 334, 500],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
36 "reason": "incremental"
37 },
38 {
39 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
40 "reason": "full"
41 },
42 {
35 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 43 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
36 "rect": [0, 0, 0, 0],
37 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
38 }, 45 },
39 { 46 {
40 "object": "LayoutSVGRoot svg id='svg-root'",
41 "rect": [334, 42, 466, 170],
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutSVGText text",
46 "rect": [16, 42, 784, 170],
47 "reason": "style change"
48 },
49 {
50 "object": "RootInlineBox", 47 "object": "RootInlineBox",
51 "rect": [0, 0, 0, 0],
52 "reason": "full" 48 "reason": "full"
53 }, 49 },
54 { 50 {
55 "object": "RootInlineBox", 51 "object": "RootInlineBox",
56 "rect": [0, 0, 0, 0],
57 "reason": "full" 52 "reason": "full"
58 } 53 }
59 ] 54 ]
60 } 55 }
61 ] 56 ]
62 } 57 }
63 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698