mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
214 B
HTML
16 lines
214 B
HTML
<html>
|
|
<head>
|
|
<title>Test case for PRE formatted text</title>
|
|
<style>
|
|
pre { background-color: khaki; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
There are five newlines in this pre:
|
|
<pre>
|
|
|
|
|
|
|
|
|
|
</pre>The end</body></html>
|