0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test/assets/one-style.css
Andrey Lushnikov 85ecce31f9 Add Request.abort() test
This patch:
- introduces StaticServer for the testing purposes
- switches tests from navigating to file:// to http://
- adds a test to cover Request.abort() functionality

References 
2017-06-15 08:26:55 -07:00

4 lines
37 B
CSS

body {
background-color: pink;
}