Enable a few tests

This commit is contained in:
Aleksei Kuzmin 2018-05-11 14:41:58 +03:00 committed by Samuel Attard
parent 90c3d87e21
commit 7e4c0b304b
2 changed files with 3 additions and 8 deletions

View file

@ -1495,8 +1495,7 @@ describe('<webview> tag', function () {
})
})
// TODO(alexeykuzmin): Enable the tests.
xdescribe('disableguestresize attribute', () => {
describe('disableguestresize attribute', () => {
it('does not have attribute by default', () => {
loadWebView(webview)
assert(!webview.hasAttribute('disableguestresize'))