We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79d3fc commit c262eacCopy full SHA for c262eac
spec/webview-spec.js
@@ -1214,9 +1214,7 @@ describe('<webview> tag', function () {
1214
1215
const generateSpecs = (description, sandbox) => {
1216
describe(description, () => {
1217
- // TODO(nornagon): disabled during chromium roll 2019-06-11 due to a
1218
- // 'ResizeObserver loop limit exceeded' error on Windows
1219
- xit('emits resize events', async () => {
+ it('emits resize events', async () => {
1220
const firstResizeSignal = waitForEvent(webview, 'resize');
1221
const domReadySignal = waitForEvent(webview, 'dom-ready');
1222
0 commit comments