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

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

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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": [
(...skipping 19 matching lines...) Expand all
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "LayoutSVGText text id='status'", 36 "object": "LayoutSVGText text id='status'",
37 "reason": "invalidate paint rectangle" 37 "reason": "invalidate paint rectangle"
38 }, 38 },
39 { 39 {
40 "object": "InlineTextBox ''",
41 "reason": "full"
42 },
43 {
40 "object": "LayoutSVGInlineText #text", 44 "object": "LayoutSVGInlineText #text",
41 "reason": "layoutObject removal" 45 "reason": "layoutObject removal"
42 }, 46 },
43 { 47 {
48 "object": "RootInlineBox",
49 "reason": "full"
50 },
51 {
44 "object": "LayoutSVGText text id='status'", 52 "object": "LayoutSVGText text id='status'",
45 "reason": "full" 53 "reason": "full"
46 }, 54 },
47 { 55 {
48 "object": "RootInlineBox", 56 "object": "RootInlineBox",
49 "reason": "full" 57 "reason": "full"
50 }, 58 },
51 { 59 {
52 "object": "LayoutSVGInlineText #text", 60 "object": "LayoutSVGInlineText #text",
53 "reason": "layoutObject insertion" 61 "reason": "layoutObject insertion"
54 }, 62 },
55 { 63 {
56 "object": "InlineTextBox 'Passed'", 64 "object": "InlineTextBox 'Passed'",
57 "reason": "layoutObject insertion" 65 "reason": "layoutObject insertion"
58 } 66 }
59 ] 67 ]
60 } 68 }
61 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698