test_saveHeapSnapshot_e10s_01.js (265B)
1 /* Any copyright is dedicated to the Public Domain. 2 http://creativecommons.org/publicdomain/zero/1.0/ */ 3 "use strict"; 4 5 // Test saving a heap snapshot in the sandboxed e10s child process. 6 7 function run_test() { 8 run_test_in_child("test_SaveHeapSnapshot.js"); 9 }