puppeteer/test/assets/one-style.html
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

3 lines
72 B
HTML

<link rel='stylesheet' href='./one-style.css'>
<div>hello, world!</div>