gecko/layout/reftests/bugs/343540-1-ref.html

17 lines
208 B
HTML
Raw Normal View History

2007-12-15 15:14:50 -08:00
<html>
<head>
<style>
span#dd:before {
display: inline;
white-space: pre;
content: "bef-\Aore";
color: gray;
}
</style>
</head>
<body>
<span id="dd">new<div id="div">div</div></span>
</body>
</html>