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:
Andrey Lushnikov
2017-06-15 08:15:25 -07:00
parent e274c26e8b
commit 85ecce31f9
4 changed files with 99 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
body {
background-color: pink;
}

View File

@@ -0,0 +1,2 @@
<link rel='stylesheet' href='./one-style.css'>
<div>hello, world!</div>