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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 9 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGViewportContainer svg id='inner'",
11 "rect": [0, 0, 200, 200],
12 "reason": "full"
13 }
14 ]
15 }
16 ],
17 "objectPaintInvalidations": [
18 {
19 "object": "LayoutSVGViewportContainer svg id='inner'",
20 "reason": "full"
21 },
22 {
23 "object": "LayoutSVGRect rect",
24 "reason": "full"
25 },
26 {
27 "object": "LayoutSVGRect rect",
28 "reason": "full"
29 },
30 {
31 "object": "LayoutSVGText text",
32 "reason": "full"
33 },
34 {
35 "object": "RootInlineBox",
36 "reason": "full"
37 },
38 {
39 "object": "LayoutSVGInlineText #text",
40 "reason": "forced by layout"
41 },
42 {
43 "object": "InlineTextBox 'right-aligned text'",
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutSVGContainer use",
48 "reason": "full"
49 },
50 {
51 "object": "LayoutSVGPath polygon id='triangle'",
52 "reason": "bounds change"
53 }
54 ]
55 }
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698