0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
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 
2017-06-15 08:26:55 -07:00

3 lines
72 B
HTML

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