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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/use-clipped-hit-expected.txt

Issue 2228383002: Auto-rebaseline for r410976 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
13 "rect": [90, 115, 59, 19], 13 "rect": [90, 115, 59, 19],
14 "reason": "layoutObject removal" 14 "reason": "layoutObject removal"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGText text id='status'", 17 "object": "LayoutSVGText text id='status'",
18 "rect": [90, 115, 59, 19], 18 "rect": [90, 115, 59, 19],
19 "reason": "full" 19 "reason": "full"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGInlineText #text", 22 "object": "LayoutSVGInlineText #text",
23 "rect": [90, 115, 43, 19], 23 "rect": [90, 115, 43, 19],
24 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
25 },
26 {
27 "object": "LayoutSVGText text id='status'",
28 "rect": [89, 114, 3, 21],
29 "reason": "invalidate paint rectangle"
30 } 25 }
31 ] 26 ]
32 } 27 }
33 ], 28 ],
34 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
35 { 30 {
36 "object": "LayoutSVGText text id='status'",
37 "reason": "invalidate paint rectangle"
38 },
39 {
40 "object": "LayoutSVGInlineText #text", 31 "object": "LayoutSVGInlineText #text",
41 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
42 }, 33 },
43 { 34 {
44 "object": "LayoutSVGText text id='status'", 35 "object": "LayoutSVGText text id='status'",
45 "reason": "full" 36 "reason": "full"
46 }, 37 },
47 { 38 {
48 "object": "RootInlineBox", 39 "object": "RootInlineBox",
49 "reason": "full" 40 "reason": "full"
50 }, 41 },
51 { 42 {
52 "object": "LayoutSVGInlineText #text", 43 "object": "LayoutSVGInlineText #text",
53 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
54 }, 45 },
55 { 46 {
56 "object": "InlineTextBox 'Passed'", 47 "object": "InlineTextBox 'Passed'",
57 "reason": "layoutObject insertion" 48 "reason": "layoutObject insertion"
58 } 49 }
59 ] 50 ]
60 } 51 }
61 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698