343540-1-ref.html (208B)
1 <html> 2 <head> 3 <style> 4 span#dd:before { 5 display: inline; 6 white-space: pre; 7 content: "bef-\Aore"; 8 color: gray; 9 } 10 11 </style> 12 </head> 13 <body> 14 <span id="dd">new<div id="div">div</div></span> 15 </body> 16 </html>