Skip to content

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 bavulapati committed Apr 29, 2022
1 parent 0c434d0 commit bf58e30
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 bf58e30

Please sign in to comment.