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

Side by Side Diff: LayoutTests/svg/custom/empty-className-baseVal-crash.html

Issue 10824091: Merge 123377 - Crash when setting empty class name on a new element (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 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/empty-className-baseVal-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 <script> 2 <script>
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 document.createElementNS("http://www.w3.org/2000/svg", "svg").className.baseVa l = ""; 5 document.createElementNS("http://www.w3.org/2000/svg", "svg").className.baseVa l = "";
6 </script> 6 </script>
7 <body> 7 <body>
8 PASS if no crash. 8 PASS if no crash.
9 </body> 9 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/empty-className-baseVal-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698