mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
remove setZoomLevelLimits
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user