Update spec description

This commit is contained in:
Kevin Sawicki 2016-06-09 12:06:49 -07:00
parent a184b6afb3
commit c8180ab301

View file

@ -328,7 +328,7 @@ describe('chromium feature', function () {
b = window.open('file://' + fixtures + '/pages/window-opener-postMessage.html', '', 'show=no')
})
it('works for windows opened from a <webview>', function (done) {
it('supports windows opened from a <webview>', function (done) {
const webview = new WebView()
webview.addEventListener('console-message', function (e) {
webview.remove()