puppeteer/test
Andrey Lushnikov 96309a207c Fix request interception corner cases (#261)
This patch:
- teaches request interception to ignore data URLs. Currently protocol
  doesn't send interceptions for data URLs.
- teaches request interception to properly process URLs with hashes.
  Currently `Network.requestIntercepted` sends url with a hash, whereas
  `Network.requestWillBeSent` doesn't report hashes in its urls. @see
  crbug.com/755456
- skips one more header that I spotted during debugging interception on
  the realworld websites.

Fixes #258, #259.
2017-08-15 13:55:48 -07:00
..
assets Add a test that uses Modernizr to detect touch (#245) 2017-08-11 13:59:23 -07:00
golden Move screenshot task chain in Browser 2017-07-19 14:15:16 -07:00
server Use const a lot fo places (#188) 2017-08-02 12:06:47 -07:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
frame-utils.js Add missing LICENSE headers to the source files 2017-07-28 01:09:26 -07:00
golden-utils.js Use const a lot fo places (#188) 2017-08-02 12:06:47 -07:00
test.js Fix request interception corner cases (#261) 2017-08-15 13:55:48 -07:00