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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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": "InlineTextBox 'Clipped. INVISIBLE.'",
(...skipping 29 matching lines...) Expand all
40 "object": "LayoutSVGRoot svg id='svg-root'", 40 "object": "LayoutSVGRoot svg id='svg-root'",
41 "rect": [334, 42, 466, 170], 41 "rect": [334, 42, 466, 170],
42 "reason": "incremental" 42 "reason": "incremental"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGText text", 45 "object": "LayoutSVGText text",
46 "rect": [16, 42, 784, 170], 46 "rect": [16, 42, 784, 170],
47 "reason": "style change" 47 "reason": "style change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGText text",
51 "rect": [16, 42, 318, 170],
52 "reason": "style change"
53 },
54 {
55 "object": "RootInlineBox", 50 "object": "RootInlineBox",
56 "rect": [0, 0, 0, 0], 51 "rect": [0, 0, 0, 0],
57 "reason": "full" 52 "reason": "full"
58 }, 53 },
59 { 54 {
60 "object": "RootInlineBox", 55 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0], 56 "rect": [0, 0, 0, 0],
62 "reason": "full" 57 "reason": "full"
63 } 58 }
64 ] 59 ]
65 } 60 }
66 ] 61 ]
67 } 62 }
68 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698