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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test asserts that document doesn't leak when a selection is created inside the document. 1 This test asserts that document doesn't leak when a selection is created inside the document.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS numberOfDocumentsAfter is numberOfDocumentsBefore 6 PASS The difference of counter "numberOfLiveDocuments" before and after the cycl e is under the threshold of 0.
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 This test only runs on DumpRenderTree, as it requires existence of window.intern als and cross-domain resource access check disabled. 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698