No bug - fix test bustage on a CLOSED TREE. r=me

This commit is contained in:
Mounir Lamouri 2012-07-19 17:35:42 -07:00
parent 6bedbce8db
commit ca65f56917

View File

@ -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++;