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

Side by Side Diff: LayoutTests/svg/animations/smil-element-not-removed-crash.html

Issue 7048008: Merge 86748 (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/animations/smil-element-not-removed-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 <html> 1 <html>
2 <body> 2 <body>
3 <svg> 3 <svg>
4 <animAttributeAttrs> 4 <animAttributeAttrs>
5 <feImage id="test"></feImage> 5 <feImage id="test"></feImage>
6 </animAttributeAttrs> 6 </animAttributeAttrs>
7 <set id="set1" xlink:href="#test"></set> 7 <set id="set1" xlink:href="#test"></set>
8 </svg> 8 </svg>
9 <script> 9 <script>
10 if (window.layoutTestController) { 10 if (window.layoutTestController) {
(...skipping 15 matching lines...) Expand all
26 } else { 26 } else {
27 document.body.innerHTML = "PASS"; 27 document.body.innerHTML = "PASS";
28 if (window.layoutTestController) 28 if (window.layoutTestController)
29 layoutTestController.notifyDone(); 29 layoutTestController.notifyDone();
30 } 30 }
31 } 31 }
32 </script> 32 </script>
33 </body> 33 </body>
34 </html> 34 </html>
35 35
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/smil-element-not-removed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698