forked from mirrors/gecko-dev
Supports creating a windowless browser on Linux without an X server. Most of the changes are just adding branches to avoid calls in to GTK which calls into X. Some of the bigger additions were adding a separate headless widget which implements just enough to render a page. A headless look and feel were also added since there are many calls into GTK in the platform specific one.
6 lines
178 B
HTML
6 lines
178 B
HTML
<html>
|
|
<head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></head>
|
|
<body style="background-color: rgb(0, 255, 0); color: rgb(0, 0, 255)">
|
|
Hi
|
|
</body>
|
|
</html>
|