summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/printing/emoji-print.html
blob: 689c337acba6f84d088b3e8ed5cffe9c3ef6dd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1723787">
  <link rel="mismatch" href="/css/reference/blank.html">
</head>
<body>
  <p>
    <span>&#x1f600;&#x1f601;&#x1f602;&#x1f603;</span>
  </p>
</body>
</html>