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

Side by Side Diff: LayoutTests/svg/dom/set-class-attribute.html

Issue 182903004: Merge 167817 "Fix crash in which elementData() might be null." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1847/
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/dom/set-class-attribute-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 <head> 3 <head>
4 <script src="../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script> 5 <script>
6 description("Test for crbug.com/345178: This test passes if it does not crash"); 6 description("Test for crbug.com/345178: This test passes if it does not crash");
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <br/> 10 <br/>
11 <svg> 11 <svg>
12 <set attributename="class" /> 12 <set attributename="class" />
13 </svg> 13 </svg>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/dom/set-class-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698