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 #1
2017-06-15 08:26:55 -07:00

4 lines
37 B
CSS

body {
background-color: pink;
}