chromedp/testdata
Daniel Martí 661ef78880 don't crash when loading pages with iframes
We broke this in the refactor because of a nil pointer dereference, but
we didn't catch that as none of the tests loaded a page with an iframe.
That is, a page with multiple frames.

Add such a test, and fix the bug by creating an almost-empty frame when
we start receiving events about a new frame before it's navigated to.
2019-04-01 12:18:16 +01:00
..
images Increasing unit test coverage on query.go 2017-02-18 10:50:33 +07:00
alert.html Adding headless docker example (NOT WORKING) 2017-01-28 09:14:38 +07:00
child1.html Adding headless docker example (NOT WORKING) 2017-01-28 09:14:38 +07:00
child2.html Adding headless docker example (NOT WORKING) 2017-01-28 09:14:38 +07:00
form.html Removing external url on navigation and query actions. 2017-02-22 19:55:45 +07:00
frameset.html Adding headless docker example (NOT WORKING) 2017-01-28 09:14:38 +07:00
iframe.html don't crash when loading pages with iframes 2019-04-01 12:18:16 +01:00
image.html Removing external url on navigation and query actions. 2017-02-22 19:55:45 +07:00
input.html Fixing issue when node is offscreen and more. 2017-02-27 19:17:36 +07:00
js.html Increasing unit tests coverage. 2017-02-25 07:23:14 +07:00
table.html Increasing unit test coverage on query.go 2017-02-18 10:50:33 +07:00
visible.html Progress at getting SendKeys to send arrow keys 2017-01-28 12:07:34 +07:00