object-replacement-1.html (692B)
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 <link rel="mismatch" href="reference/object-replacement-1-notref.html"> 9 </head> 10 <body> 11 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. 12 <div style="background: green; font-size: 100px; height: 300px;">é<span style="display: inline-block; height: 200px; width: 1px;"></span></div> 13 </body> 14 </html>