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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/parser/xhtml-dom-character-data-modified-crash.html
diff --git a/LayoutTests/fast/loader/document-with-fragment-url-2.html b/LayoutTests/fast/parser/xhtml-dom-character-data-modified-crash.html
similarity index 57%
copy from LayoutTests/fast/loader/document-with-fragment-url-2.html
copy to LayoutTests/fast/parser/xhtml-dom-character-data-modified-crash.html
index f48ed65c618afe5a88d79e169339086874ca9f19..eb5bdec8c1501f5767c8000fe8c8b87937825577 100644
--- a/LayoutTests/fast/loader/document-with-fragment-url-2.html
+++ b/LayoutTests/fast/parser/xhtml-dom-character-data-modified-crash.html
@@ -1,9 +1,8 @@
+<!DOCTYPE html>
<script>
if (window.testRunner) {
- testRunner.waitUntilDone();
testRunner.dumpAsText();
+ testRunner.waitUntilDone();
}
-
-location = "resources/document-with-fragment-url-test.html#foo";
-
</script>
+<iframe src="resources/xhtml-overwrite-frame.xhtml"></iframe>

Powered by Google App Engine
This is Rietveld 408576698