summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/encoding-detection/lv-windows-1257.tentative.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/web-platform/tests/encoding-detection/lv-windows-1257.tentative.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/encoding-detection/lv-windows-1257.tentative.html b/testing/web-platform/tests/encoding-detection/lv-windows-1257.tentative.html
new file mode 100644
index 0000000000..3baeb4015e
--- /dev/null
+++ b/testing/web-platform/tests/encoding-detection/lv-windows-1257.tentative.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<title>lv windows-1257</title>
+<script src=/resources/testharness.js></script>
+<script src=/resources/testharnessreport.js></script>
+<p>Šis ir rakstzīmju kodēšanas tests. Dažās valodās, kurās tiek izmantotas latīņu valodas burti, lēmuma pieņemšanai mums ir nepieciešams vairāk ieguldījuma.</p>
+<script>
+setup({explicit_done:true});
+onload = function() {
+ test(function() {
+ assert_equals(document.characterSet, "windows-1257", 'Expected windows-1257');
+ }, "Check detection result");
+ done();
+};
+</script>