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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/remove-outline-property-on-root-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": "InlineBox", 10 "object": "InlineBox",
11 "rect": [0, 0, 0, 0], 11 "rect": [0, 0, 0, 0],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow BODY", 15 "object": "LayoutBlockFlow BODY",
16 "rect": [-2, -2, 794, 120], 16 "rect": [-2, -2, 794, 120],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow BODY",
21 "rect": [8, 8, 784, 105],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow HTML", 20 "object": "LayoutBlockFlow HTML",
26 "rect": [-2, -2, 802, 123], 21 "rect": [-2, -2, 802, 123],
27 "reason": "bounds change" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow HTML",
31 "rect": [0, 0, 800, 121],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGRoot svg", 25 "object": "LayoutSVGRoot svg",
36 "rect": [-2, -2, 120, 120], 26 "rect": [-2, -2, 120, 120],
37 "reason": "style change" 27 "reason": "style change"
38 }, 28 },
39 { 29 {
40 "object": "LayoutSVGRoot svg",
41 "rect": [8, 8, 100, 100],
42 "reason": "style change"
43 },
44 {
45 "object": "RootInlineBox", 30 "object": "RootInlineBox",
46 "rect": [0, 0, 0, 0], 31 "rect": [0, 0, 0, 0],
47 "reason": "full" 32 "reason": "full"
48 }, 33 },
49 { 34 {
50 "object": "RootInlineBox", 35 "object": "RootInlineBox",
51 "rect": [0, 0, 0, 0], 36 "rect": [0, 0, 0, 0],
52 "reason": "full" 37 "reason": "full"
53 } 38 }
54 ] 39 ]
55 } 40 }
56 ] 41 ]
57 } 42 }
58 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698