Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
test: re-enable webview resize events test (electron#33220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckerr authored and khalwa committed Feb 22, 2023
1 parent 2e404d6 commit e1a0806
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/webview-spec.js
Expand Up @@ -1214,9 +1214,7 @@ describe('<webview> tag', function () {

const generateSpecs = (description, sandbox) => {
describe(description, () => {
// TODO(nornagon): disabled during chromium roll 2019-06-11 due to a
// 'ResizeObserver loop limit exceeded' error on Windows
xit('emits resize events', async () => {
it('emits resize events', async () => {
const firstResizeSignal = waitForEvent(webview, 'resize');
const domReadySignal = waitForEvent(webview, 'dom-ready');

Expand Down

0 comments on commit e1a0806

Please sign in to comment.