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

Side by Side Diff: LayoutTests/fast/parser/foreign-content-crash.html

Issue 9072017: Merge 102089 - Heap-buffer-overflow in WebCore::HTMLTreeBuilder::processEndTag (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/parser/foreign-content-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 <script> 1 <script>
2 var svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg "); 2 var svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg ");
3 svgElement.appendChild(document.createElement("div")).insertAdjacentHTML("be foreBegin", "</p>"); 3 svgElement.appendChild(document.createElement("div")).insertAdjacentHTML("be foreBegin", "</p>");
4 4
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 </script> 7 </script>
8 <p>This test passes if it doesn't crash.</p> 8 <p>This test passes if it doesn't crash.</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/parser/foreign-content-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698