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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/filters/filter-refresh-expected.txt

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 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 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead. 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead.
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutSVGContainer g", 11 "object": "LayoutSVGContainer g",
12 "rect": [10, 170, 132, 36], 12 "rect": [10, 170, 132, 36],
13 "reason": "SVG resource change" 13 "reason": "SVG resource change"
14 }, 14 },
15 { 15 {
16 "object": "LayoutSVGContainer g", 16 "object": "LayoutSVGContainer g",
17 "rect": [10, 130, 132, 36], 17 "rect": [10, 130, 132, 36],
18 "reason": "SVG resource change" 18 "reason": "SVG resource change"
19 }, 19 },
20 { 20 {
21 "object": "LayoutSVGRect rect id='separate2'", 21 "object": "LayoutSVGRect rect id='separate2'",
22 "rect": [140, 140, 36, 36], 22 "rect": [140, 140, 36, 36],
23 "reason": "style change" 23 "reason": "style change"
24 }, 24 },
25 { 25 {
26 "object": "LayoutSVGRect rect id='filtered'", 26 "object": "LayoutSVGRect rect id='filtered'",
27 "rect": [140, 100, 36, 36], 27 "rect": [140, 100, 36, 36],
28 "reason": "style change" 28 "reason": "subtree"
29 }, 29 },
30 { 30 {
31 "object": "LayoutSVGContainer g", 31 "object": "LayoutSVGContainer g",
32 "rect": [140, 60, 36, 36], 32 "rect": [140, 60, 36, 36],
33 "reason": "SVG resource change" 33 "reason": "SVG resource change"
34 }, 34 },
35 { 35 {
36 "object": "LayoutSVGContainer g", 36 "object": "LayoutSVGContainer g",
37 "rect": [90, 170, 36, 36], 37 "rect": [90, 170, 36, 36],
38 "reason": "SVG resource change" 38 "reason": "SVG resource change"
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 }, 278 },
279 { 279 {
280 "object": "LayoutSVGContainer use", 280 "object": "LayoutSVGContainer use",
281 "reason": "none" 281 "reason": "none"
282 } 282 }
283 ] 283 ]
284 } 284 }
285 ] 285 ]
286 } 286 }
287 287
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698