summaryrefslogtreecommitdiff
path: root/test/HTML5/Fixtures/encoding/utf-8.html
diff options
context:
space:
mode:
authorTitouan Galopin <[email protected]>2018-12-29 16:51:06 +0100
committerTitouan Galopin <[email protected]>2018-12-29 16:53:44 +0100
commitab776a0cd0f02a579b8aae6acdd6c3fe6e9d33e2 (patch)
tree5eb981d56a028e891c05476cc9520f7a91e78d13 /test/HTML5/Fixtures/encoding/utf-8.html
parent8cacb989a3d98dd6177a3be03b8dc4d610b186dd (diff)
Add encoding tests
Diffstat (limited to 'test/HTML5/Fixtures/encoding/utf-8.html')
-rw-r--r--test/HTML5/Fixtures/encoding/utf-8.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/HTML5/Fixtures/encoding/utf-8.html b/test/HTML5/Fixtures/encoding/utf-8.html
new file mode 100644
index 0000000..fa5a029
--- /dev/null
+++ b/test/HTML5/Fixtures/encoding/utf-8.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+</head>
+<body>
+ <p>Žťčýů</p>
+</body>
+</html>