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

Unified Diff: LayoutTests/svg/dom/SVGListPropertyTearOff-leaks.html

Issue 25164005: Merge 158408 "Revert 157959 "Introduce a new reference graph to ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1650/
Patch Set: Created 7 years, 3 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/svg/dom/SVGListPropertyTearOff-leaks.html
===================================================================
--- LayoutTests/svg/dom/SVGListPropertyTearOff-leaks.html (revision 158536)
+++ LayoutTests/svg/dom/SVGListPropertyTearOff-leaks.html (working copy)
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<script id='targetHTML' type='text/html'>
- <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
- <text id="text1" x="50" y="50" rotate="90 180 270">ABC</text>
- </svg>
-</script>
-
-<script id='targetJS' type='text/html'>
- document.getElementById("text1").rotate.baseVal;
-</script>
-
-<script src="../../fast/js/resources/js-test-pre.js"></script>
-<script src="../../fast/js/resources/leak-check.js"></script>
-<script>
- var target = grabScriptText('targetHTML')+
- '<script>'+grabScriptText('targetJS')+'<'+'/script>';
- var tolerance = {'numberOfLiveDocuments': 0};
-
- doLeakTest(htmlToUrl(target), tolerance);
-</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698