newly-created nsStyledElement so that it can be reused by MathML and to some extent by SVG. Bug 379178, patch by Daniel Kraft <domob@daniel-kraft.net>, r=jwatt for the SVG changes, r+sr=sicking for the rest, a=dsicore git-svn-id: svn://10.0.0.236/trunk@231530 18797224-902f-48f8-a5cc-f745e15eee43
27 lines
278 B
HTML
27 lines
278 B
HTML
<?xml version="1.0" ?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
|
|
<title>XHTML 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>
|