puppeteer/test/golden
Andrey Lushnikov 175963182e Implement FrameManager
This patch implements FrameManager which is responsible for maintaining
the frame tree. FrameManager is quite basic: it sends FrameAttached,
FrameDetached and FrameNavigated events, and can report mainFrame and
all frames.

The next step would be moving certain Page API's to the Frame. For
example, such method as Page.evaluate, Page.navigate and others should
be available on Frame object as well.

References #4
2017-06-21 14:11:52 -07:00
..
nested-frames.txt Implement FrameManager 2017-06-21 14:11:52 -07:00
screenshot-clip-rect.png Use digit images in test/assets/grid.html 2017-06-16 16:00:36 -07:00
screenshot-grid-fullpage.png Implement fullPage screenshots 2017-06-16 22:34:29 -07:00
screenshot-offscreen-clip.png Add screenshot test to verify clipping of offscreen areas. 2017-06-16 22:02:03 -07:00
screenshot-parallel-calls.png Add test expectation missing in dbb374d 2017-06-16 20:31:07 -07:00
screenshot-sanity.png Use digit images in test/assets/grid.html 2017-06-16 16:00:36 -07:00