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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "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, 50, 571, 82], 11 "rect": [50, 50, 571, 82],
12 "reason": "became visible" 12 "reason": "appeared"
13 } 13 }
14 ] 14 ]
15 } 15 }
16 ], 16 ],
17 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
18 { 18 {
19 "object": "LayoutSVGContainer g", 19 "object": "LayoutSVGContainer g",
20 "reason": "became visible" 20 "reason": "appeared"
21 }, 21 },
22 { 22 {
23 "object": "LayoutSVGText text id='text'", 23 "object": "LayoutSVGText text id='text'",
24 "reason": "layoutObject insertion" 24 "reason": "appeared"
25 }, 25 },
26 { 26 {
27 "object": "RootInlineBox", 27 "object": "RootInlineBox",
28 "reason": "layoutObject insertion" 28 "reason": "appeared"
29 }, 29 },
30 { 30 {
31 "object": "LayoutSVGTSpan tspan id='tspan'", 31 "object": "LayoutSVGTSpan tspan id='tspan'",
32 "reason": "layoutObject insertion" 32 "reason": "appeared"
33 }, 33 },
34 { 34 {
35 "object": "InlineFlowBox", 35 "object": "InlineFlowBox",
36 "reason": "layoutObject insertion" 36 "reason": "appeared"
37 }, 37 },
38 { 38 {
39 "object": "LayoutSVGInlineText #text", 39 "object": "LayoutSVGInlineText #text",
40 "reason": "layoutObject insertion" 40 "reason": "appeared"
41 }, 41 },
42 { 42 {
43 "object": "InlineTextBox 'Two lines of text should be visible.'", 43 "object": "InlineTextBox 'Two lines of text should be visible.'",
44 "reason": "layoutObject insertion" 44 "reason": "appeared"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGInlineText #text", 47 "object": "LayoutSVGInlineText #text",
48 "reason": "layoutObject insertion" 48 "reason": "appeared"
49 }, 49 },
50 { 50 {
51 "object": "InlineTextBox ' '", 51 "object": "InlineTextBox ' '",
52 "reason": "layoutObject insertion" 52 "reason": "appeared"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGTSpan tspan", 55 "object": "LayoutSVGTSpan tspan",
56 "reason": "layoutObject insertion" 56 "reason": "appeared"
57 }, 57 },
58 { 58 {
59 "object": "InlineFlowBox", 59 "object": "InlineFlowBox",
60 "reason": "layoutObject insertion" 60 "reason": "appeared"
61 }, 61 },
62 { 62 {
63 "object": "LayoutSVGInlineText #text", 63 "object": "LayoutSVGInlineText #text",
64 "reason": "layoutObject insertion" 64 "reason": "appeared"
65 }, 65 },
66 { 66 {
67 "object": "InlineTextBox 'Two lines of text should be visible.'", 67 "object": "InlineTextBox 'Two lines of text should be visible.'",
68 "reason": "layoutObject insertion" 68 "reason": "appeared"
69 } 69 }
70 ] 70 ]
71 } 71 }
72 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698