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

Side by Side Diff: LayoutTests/svg/custom/filter-on-svgimage.svg

Issue 6907011: Merge 85406 (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/custom/filter-on-svgimage-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"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <script> 2 <script>
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 </script> 5 </script>
6 <defs><filter id="ds2"> 6 <defs><filter id="ds2">
7 <feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur"/> 7 <feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur"/>
8 <feComposite in2="blur" in="SourceGraphic"/> 8 <feComposite in2="blur" in="SourceGraphic"/>
9 </filter></defs> 9 </filter></defs>
10 <image xlink:href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'% 3E%3Crect width='100' height='100' fill='green' /%3E%3C/svg%3E" width="50" heigh t="50" x="10" y="5" filter="url(#ds2)" /> 10 <image xlink:href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'% 3E%3Crect width='100' height='100' fill='green' /%3E%3C/svg%3E" width="50" heigh t="50" x="10" y="5" filter="url(#ds2)" />
11 <text x="40" y="30">PASS</text> 11 <text x="40" y="30">PASS</text>
12 </svg> 12 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/filter-on-svgimage-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698