Revert "test: re-enable webview resize events test (#33220)" (#33409)

This reverts commit c262eac441.
This commit is contained in:
John Kleinschmidt 2022-03-23 12:40:29 -04:00 committed by GitHub
parent f912130be6
commit 41f94ef154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');