6 is(ZoomManager.zoom, 1,
"initial zoom level should be 1");
11 isnot(
zoomLevel, 1,
"zoom level should have changed");
14 "http://localhost:8888/browser/browser/base/content/test/moz.png";
21 is(ZoomManager.zoom, 1,
"zoom level pref should not apply to an image");
25 "http://localhost:8888/browser/browser/base/content/test/zoom_test.html";
29 is(ZoomManager.zoom,
zoomLevel,
"the zoom level should have persisted");
33 gBrowser.removeCurrentTab();
41 tabElm = gBrowser.addTab();
42 gBrowser.selectedTab =
tabElm;
46 "http://localhost:8888/browser/browser/base/content/test/zoom_test.html";
function start_test_prefNotSet()
function continue_test_prefNotSet()
function end_test_prefNotSet()