Mypal/layout/reftests/bugs/328111-1-ref.html

18 lines
238 B
HTML

<!DOCTYPE html>
<html><head>
<style>
span{
color:red;
}
</style>
</head>
<body>
<p><span>t</span>est</p>
<p><span>*t</span>est</p>
<p><span>**t</span>est</p>
<p><span>***t</span>est</p>
<p><span>&nbsp;</span>test</p>
</body>
</html>