Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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;">&#xFFFC;e<span style="display: inline-block; height: 200px; width: 1px;"></span></div>
</body>
</html>