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

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

Issue 21274004: Fix Document leak from NodeFilter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: don't print numberOfLiveDocuments when test passed Created 7 years, 5 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-expected.txt
diff --git a/LayoutTests/editing/selection/leak-document-with-selection-inside-expected.txt b/LayoutTests/editing/selection/leak-document-with-selection-inside-expected.txt
index 3d54db6609108129cdec71d3852b2c8f3452f317..1813915c6764ef7e4ebefa6fa5bf437a4562e414 100644
--- a/LayoutTests/editing/selection/leak-document-with-selection-inside-expected.txt
+++ b/LayoutTests/editing/selection/leak-document-with-selection-inside-expected.txt
@@ -3,8 +3,8 @@ This test asserts that document doesn't leak when a selection is created inside
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS numberOfDocumentsAfter is numberOfDocumentsBefore
+PASS The difference of counter "numberOfLiveDocuments" before and after the cycle is under the threshold of 0.
PASS successfullyParsed is true
TEST COMPLETE
-This test only runs on DumpRenderTree, as it requires existence of window.internals and cross-domain resource access check disabled.
+

Powered by Google App Engine
This is Rietveld 408576698