mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
220 B
HTML
13 lines
220 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Test case for bug #xxxxx</title>
|
||
|
<style>
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<P>This is a paragraph</P><BR>
|
||
|
<P>This is another paragraph</P><BR>
|
||
|
<P>This is the last paragraph</P>
|
||
|
</body>
|
||
|
</html>
|