puppeteer/test/assets
Paul Irish 6c7ae41ae6 fix page.injectFile and add test. (#52)
This line within `injectFile` wasn't doing much of anything: 

```js
let expression = fs.readFile(filePath, 'utf8', (err, data) => callback({err, data}));
```

* That's fixed.
* A path error in examples/features.js is fixed.
* Test added for injectFile.
2017-07-07 02:09:23 +03:00
..
digits Use digit images in test/assets/grid.html 2017-06-16 16:00:36 -07:00
frames Implement FrameManager 2017-06-21 14:11:52 -07:00
input Implement Basic input API 2017-06-27 18:27:22 -07:00
empty.html Add missing test assets 2017-05-13 11:18:52 -07:00
error.html add forgotten error.html test asset 2017-06-16 11:35:03 -07:00
grid.html Use digit images in test/assets/grid.html 2017-06-16 16:00:36 -07:00
injectedfile.js fix page.injectFile and add test. (#52) 2017-07-07 02:09:23 +03:00
networkidle.html Add better network idle definition (#38) 2017-06-28 14:39:37 -07:00
one-style.css Add Request.abort() test 2017-06-15 08:26:55 -07:00
one-style.html Add Request.abort() test 2017-06-15 08:26:55 -07:00
simple.json Implement Body interface for both Request and Response 2017-07-06 12:17:01 -07:00
websocket.html Add better network idle definition (#38) 2017-06-28 14:39:37 -07:00