Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/printing/emoji-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>test that emoji are not blank in print output</title>
<meta name="assert" content="emoji characters should be visible when printed">
<link rel="mismatch" href="/css/reference/blank.html">
</head>
<body>
<p>
<span>😀😁😂😃</span>
</p>
</body>
</html>