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

Side by Side Diff: LayoutTests/svg/filters/filter-detach-crash.html

Issue 742693002: Unschedule the SVG filter layer update hack after detaching children (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: thanks find-copies Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/filters/filter-detach-crash-expected.txt » ('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>
2 <div style="-webkit-filter: url('#filter');">
3 <svg>
4 <filter id="filter">
5 <feFlood/>
6 </filter>
7 </svg>
8 </div>
9 <script>
10 document.body.offsetTop;
11 document.body.innerHTML = "";
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
15 crbug.com/429666: This test passes if it does not crash.
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/filters/filter-detach-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698