Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/svg/clip-path/clip-path-foreign-object-crash.html

Issue 2887173002: Fix DCHECK to account for child SVG objects not having PaintLayers. (Closed)
Patch Set: none Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/compositing/CompositingInputsUpdater.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype HTML>
Xianzhu 2017/05/17 19:44:33 Does "*-crash.html" automatically avoid the text e
chrishtr 2017/05/17 21:25:24 Good point, fixed.
2 <style>
3 * { clip-path: url(); }
4 </style>
5 This test passes if it does not crash.
6 <svg>
7 <foreignObject>
8 <div>
9 </div>
10 </foreignObject>
11 </svg>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/compositing/CompositingInputsUpdater.cpp » ('j') | no next file with comments »

Powered by Google App Engine