Files
puppeteer/test/assets
Andrey Lushnikov c9a26e11f1 fix(ElementHandle): teach ElementHandle to work with shadowdom (#1227)
Elements in shadow dom erroneously considered that they were detached
from document.

This patch starts using `Element.isConnected` instead of
`document.contains()` call.

Fixes #1061.
2017-10-31 12:02:16 -07:00
..
2017-08-22 14:18:07 -07:00