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

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

Powered by Google App Engine
This is Rietveld 408576698