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

Side by Side Diff: LayoutTests/storage/indexeddb/cursor-leak.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../fast/js/resources/js-test-pre.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 <script src="resources/shared.js"></script> 3 <script src="resources/shared.js"></script>
4 <script> 4 <script>
5 5
6 description("Verify that that cursors weakly hold script value properties"); 6 description("Verify that that cursors weakly hold script value properties");
7 7
8 if (window.internals) { 8 if (window.internals) {
9 indexedDBTest(prepareDatabase, onOpen); 9 indexedDBTest(prepareDatabase, onOpen);
10 } else { 10 } else {
11 testFailed('This test requires access to the Internals object'); 11 testFailed('This test requires access to the Internals object');
12 finishJSTest(); 12 finishJSTest();
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 gc(); 48 gc();
49 49
50 shouldBeTrue("cursorObserver.wasCollected"); 50 shouldBeTrue("cursorObserver.wasCollected");
51 finishJSTest(); 51 finishJSTest();
52 }; 52 };
53 } 53 }
54 54
55 55
56 </script> 56 </script>
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/cursor-inconsistency.html ('k') | LayoutTests/storage/indexeddb/cursor-prev-no-duplicate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698