mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
32 lines
324 B
HTML
32 lines
324 B
HTML
<html>
|
|
<head>
|
|
|
|
<title>HTML Test for Bug #379178</title>
|
|
|
|
<style type="text/css">
|
|
|
|
span
|
|
{
|
|
background-color: white;
|
|
}
|
|
|
|
#element,
|
|
.extra
|
|
{
|
|
background-color: #8f8;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
<span style="background-color: #8f8;">a</span>
|
|
<span id="element">b</span>
|
|
<span class="extra">c</span>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|