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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt

Issue 2091123002: Auto-rebaseline for r401697 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 18 matching lines...) Expand all
29 "reason": "bounds change" 29 "reason": "bounds change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutEmbeddedObject OBJECT", 32 "object": "LayoutEmbeddedObject OBJECT",
33 "rect": [1, 1, 400, 200], 33 "rect": [1, 1, 400, 200],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutView #document", 37 "object": "LayoutView #document",
38 "rect": [1, 1, 400, 200], 38 "rect": [1, 1, 400, 200],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutView #document",
43 "rect": [1, 1, 400, 200],
44 "reason": "bounds change" 39 "reason": "bounds change"
45 }, 40 },
46 { 41 {
47 "object": "LayoutView #document", 42 "object": "LayoutView #document",
48 "rect": [1, 1, 400, 200], 43 "rect": [1, 1, 400, 200],
49 "reason": "bounds change" 44 "reason": "bounds change"
50 }, 45 },
51 { 46 {
52 "object": "LayoutSVGRoot svg", 47 "object": "LayoutSVGRoot svg",
53 "rect": [11, 11, 380, 180], 48 "rect": [11, 11, 380, 180],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "object": "LayoutBlockFlow BODY", 129 "object": "LayoutBlockFlow BODY",
135 "reason": "invalidate paint rectangle" 130 "reason": "invalidate paint rectangle"
136 }, 131 },
137 { 132 {
138 "object": "LayoutEmbeddedObject OBJECT", 133 "object": "LayoutEmbeddedObject OBJECT",
139 "reason": "style change" 134 "reason": "style change"
140 } 135 }
141 ] 136 ]
142 } 137 }
143 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698