mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
This reverts commit c262eac441.
This commit is contained in:
committed by
GitHub
parent
f912130be6
commit
41f94ef154
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user