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

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

Issue 2178363002: Auto-rebaseline for r407755 (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, 60, 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, 60, 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 }, 25 },
26 { 26 {
27 "object": "LayoutSVGText text id='status'", 27 "object": "LayoutSVGText text id='status'",
28 "rect": [89, 114, 3, 21], 28 "rect": [89, 114, 3, 21],
(...skipping 23 matching lines...) Expand all
52 "object": "LayoutSVGInlineText #text", 52 "object": "LayoutSVGInlineText #text",
53 "reason": "layoutObject insertion" 53 "reason": "layoutObject insertion"
54 }, 54 },
55 { 55 {
56 "object": "InlineTextBox 'Passed'", 56 "object": "InlineTextBox 'Passed'",
57 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698