puppeteer/third_party/phantomjs/test/module/webpage/window.js
2017-05-11 00:06:41 -07:00

5 lines
149 B
JavaScript

test(function () {
assert_own_property(window, 'WebPage');
assert_type_of(window.WebPage, 'function');
}, "window.WebPage global property");