Backed out changeset c69c51760cc9 (bug 771273)

This commit is contained in:
Justin Lebar 2012-07-23 15:38:58 -04:00
Родитель 6484e3c3a0
Коммит 4dcfe0a11c
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -38,13 +38,11 @@ function outerIframeLoaded() {
} \
} \
is(content.window.top, content.window, 'top'); \
is(content.window.content, content.window, 'content'); \
is(content.window.parent, content.window, 'parent'); \
is(content.window.frameElement, null, 'frameElement'); \
var innerIframe = content.document.getElementById('inner-iframe'); \
var innerWindow = innerIframe.contentWindow; \
is(innerWindow.top, content.window, 'inner top'); \
is(innerWindow.content, content.window, 'inner content'); \
is(innerWindow.parent, content.window, 'inner parent'); \
is(innerWindow.frameElement, innerIframe, 'inner frameElement');"