tenfourfox/layout/reftests/bugs/343540-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
208 B
HTML

<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>