puppeteer/third_party/phantomjs/test/module/webpage/window.js

5 lines
149 B
JavaScript
Raw Normal View History

2017-05-11 07:06:41 +00:00
test(function () {
assert_own_property(window, 'WebPage');
assert_type_of(window.WebPage, 'function');
}, "window.WebPage global property");