Bug 801576 - Bustage fix. r=me

This commit is contained in:
Bobby Holley 2012-10-24 13:19:33 +02:00
parent 3bf6ac6cc7
commit 880b3c9172

View File

@ -400,6 +400,8 @@ function runTest() {
* TEST 2 tests that pushstate's same-origin checks are correct.
*/
var filename = 'file_bug500328_2.html';
var dirname = document.location.pathname.replace(/[^\/]*$/, '');
statusMsg("Dirname is: " + dirname);
iframeCw.location = filename;
iframe.onload = onChildLoad;
enableChildLoadCallback();