Mozilla/mozilla/layout/reftests/bugs/379178-xhtml-ref.xhtml
bzbarsky%mit.edu 307f3c9b1d Hoist the code for handling class and id up from nsGenericHTMLElement to the
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
2007-08-06 15:27:21 +00:00

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>