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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "backgroundColor": "#FFFFFF",
9 "paintInvalidations": [
10 {
11 "object": "LayoutSVGInlineText #text",
12 "rect": [203, 336, 123, 44],
13 "reason": "forced by layout"
14 },
15 {
16 "object": "LayoutSVGText text id='text'",
17 "rect": [203, 336, 123, 44],
18 "reason": "full"
19 },
20 {
21 "object": "LayoutSVGInlineText #text",
22 "rect": [247, 90, 122, 43],
23 "reason": "forced by layout"
24 },
25 {
26 "object": "LayoutSVGText text id='text'",
27 "rect": [247, 90, 122, 43],
28 "reason": "full"
29 },
30 {
31 "object": "LayoutSVGRect rect id='rect'",
32 "rect": [355, 125, 103, 104],
33 "reason": "full"
34 },
35 {
36 "object": "LayoutSVGRect rect id='rect'",
37 "rect": [109, 84, 103, 101],
38 "reason": "full"
39 },
40 {
41 "object": "LayoutSVGImage image id='image'",
42 "rect": [90, 208, 98, 97],
43 "reason": "full"
44 },
45 {
46 "object": "LayoutSVGImage image id='image'",
47 "rect": [353, 398, 97, 98],
48 "reason": "full"
49 }
50 ]
51 }
52 ],
53 "objectPaintInvalidations": [
54 {
55 "object": "LayoutSVGRect rect id='rect'",
56 "reason": "full"
57 },
58 {
59 "object": "LayoutSVGText text id='text'",
60 "reason": "full"
61 },
62 {
63 "object": "RootInlineBox",
64 "reason": "full"
65 },
66 {
67 "object": "LayoutSVGInlineText #text",
68 "reason": "forced by layout"
69 },
70 {
71 "object": "InlineTextBox 'This is some text'",
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutSVGImage image id='image'",
76 "reason": "full"
77 }
78 ]
79 }
80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698