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

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

Issue 6949013: Merge 85926 (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/filter-after-transform-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" xmlns:xlink="http://www.w3.org/1999/xlin k" x="80" y="80" width="300" height="180" viewBox="0 0 200 120"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" x="80" y="80" width="300" height="180" viewBox="0 0 200 120">
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="MyFilter" filterUnits="userSpaceOnUse" > 7 <filter id="MyFilter" filterUnits="userSpaceOnUse" >
8 <feGaussianBlur /> 8 <feGaussianBlur />
9 <feOffset /> 9 <feOffset />
10 <feSpecularLighting > 10 <feSpecularLighting >
11 <fePointLight /> 11 <fePointLight />
12 </feSpecularLighting> 12 </feSpecularLighting>
13 <feComposite /> 13 <feComposite />
14 <feMerge> 14 <feMerge>
15 <feMergeNode /> 15 <feMergeNode />
16 <feMergeNode /> 16 <feMergeNode />
17 </feMerge> 17 </feMerge>
18 </filter> 18 </filter>
19 </defs> 19 </defs>
20 <g transform="matrix(0,-256152301,1000,0,1,1) " filter="url(#MyFilter)" /> 20 <g transform="matrix(0,-256152301,1000,0,1,1) " filter="url(#MyFilter)" />
21 <text>PASS - Applying filter does not crash.</text> 21 <text>PASS - Applying filter does not crash.</text>
22 </svg> 22 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/filters/filter-after-transform-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698