summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/xml-utf-8-default.xml
blob: 705bbaf92c7307cb389cc877d6b293c3fc41a808 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<body>
<p>When dumped into a text file by the test controller, this needs to be viewed as UTF-8:</p>
<p>This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowercase pi, π.</p>
<p>Characters from unicode plane 1, like mathematical bold script capital a, 𝓐, and mathematical bold fraktur small u, 𝖚, work too.</p>
<script>if (window.layoutTestController) layoutTestController.dumpAsText();</script>
</body>
</html>