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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/custom/leaks-expected.txt

Issue 1964403002: Retire leak-check.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/dom/custom/leaks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/custom/leaks-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/custom/leaks-expected.txt
deleted file mode 100644
index 8216044680525c74b6b75fb881c15430dd6746a0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/custom/leaks-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Tests that Custom Elements does not induce leaks
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Test a custom element with minimal capturing
-PASS observations.frame.wasCollected is true
-PASS observations.window.wasCollected is true
-PASS observations.document.wasCollected is true
-PASS observations.proto.wasCollected is true
-PASS observations.ctor.wasCollected is true
-PASS observations.callback.wasCollected is true
-Test callbacks which close over a bunch of objects
-PASS observations.frame.wasCollected is true
-PASS observations.window.wasCollected is true
-PASS observations.document.wasCollected is true
-PASS observations.proto.wasCollected is true
-PASS observations.ctor.wasCollected is true
-PASS observations.callback.wasCollected is true
-Test that navigating a frame with custom elements does not leak
-PASS observations.document.wasCollected is true
-PASS observations.proto.wasCollected is true
-PASS observations.ctor.wasCollected is true
-PASS observations.callback.wasCollected is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698