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

Side by Side Diff: LayoutTests/svg/text/textpath-reference-crash.html

Issue 10536212: Merge 120559 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/text/textpath-reference-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- Test for wkbug.com/88144 - Crash in SVGDocumentExtensions::removeAllEle mentReferencesForTarget. --> 3 <!-- Test for wkbug.com/88144 - Crash in SVGDocumentExtensions::removeAllEle mentReferencesForTarget. -->
4 <head> 4 <head>
5 <script> 5 <script>
6 if (window.layoutTestController) 6 if (window.layoutTestController)
7 layoutTestController.dumpAsText(); 7 layoutTestController.dumpAsText();
8 8
9 window.onload = function() { 9 window.onload = function() {
10 svg0 = document.createElementNS('http://www.w3.org/2000/svg', 's vg'); 10 svg0 = document.createElementNS('http://www.w3.org/2000/svg', 's vg');
(...skipping 29 matching lines...) Expand all
40 document.execCommand('ForwardDelete'); 40 document.execCommand('ForwardDelete');
41 41
42 document.body.offsetTop; 42 document.body.offsetTop;
43 document.body.innerHTML = "PASS"; 43 document.body.innerHTML = "PASS";
44 } 44 }
45 </script> 45 </script>
46 </head> 46 </head>
47 <body> 47 <body>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/textpath-reference-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698