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

Side by Side Diff: LayoutTests/svg/filters/svg-transform-blur-crash.svg

Issue 6909014: Merge 84422 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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 | LayoutTests/svg/filters/svg-transform-blur-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
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"> 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
2 <script> 2 <script>
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 </script> 5 </script>
6 <defs> 6 <defs>
7 <filter id="blur" filterUnits="userSpaceOnUse" x="200" filterRes="200"> 7 <filter id="blur" filterUnits="userSpaceOnUse" x="200" filterRes="200">
8 <feGaussianBlur stdDeviation="1 1"/> 8 <feGaussianBlur stdDeviation="1 1"/>
9 </filter> 9 </filter>
10 </defs> 10 </defs>
11 <text filter="url(#blur)" transform="skewX(1) translate(0,1)"> 11 <text filter="url(#blur)" transform="skewX(1) translate(0,1)">
12 PASS 12 PASS
13 </text> 13 </text>
14 </svg> 14 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/filters/svg-transform-blur-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698