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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/clip-path-href-changes-expected.txt

Issue 2312713002: Unprefix -webkit-clip-path (Closed)
Patch Set: Rebase Created 4 years, 3 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": [0, 0, 200, 200], 13 "rect": [0, 0, 200, 200],
14 "reason": "style change" 14 "reason": "style change"
15 },
16 {
17 "object": "LayoutSVGRoot svg",
18 "rect": [0, 100, 200, 100],
19 "reason": "incremental"
20 },
21 {
22 "object": "LayoutSVGRoot svg",
23 "rect": [100, 0, 100, 200],
24 "reason": "incremental"
25 } 15 }
26 ] 16 ]
27 } 17 }
28 ], 18 ],
29 "objectPaintInvalidations": [ 19 "objectPaintInvalidations": [
30 { 20 {
31 "object": "LayoutSVGRoot svg",
32 "reason": "incremental"
33 },
34 {
35 "object": "LayoutSVGContainer g", 21 "object": "LayoutSVGContainer g",
36 "reason": "style change" 22 "reason": "style change"
37 } 23 }
38 ] 24 ]
39 } 25 }
40 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698