This reverts commit c262eac441
.
This commit is contained in:
parent
f912130be6
commit
41f94ef154
1 changed files with 3 additions and 1 deletions
|
@ -1214,7 +1214,9 @@ describe('<webview> tag', function () {
|
||||||
|
|
||||||
const generateSpecs = (description, sandbox) => {
|
const generateSpecs = (description, sandbox) => {
|
||||||
describe(description, () => {
|
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 firstResizeSignal = waitForEvent(webview, 'resize');
|
||||||
const domReadySignal = waitForEvent(webview, 'dom-ready');
|
const domReadySignal = waitForEvent(webview, 'dom-ready');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue