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

Side by Side Diff: LayoutTests/svg/custom/use-animation-in-fill.html

Issue 6483004: Merge 77548 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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/use-animation-in-fill-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> 1 <svg>
2 <defs> 2 <defs>
3 <g id="g"> 3 <g id="g">
4 <svg> 4 <svg>
5 <linearGradient> 5 <linearGradient>
6 <animateTransform attributeName="a"> 6 <animateTransform attributeName="a">
7 </linearGradient> 7 </linearGradient>
8 </svg> 8 </svg>
9 </g> 9 </g>
10 </defs> 10 </defs>
11 <use xlink:href="#g"></use> 11 <use xlink:href="#g"></use>
12 </svg> 12 </svg>
13 <script> 13 <script>
14 if (window.layoutTestController) { 14 if (window.layoutTestController) {
15 layoutTestController.dumpAsText(); 15 layoutTestController.dumpAsText();
16 layoutTestController.waitUntilDone(); 16 layoutTestController.waitUntilDone();
17 } 17 }
18 setTimeout(function () { 18 setTimeout(function () {
19 document.body.innerHTML = "PASS: Referenced animation does not trigger c rash."; 19 document.body.innerHTML = "PASS: Referenced animation does not trigger c rash.";
20 if (window.layoutTestController) 20 if (window.layoutTestController)
21 layoutTestController.notifyDone(); 21 layoutTestController.notifyDone();
22 }, 0); 22 }, 0);
23 </script> 23 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-animation-in-fill-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698