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

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

Issue 24863002: Revert 157959 "Introduce a new reference graph to SVG*TearOffs." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
diff --git a/LayoutTests/svg/dom/SVGListPropertyTearOff-leaks.html b/LayoutTests/svg/dom/SVGListPropertyTearOff-leaks.html
deleted file mode 100644
index ef6f2372cc7212f7a92c6a82d581f1e3b36413bf..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/dom/SVGListPropertyTearOff-leaks.html
+++ /dev/null
@@ -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