mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
424 B
HTML
30 lines
424 B
HTML
<html>
|
|
<head>
|
|
<title>Bug</title>
|
|
</head>
|
|
<body>
|
|
|
|
BUG:<BR>
|
|
|
|
<SPAN style="color:blue"><SPAN>
|
|
<DIV style="color:red"><DIV>
|
|
<SPAN style="color:green"><SPAN>
|
|
</SPAN></SPAN>
|
|
</DIV></DIV>
|
|
</SPAN></SPAN>
|
|
|
|
<HR>
|
|
|
|
NO BUG:<BR>
|
|
|
|
<SPAN style="color:blue"><SPAN>
|
|
<DIV style="color:red"><DIV>
|
|
<B style="color:green"><B>
|
|
</B></B>
|
|
</DIV></DIV>
|
|
</SPAN></SPAN>
|
|
|
|
|
|
</body>
|
|
</html>
|