remove setZoomLevelLimits

This commit is contained in:
Shelley Vohr
2018-02-20 08:57:48 -05:00
parent 459a5e3a1f
commit 211b542ae4
6 changed files with 3 additions and 26 deletions

View File

@@ -134,7 +134,6 @@ describe('webFrame module', function () {
it('supports setting the visual and layout zoom level limits', function () {
assert.doesNotThrow(function () {
webFrame.setZoomLevelLimits(1, 100)
webFrame.setVisualZoomLevelLimits(1, 50)
webFrame.setLayoutZoomLevelLimits(0, 25)
})