Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/white-space/object-replacement-1.html - WPT Dashboard Interop Dashboard
<!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="mismatch" href="reference/object-replacement-1-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;">é<span style="display: inline-block; height: 200px; width: 1px;"></span></div>
</body>
</html>