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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/ems-display-none-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutSVGContainer g", 10 "object": "LayoutSVGContainer g",
11 "rect": [50, 54, 571, 86], 11 "rect": [50, 54, 571, 86],
12 "reason": "became visible" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
16 "rect": [50, 54, 571, 86], 16 "rect": [50, 54, 571, 86],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
21 "rect": [50, 54, 571, 86], 21 "rect": [50, 54, 571, 86],
22 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGInlineText #text", 25 "object": "LayoutSVGInlineText #text",
26 "rect": [50, 54, 571, 86], 26 "rect": [50, 54, 571, 86],
27 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGRoot svg",
31 "rect": [50, 54, 571, 86],
32 "reason": "became visible"
33 },
34 {
35 "object": "LayoutSVGTSpan tspan", 30 "object": "LayoutSVGTSpan tspan",
36 "rect": [50, 54, 571, 86], 31 "rect": [50, 54, 571, 86],
37 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
38 }, 33 },
39 { 34 {
40 "object": "LayoutSVGTSpan tspan id='tspan'", 35 "object": "LayoutSVGTSpan tspan id='tspan'",
41 "rect": [50, 54, 571, 86], 36 "rect": [50, 54, 571, 86],
42 "reason": "layoutObject insertion" 37 "reason": "layoutObject insertion"
43 }, 38 },
44 { 39 {
45 "object": "LayoutSVGText text id='text'", 40 "object": "LayoutSVGText text id='text'",
46 "rect": [50, 54, 571, 86], 41 "rect": [50, 54, 571, 86],
47 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
48 } 43 }
49 ] 44 ]
50 } 45 }
51 ], 46 ],
52 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
53 { 48 {
54 "object": "LayoutSVGRoot svg",
55 "reason": "became visible"
56 },
57 {
58 "object": "LayoutSVGContainer g", 49 "object": "LayoutSVGContainer g",
59 "reason": "became visible" 50 "reason": "became visible"
60 }, 51 },
61 { 52 {
62 "object": "LayoutSVGText text id='text'", 53 "object": "LayoutSVGText text id='text'",
63 "reason": "layoutObject insertion" 54 "reason": "layoutObject insertion"
64 }, 55 },
65 { 56 {
66 "object": "RootInlineBox", 57 "object": "RootInlineBox",
67 "reason": "layoutObject insertion" 58 "reason": "layoutObject insertion"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "object": "LayoutSVGInlineText #text", 93 "object": "LayoutSVGInlineText #text",
103 "reason": "layoutObject insertion" 94 "reason": "layoutObject insertion"
104 }, 95 },
105 { 96 {
106 "object": "InlineTextBox 'Two lines of text should be visible.'", 97 "object": "InlineTextBox 'Two lines of text should be visible.'",
107 "reason": "layoutObject insertion" 98 "reason": "layoutObject insertion"
108 } 99 }
109 ] 100 ]
110 } 101 }
111 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698