object-replacement-2-notref.html (604B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>CSS Text: U+FFFC OBJECT REPLACEMENT CHARACTER presence</title> 6 <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"> 7 <link rel="help" href="https://drafts.csswg.org/css-text-3/"> 8 </head> 9 <body> 10 This test makes sure that the U+FFFC OBJECT REPLACEMENT CHARACTER doesn't get deleted. The test passes if the letter below isn't at the left edge of the green box. 11 <div style="background: green; font-size: 100px; height: 300px;">e<span style="display: inline-block; height: 200px; width: 1px;"></span></div> 12 </body> 13 </html>