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

Side by Side Diff: LayoutTests/svg/filters/feMorphology-zero-radius.svg

Issue 8082012: Merge 96151 - Rapidly refreshing a feMorphology[erode] with r=0 can sometimes cause display corru... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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 | LayoutTests/svg/filters/feMorphology-zero-radius-expected.png » ('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 id="svg" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"> 1 <svg id="svg" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
2 <title>The entire image should be white.</title> 2 <title>The entire image should be white.</title>
3 <defs> 3 <defs>
4 <filter id="morph"> 4 <filter id="morph">
5 <feMorphology operator="erode" radius="0"/> 5 <feMorphology operator="erode" radius="0"/>
6 </filter> 6 </filter>
7 </defs> 7 </defs>
8 <script> 8 <script>
9 <![CDATA[ 9 <![CDATA[
10 for(var i = 0; i < 100; i+=5) 10 for(var i = 0; i < 100; i+=5)
(...skipping 10 matching lines...) Expand all
21 document.getElementById("svg").appendChild(rect); 21 document.getElementById("svg").appendChild(rect);
22 } 22 }
23 } 23 }
24 24
25 if (window.layoutTestController) 25 if (window.layoutTestController)
26 window.layoutTestController.dumpAsText(); 26 window.layoutTestController.dumpAsText();
27 ]]> 27 ]]>
28 </script> 28 </script>
29 29
30 </svg> 30 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/filters/feMorphology-zero-radius-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698