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

Unified Diff: LayoutTests/editing/selection/leak-document-with-selection-inside.html

Issue 23005006: Fix XMLHttpRequest leak document when send() is called multiple times. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: check readyState == 4 to comply with change made in r156212 Created 7 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/editing/selection/leak-document-with-selection-inside.html
diff --git a/LayoutTests/editing/selection/leak-document-with-selection-inside.html b/LayoutTests/editing/selection/leak-document-with-selection-inside.html
index 492abd188da40589d9c8f8b97fcc5691b8a27502..acbdeedaca594b50a04b238635c7763d4be5f3b7 100644
--- a/LayoutTests/editing/selection/leak-document-with-selection-inside.html
+++ b/LayoutTests/editing/selection/leak-document-with-selection-inside.html
@@ -9,7 +9,7 @@
</script>
<script src="../../fast/js/resources/js-test-pre.js"></script>
- <script src="../../fast/dom/resources/leak-check.js"></script>
+ <script src="../../fast/js/resources/leak-check.js"></script>
<script>
description("This test asserts that document doesn't leak when a selection is created inside the document.");
« no previous file with comments | « LayoutTests/editing/context-menu-leak-document.html ('k') | LayoutTests/fast/dom/NodeIterator/NodeIterator-leak-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698