Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/white-space/object-replacement-2.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CSS Text: U+FFFC OBJECT REPLACEMENT CHARACTER presence</title> <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"> <link rel="help" href="https://drafts.csswg.org/css-text-3/"> <link rel="mismatch" href="reference/object-replacement-2-notref.html"> </head> <body> 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. <div style="background: green; font-size: 100px; height: 300px;">e<span style="display: inline-block; height: 200px; width: 1px;"></span></div> </body> </html>
/css/css-text/white-space/reference/object-replacement-2-notref.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CSS Text: U+FFFC OBJECT REPLACEMENT CHARACTER presence</title> <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"> <link rel="help" href="https://drafts.csswg.org/css-text-3/"> </head> <body> 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. <div style="background: green; font-size: 100px; height: 300px;">e<span style="display: inline-block; height: 200px; width: 1px;"></span></div> </body> </html>