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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/text/exs-display-none-expected.txt

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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": [
11 { 11 {
12 "object": "LayoutSVGContainer g", 12 "object": "LayoutSVGContainer g",
13 "rect": [50, 50, 561, 82], 13 "rect": [50, 50, 561, 82],
14 "reason": "bounds change" 14 "reason": "became visible"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGInlineText #text", 17 "object": "LayoutSVGInlineText #text",
18 "rect": [50, 50, 561, 82], 18 "rect": [50, 50, 561, 82],
19 "reason": "layoutObject insertion" 19 "reason": "layoutObject insertion"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGInlineText #text", 22 "object": "LayoutSVGInlineText #text",
23 "rect": [50, 50, 561, 82], 23 "rect": [50, 50, 561, 82],
24 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGInlineText #text", 27 "object": "LayoutSVGInlineText #text",
28 "rect": [50, 50, 561, 82], 28 "rect": [50, 50, 561, 82],
29 "reason": "layoutObject insertion" 29 "reason": "layoutObject insertion"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGRoot svg", 32 "object": "LayoutSVGRoot svg",
33 "rect": [50, 50, 561, 82], 33 "rect": [50, 50, 561, 82],
34 "reason": "bounds change" 34 "reason": "became visible"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGTSpan tspan", 37 "object": "LayoutSVGTSpan tspan",
38 "rect": [50, 50, 561, 82], 38 "rect": [50, 50, 561, 82],
39 "reason": "layoutObject insertion" 39 "reason": "layoutObject insertion"
40 }, 40 },
41 { 41 {
42 "object": "LayoutSVGTSpan tspan id='tspan'", 42 "object": "LayoutSVGTSpan tspan id='tspan'",
43 "rect": [50, 50, 561, 82], 43 "rect": [50, 50, 561, 82],
44 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGText text id='text'", 47 "object": "LayoutSVGText text id='text'",
48 "rect": [50, 50, 561, 82], 48 "rect": [50, 50, 561, 82],
49 "reason": "layoutObject insertion" 49 "reason": "layoutObject insertion"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ], 53 ],
54 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
55 { 55 {
56 "object": "LayoutSVGRoot svg", 56 "object": "LayoutSVGRoot svg",
57 "reason": "bounds change" 57 "reason": "became visible"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGContainer g", 60 "object": "LayoutSVGContainer g",
61 "reason": "bounds change" 61 "reason": "became visible"
62 }, 62 },
63 { 63 {
64 "object": "LayoutSVGText text id='text'", 64 "object": "LayoutSVGText text id='text'",
65 "reason": "layoutObject insertion" 65 "reason": "layoutObject insertion"
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "layoutObject insertion" 69 "reason": "layoutObject insertion"
70 }, 70 },
71 { 71 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "object": "LayoutSVGInlineText #text", 104 "object": "LayoutSVGInlineText #text",
105 "reason": "layoutObject insertion" 105 "reason": "layoutObject insertion"
106 }, 106 },
107 { 107 {
108 "object": "InlineTextBox 'Two lines of text should be visible.'", 108 "object": "InlineTextBox 'Two lines of text should be visible.'",
109 "reason": "layoutObject insertion" 109 "reason": "layoutObject insertion"
110 } 110 }
111 ] 111 ]
112 } 112 }
113 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698