mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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
This commit is contained in:
3
test/assets/one-style.css
Normal file
3
test/assets/one-style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: pink;
|
||||
}
|
||||
2
test/assets/one-style.html
Normal file
2
test/assets/one-style.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<link rel='stylesheet' href='./one-style.css'>
|
||||
<div>hello, world!</div>
|
||||
Reference in New Issue
Block a user