mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
No bug - fix test bustage on a CLOSED TREE. r=me
This commit is contained in:
parent
568aa16b69
commit
ec19a64b45
@ -105,7 +105,7 @@ function checkPrincipalForIFrame(aFrame, data) {
|
||||
if (navigator.platform.indexOf("Mac") != 1) {
|
||||
origin = origin.replace("file:///", "file:///private/");
|
||||
}
|
||||
is(principal.URI.origin, origin, 'the correct URL should have been loaded');
|
||||
is(principal.origin, origin, 'the correct URL should have been loaded');
|
||||
}
|
||||
|
||||
checkedCount++;
|
||||
|
Loading…
Reference in New Issue
Block a user