Backed out changeset 1831a8cf4116 (bug 1043612)

This commit is contained in:
Wes Kocher 2015-04-09 13:55:44 -07:00
Родитель ce2818e736
Коммит f5ea1c35ed
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -157,8 +157,8 @@ let gTests = [{
(aEvent) => dialogClosingCallback(deferredClose, aEvent));
let dialog = yield dialogPromise;
ise(content.gSubDialog._frame.style.width, "528px", "Width should be set on the frame from the dialog");
ise(content.gSubDialog._frame.style.height, "280px", "Height should be set on the frame from the dialog");
ise(content.gSubDialog._frame.style.width, "32em", "Width should be set on the frame from the dialog");
ise(content.gSubDialog._frame.style.height, "40em", "Height should be set on the frame from the dialog");
content.gSubDialog.close();
yield deferredClose.promise;