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

Side by Side Diff: ManualTests/bugzilla-83979.svg

Issue 10442022: Merge 116647 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | Source/WebCore/svg/SVGFilterElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <defs> 2 <defs>
3 <filter id="ds2"> 3 <filter id="ds2">
4 <feGaussianBlur id="blur" result="blur"/> 4 <feGaussianBlur id="blur" result="blur"/>
5 </filter> 5 </filter>
6 </defs> 6 </defs>
7 <text x="50" y="50">This test passes if it does not crash after load in Debug builds.</text> 7 <text x="50" y="50">This test passes if it does not crash after load in Debug builds.</text>
8 <image id="image" xlink:href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.o rg/2000/svg'%3E%3Crect/%3E%3C/svg%3E" width="50" height="50" filter="url(#ds2)"/ > 8 <image id="image" xlink:href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.o rg/2000/svg'%3E%3Crect/%3E%3C/svg%3E" width="50" height="50" filter="url(#ds2)"/ >
9 <script><![CDATA[ 9 <script><![CDATA[
10 for (var i = 0; i < 10000; i++) { 10 for (var i = 0; i < 10000; i++) {
11 } 11 }
12 document.getElementById("blur").appendChild(document.getElementById("image").clo neNode()); 12 document.getElementById("blur").appendChild(document.getElementById("image").clo neNode());
13 for (var i = 0; i < 10000; i++) { 13 for (var i = 0; i < 10000; i++) {
14 } 14 }
15 ]]></script> 15 ]]></script>
16 </svg> 16 </svg>
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/svg/SVGFilterElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698