summaryrefslogtreecommitdiff
path: root/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html')
-rw-r--r--vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html b/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html
new file mode 100644
index 0000000..fa5a029
--- /dev/null
+++ b/vendor/masterminds/html5/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>