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

Side by Side Diff: LayoutTests/fast/dom/xml-parser-error-message-crash.svg

Issue 7057048: Merge 87737 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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/fast/dom/xml-parser-error-message-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 <svg xmlns="http://www.w3.org/2000/svg"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script> 2 <script>
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 5
6 function runTest() 6 function runTest()
7 { 7 {
8 document.firstChild.innerHTML = "PASS"; 8 document.firstChild.innerHTML = "PASS";
9 } 9 }
10 10
11 document.addEventListener("DOMNodeInsertedIntoDocument", runTest, true); 11 document.addEventListener("DOMNodeInsertedIntoDocument", runTest, true);
12 </script> 12 </script>
13 13
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/xml-parser-error-message-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698