summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/encoding-detection/el-windows-1253.tentative.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/encoding-detection/el-windows-1253.tentative.html')
-rw-r--r--testing/web-platform/tests/encoding-detection/el-windows-1253.tentative.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/encoding-detection/el-windows-1253.tentative.html b/testing/web-platform/tests/encoding-detection/el-windows-1253.tentative.html
new file mode 100644
index 0000000000..b314aa58e6
--- /dev/null
+++ b/testing/web-platform/tests/encoding-detection/el-windows-1253.tentative.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<title>el windows-1253</title>
+<script src=/resources/testharness.js></script>
+<script src=/resources/testharnessreport.js></script>
+<p>Πρόκειται για δοκιμή κωδικοποίησης χαρακτήρων: Άρης
+<!-- I needed to work capital alpha with tonos into the test somehow... --></p>
+<script>
+setup({explicit_done:true});
+onload = function() {
+ test(function() {
+ assert_equals(document.characterSet, "windows-1253", 'Expected windows-1253');
+ }, "Check detection result");
+ done();
+};
+</script>