0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
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");