Skip to content

Commit

Permalink
Revert "test: re-enable webview resize events test (electron#33220)" (e…
Browse files Browse the repository at this point in the history
…lectron#33409)

This reverts commit c262eac.
  • Loading branch information
jkleinsc authored and bavulapati committed Apr 29, 2022
1 parent 413f846 commit f00cd07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/webview-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,9 @@ describe('<webview> tag', function () {

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

Expand Down

0 comments on commit f00cd07

Please sign in to comment.