mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 801576 - Bustage fix. r=me
This commit is contained in:
parent
3bf6ac6cc7
commit
880b3c9172
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user