An open API service indexing awesome lists of open source software.

https://github.com/course-one/browser-rendering-test

Sample code base to test how a browser renders a webpage.
https://github.com/course-one/browser-rendering-test

browser html html5 rendering

Last synced: 8 months ago
JSON representation

Sample code base to test how a browser renders a webpage.

Awesome Lists containing this project

README

          

# browser-rendering-test
Sample code base to test how a browser renders a webpage.

## Web Server
## Start Server
```
node server.js
```

## Access a file
```
http://localhost:8088/directory/file
http://localhost:8088/delay-in-ms/directory/file

Example:
http://localhost:8088/html/incremental.html
http://localhost:8088/10000/html/incremental.html
```