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.
- Host: GitHub
- URL: https://github.com/course-one/browser-rendering-test
- Owner: course-one
- License: mit
- Created: 2019-07-31T17:13:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T16:29:27.000Z (over 3 years ago)
- Last Synced: 2025-01-13T07:31:16.791Z (over 1 year ago)
- Topics: browser, html, html5, rendering
- Language: HTML
- Homepage: https://medium.com/jspoint/how-the-browser-renders-a-web-page-dom-cssom-and-rendering-df10531c9969
- Size: 15.1 MB
- Stars: 30
- Watchers: 3
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```