mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
217 B
HTML
26 lines
217 B
HTML
<html>
|
|
<head>
|
|
|
|
<title>HTML Test for Bug #379178</title>
|
|
|
|
<style type="text/css">
|
|
|
|
span
|
|
{
|
|
background-color: #8f8;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
<span>a</span>
|
|
<span>b</span>
|
|
<span>c</span>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|