mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00: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>
|