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

Unified Diff: LayoutTests/fast/dom/Range/range-extractContents.html

Issue 7344019: Merge 90130 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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/dom/Range/range-extractContents.html
===================================================================
--- LayoutTests/fast/dom/Range/range-extractContents.html (revision 90844)
+++ LayoutTests/fast/dom/Range/range-extractContents.html (working copy)
@@ -21,7 +21,6 @@
r.setStartBefore(document.getElementById('start'));
r.setEndAfter(document.getElementById('end'));
var fragment = r.extractContents();
- document.body.appendChild(fragment);
} catch(e) {
}
log('PASS: No crash.');
« no previous file with comments | « LayoutTests/fast/dom/Range/range-extract-contents-event-fire-crash2-expected.txt ('k') | Source/WebCore/dom/Range.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698