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

Unified Diff: LayoutTests/editing/context-menu-leak-document.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/context-menu-leak-document.html
diff --git a/LayoutTests/editing/context-menu-leak-document.html b/LayoutTests/editing/context-menu-leak-document.html
index 688efca138e2b97add414874907327acf8a7a2f0..c850fa0165c4738fa83bd8d0abd0733d06631543 100644
--- a/LayoutTests/editing/context-menu-leak-document.html
+++ b/LayoutTests/editing/context-menu-leak-document.html
@@ -14,7 +14,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>
var target = grabScriptText('targetHTML')+
'<script>'+grabScriptText('targetJS')+'<'+'/script>';

Powered by Google App Engine
This is Rietveld 408576698