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

Side by Side Diff: LayoutTests/fast/parser/xhtml-dom-character-data-modified-crash.html

Issue 1267283002: Gracefully handle XMLDocumentParser being detached by mutation events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add clarifying comment Created 5 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html>
1 <script> 2 <script>
2 if (window.testRunner) { 3 if (window.testRunner) {
4 testRunner.dumpAsText();
3 testRunner.waitUntilDone(); 5 testRunner.waitUntilDone();
4 testRunner.dumpAsText();
5 } 6 }
6
7 location = "resources/document-with-fragment-url-test.html#foo";
8
9 </script> 7 </script>
8 <iframe src="resources/xhtml-overwrite-frame.xhtml"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698