Changeset 153498 in webkit
- Timestamp:
- Jul 30, 2013, 3:17:20 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r153496 r153498 1 2013-07-30 Alexey Proskuryakov <ap@apple.com> 2 3 REGRESSION(r139282): Fix document leak when selection is created inside the document 4 https://bugs.webkit.org/show_bug.cgi?id=119122 5 6 OK'd by Ryosuke Niwa. 7 8 The added test was very flaky. Trying to make it better with a gc() call at the beginning. 9 10 * editing/selection/leak-document-with-selection-inside.html: 11 1 12 2013-07-30 Alexey Proskuryakov <ap@apple.com> 2 13 -
trunk/LayoutTests/editing/selection/leak-document-with-selection-inside.html
r153366 r153498 10 10 if (window.internals) 11 11 jsTestIsAsync = true; 12 13 gc(); 12 14 13 15 var originalNumberOfLiveDocuments = 0;
Note:
See TracChangeset
for help on using the changeset viewer.