Files
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
..
2017-06-21 14:11:52 -07:00
2017-06-27 18:27:22 -07:00
2017-05-13 11:18:52 -07:00
2017-06-16 11:35:03 -07:00
2017-06-15 08:26:55 -07:00
2017-06-15 08:26:55 -07:00