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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/text-mask-update-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (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 "repaintRects": [ 8 "paintInvalidations": [
9 [10, 33, 41, 22], 9 {
10 [10, 33, 41, 22], 10 "object": "InlineTextBox ''",
11 [10, 33, 41, 17], 11 "rect": [0, 0, 0, 0],
12 [10, 33, 41, 17], 12 "reason": "full"
13 [10, 3, 46, 22], 13 },
14 [10, 3, 46, 22], 14 {
15 [10, 3, 46, 22], 15 "object": "InlineTextBox 'PASS'",
16 [10, 3, 46, 22] 16 "rect": [0, 0, 0, 0],
17 ], 17 "reason": "layoutObject insertion"
18 "paintInvalidationClients": [ 18 },
19 "InlineTextBox ''", 19 {
20 "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
21 "RootInlineBox", 21 "rect": [10, 33, 41, 22],
22 "LayoutSVGRoot svg", 22 "reason": "layoutObject removal"
23 "LayoutSVGText text id='text1'", 23 },
24 "RootInlineBox", 24 {
25 "LayoutSVGInlineText #text", 25 "object": "LayoutSVGInlineText #text",
26 "InlineTextBox 'PASS'", 26 "rect": [10, 3, 46, 22],
27 "LayoutSVGText text id='text2'", 27 "reason": "layoutObject insertion"
28 "LayoutSVGRect rect", 28 },
29 "LayoutSVGRect rect" 29 {
30 "object": "LayoutSVGRect rect",
31 "rect": [10, 3, 46, 22],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGRect rect",
36 "rect": [10, 33, 41, 17],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutSVGRoot svg",
41 "rect": [10, 33, 41, 17],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGRoot svg",
46 "rect": [10, 3, 46, 22],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGText text id='text1'",
51 "rect": [10, 3, 46, 22],
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutSVGText text id='text2'",
56 "rect": [10, 33, 41, 22],
57 "reason": "full"
58 },
59 {
60 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full"
63 },
64 {
65 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full"
68 }
30 ] 69 ]
31 } 70 }
32 ] 71 ]
33 } 72 }
34 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698