From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../tests/encoding-detection/support/__dir__.headers | 1 + .../encoding-detection/support/ar-ISO-8859-6-late.sub.html | 9 +++++++++ .../encoding-detection/support/ar-windows-1256-late.sub.html | 9 +++++++++ .../encoding-detection/support/ca-windows-1252-late.sub.html | 9 +++++++++ .../encoding-detection/support/el-ISO-8859-7-late.sub.html | 10 ++++++++++ .../encoding-detection/support/el-windows-1253-late.sub.html | 10 ++++++++++ .../encoding-detection/support/fa-windows-1256-late.sub.html | 9 +++++++++ .../encoding-detection/support/fi-windows-1252-late.sub.html | 9 +++++++++ .../encoding-detection/support/he-ISO-8859-8-late.sub.html | 9 +++++++++ .../encoding-detection/support/he-windows-1255-late.sub.html | 9 +++++++++ .../encoding-detection/support/is-windows-1252-late.sub.html | 9 +++++++++ .../encoding-detection/support/it-windows-1252-late.sub.html | 9 +++++++++ .../tests/encoding-detection/support/ja-EUC-JP-late.sub.html | 9 +++++++++ .../encoding-detection/support/ja-ISO-2022-JP-late.sub.html | 9 +++++++++ .../encoding-detection/support/ja-Shift_JIS-late.sub.html | 9 +++++++++ .../encoding-detection/support/ja-half-width-late.sub.html | 9 +++++++++ .../tests/encoding-detection/support/ko-EUC-KR-late.sub.html | 9 +++++++++ .../encoding-detection/support/lt-windows-1257-late.sub.html | 9 +++++++++ .../encoding-detection/support/lv-windows-1257-late.sub.html | 9 +++++++++ .../encoding-detection/support/pl-ISO-8859-2-late.sub.html | 9 +++++++++ .../encoding-detection/support/pl-windows-1250-late.sub.html | 9 +++++++++ .../encoding-detection/support/pt-windows-1252-late.sub.html | 9 +++++++++ .../tests/encoding-detection/support/ru-IBM866-late.sub.html | 9 +++++++++ .../encoding-detection/support/ru-ISO-8859-5-late.sub.html | 9 +++++++++ .../encoding-detection/support/th-windows-874-late.sub.html | 9 +++++++++ .../encoding-detection/support/tr-windows-1254-late.sub.html | 9 +++++++++ .../tests/encoding-detection/support/uk-KOI8-U-late.sub.html | 9 +++++++++ .../encoding-detection/support/uk-windows-1251-late.sub.html | 9 +++++++++ .../encoding-detection/support/vi-windows-1258-late.sub.html | 9 +++++++++ .../encoding-detection/support/yi-windows-1255-late.sub.html | 9 +++++++++ .../tests/encoding-detection/support/zh-Big5-late.sub.html | 9 +++++++++ .../tests/encoding-detection/support/zh-GBK-late.sub.html | 9 +++++++++ 32 files changed, 282 insertions(+) create mode 100644 testing/web-platform/tests/encoding-detection/support/__dir__.headers create mode 100644 testing/web-platform/tests/encoding-detection/support/ar-ISO-8859-6-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ar-windows-1256-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ca-windows-1252-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/el-ISO-8859-7-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/el-windows-1253-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/fa-windows-1256-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/fi-windows-1252-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/he-ISO-8859-8-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/he-windows-1255-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/is-windows-1252-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/it-windows-1252-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ja-EUC-JP-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ja-ISO-2022-JP-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ja-Shift_JIS-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ja-half-width-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ko-EUC-KR-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/lt-windows-1257-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/lv-windows-1257-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/pl-ISO-8859-2-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/pl-windows-1250-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/pt-windows-1252-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ru-IBM866-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/ru-ISO-8859-5-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/th-windows-874-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/tr-windows-1254-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/uk-KOI8-U-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/uk-windows-1251-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/vi-windows-1258-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/yi-windows-1255-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/zh-Big5-late.sub.html create mode 100644 testing/web-platform/tests/encoding-detection/support/zh-GBK-late.sub.html (limited to 'testing/web-platform/tests/encoding-detection/support') diff --git a/testing/web-platform/tests/encoding-detection/support/__dir__.headers b/testing/web-platform/tests/encoding-detection/support/__dir__.headers new file mode 100644 index 0000000000..a50d2c8454 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/__dir__.headers @@ -0,0 +1 @@ +X-Content-Type-Options: nosniff diff --git a/testing/web-platform/tests/encoding-detection/support/ar-ISO-8859-6-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ar-ISO-8859-6-late.sub.html new file mode 100644 index 0000000000..b5d8d50498 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ar-ISO-8859-6-late.sub.html @@ -0,0 +1,9 @@ + +ar ISO-8859-6 late + + +

çÐÇ çè ÇÎÊÈÇÑ ÊÑåêÒ ÇäÃÍÑá.

diff --git a/testing/web-platform/tests/encoding-detection/support/ar-windows-1256-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ar-windows-1256-late.sub.html new file mode 100644 index 0000000000..fd80acd437 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ar-windows-1256-late.sub.html @@ -0,0 +1,9 @@ + +ar windows-1256 late + + +

åÐÇ åæ ÇÎÊÈÇÑ ÊÑãíÒ ÇáÃÍÑÝ.

diff --git a/testing/web-platform/tests/encoding-detection/support/ca-windows-1252-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ca-windows-1252-late.sub.html new file mode 100644 index 0000000000..1457ee6ff8 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ca-windows-1252-late.sub.html @@ -0,0 +1,9 @@ + +ca windows-1252 late + + +

Es tracta d’una prova de codificació de caràcters.

diff --git a/testing/web-platform/tests/encoding-detection/support/el-ISO-8859-7-late.sub.html b/testing/web-platform/tests/encoding-detection/support/el-ISO-8859-7-late.sub.html new file mode 100644 index 0000000000..26cc057b9e --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/el-ISO-8859-7-late.sub.html @@ -0,0 +1,10 @@ + +el ISO-8859-7 late + + +

Ðñüêåéôáé ãéá äïêéìÞ êùäéêïðïßçóçò ÷áñáêôÞñùí: ¶ñçò +

diff --git a/testing/web-platform/tests/encoding-detection/support/el-windows-1253-late.sub.html b/testing/web-platform/tests/encoding-detection/support/el-windows-1253-late.sub.html new file mode 100644 index 0000000000..235c8e06ec --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/el-windows-1253-late.sub.html @@ -0,0 +1,10 @@ + +el windows-1253 late + + +

Ðñüêåéôáé ãéá äïêéìÞ êùäéêïðïßçóçò ÷áñáêôÞñùí: ¢ñçò +

diff --git a/testing/web-platform/tests/encoding-detection/support/fa-windows-1256-late.sub.html b/testing/web-platform/tests/encoding-detection/support/fa-windows-1256-late.sub.html new file mode 100644 index 0000000000..6cb79b9c36 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/fa-windows-1256-late.sub.html @@ -0,0 +1,9 @@ + +fa windows-1256 late + + +

Çیä ی˜ ÊÓÊ ÑãÒÐÇÑی ˜ÇÑǘÊÑ ÇÓÊ.

diff --git a/testing/web-platform/tests/encoding-detection/support/fi-windows-1252-late.sub.html b/testing/web-platform/tests/encoding-detection/support/fi-windows-1252-late.sub.html new file mode 100644 index 0000000000..7d99bf3f69 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/fi-windows-1252-late.sub.html @@ -0,0 +1,9 @@ + +fi windows-1252 late + + +

Tämä on merkkikoodaustesti.

diff --git a/testing/web-platform/tests/encoding-detection/support/he-ISO-8859-8-late.sub.html b/testing/web-platform/tests/encoding-detection/support/he-ISO-8859-8-late.sub.html new file mode 100644 index 0000000000..32aadf0b73 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/he-ISO-8859-8-late.sub.html @@ -0,0 +1,9 @@ + +he ISO-8859-8 late + + +

.íéååú ãåãé÷ ïçáî åäæ

diff --git a/testing/web-platform/tests/encoding-detection/support/he-windows-1255-late.sub.html b/testing/web-platform/tests/encoding-detection/support/he-windows-1255-late.sub.html new file mode 100644 index 0000000000..3ded8c0585 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/he-windows-1255-late.sub.html @@ -0,0 +1,9 @@ + +he windows-1255 late + + +

æäå îáçï ÷éãåã úååéí.

diff --git a/testing/web-platform/tests/encoding-detection/support/is-windows-1252-late.sub.html b/testing/web-platform/tests/encoding-detection/support/is-windows-1252-late.sub.html new file mode 100644 index 0000000000..41654c0c89 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/is-windows-1252-late.sub.html @@ -0,0 +1,9 @@ + +is windows-1252 late + + +

Þetta er kóðunarpróf á staf. Fyrir sum tungumál sem nota latneska stafi þurfum við meira inntak til að taka ákvörðunina.

diff --git a/testing/web-platform/tests/encoding-detection/support/it-windows-1252-late.sub.html b/testing/web-platform/tests/encoding-detection/support/it-windows-1252-late.sub.html new file mode 100644 index 0000000000..83e2a7f2d7 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/it-windows-1252-late.sub.html @@ -0,0 +1,9 @@ + +it windows-1252 late + + +

Questo è un test di codifica dei caratteri.

diff --git a/testing/web-platform/tests/encoding-detection/support/ja-EUC-JP-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ja-EUC-JP-late.sub.html new file mode 100644 index 0000000000..d957a12c50 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ja-EUC-JP-late.sub.html @@ -0,0 +1,9 @@ + +ja EUC-JP late + + +

¤³¤ì¤Ïʸ»ú¼Â¸³¤Ç¤¹¡£

diff --git a/testing/web-platform/tests/encoding-detection/support/ja-ISO-2022-JP-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ja-ISO-2022-JP-late.sub.html new file mode 100644 index 0000000000..6f6561c50a --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ja-ISO-2022-JP-late.sub.html @@ -0,0 +1,9 @@ + +ja ISO-2022-JP late + + +

$B$3$l$OJ8;z diff --git a/testing/web-platform/tests/encoding-detection/support/ja-Shift_JIS-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ja-Shift_JIS-late.sub.html new file mode 100644 index 0000000000..c28380fe96 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ja-Shift_JIS-late.sub.html @@ -0,0 +1,9 @@ + +ja Shift_JIS late + + +

‚±‚ê‚Í•¶ŽšŽÀŒ±‚Å‚·B

diff --git a/testing/web-platform/tests/encoding-detection/support/ja-half-width-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ja-half-width-late.sub.html new file mode 100644 index 0000000000..75be373315 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ja-half-width-late.sub.html @@ -0,0 +1,9 @@ + +ja Shift_JIS late + + +

Ê°ÄÞ³ª±Ê°ÄÞ³ª±Ê°ÄÞ³ª±Ê°ÄÞ³ª±Ê°ÄÞ³ª±

diff --git a/testing/web-platform/tests/encoding-detection/support/ko-EUC-KR-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ko-EUC-KR-late.sub.html new file mode 100644 index 0000000000..58b6f96e61 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ko-EUC-KR-late.sub.html @@ -0,0 +1,9 @@ + +ko EUC-KR late + + +

ÀÌ°ÍÀº ¹®ÀÚ ÀÎÄÚµù Å×½ºÆ®ÀÔ´Ï´Ù.

diff --git a/testing/web-platform/tests/encoding-detection/support/lt-windows-1257-late.sub.html b/testing/web-platform/tests/encoding-detection/support/lt-windows-1257-late.sub.html new file mode 100644 index 0000000000..4957b4563c --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/lt-windows-1257-late.sub.html @@ -0,0 +1,9 @@ + +lt windows-1257 late + + +

Tai simboliø kodavimo testas. Kai kurioms kalboms, naudojanèioms lotyniðkus raðmenis, mums reikia daugiau informacijos, kad galëtume priimti sprendimà.

diff --git a/testing/web-platform/tests/encoding-detection/support/lv-windows-1257-late.sub.html b/testing/web-platform/tests/encoding-detection/support/lv-windows-1257-late.sub.html new file mode 100644 index 0000000000..f258839a81 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/lv-windows-1257-late.sub.html @@ -0,0 +1,9 @@ + +lv windows-1257 late + + +

Ð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.

diff --git a/testing/web-platform/tests/encoding-detection/support/pl-ISO-8859-2-late.sub.html b/testing/web-platform/tests/encoding-detection/support/pl-ISO-8859-2-late.sub.html new file mode 100644 index 0000000000..53ec94dc31 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/pl-ISO-8859-2-late.sub.html @@ -0,0 +1,9 @@ + +pl ISO-8859-2 late + + +

To jest test kodowania znaków. W przypadku niektórych jêzyków, które u¿ywaj± znaków ³aciñskich, potrzebujemy wiêcej danych, aby podj±æ decyzjê.

diff --git a/testing/web-platform/tests/encoding-detection/support/pl-windows-1250-late.sub.html b/testing/web-platform/tests/encoding-detection/support/pl-windows-1250-late.sub.html new file mode 100644 index 0000000000..894a065e01 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/pl-windows-1250-late.sub.html @@ -0,0 +1,9 @@ + +pl windows-1250 late + + +

To jest test kodowania znaków. W przypadku niektórych jêzyków, które u¿ywaj¹ znaków ³aciñskich, potrzebujemy wiêcej danych, aby podj¹æ decyzjê.

diff --git a/testing/web-platform/tests/encoding-detection/support/pt-windows-1252-late.sub.html b/testing/web-platform/tests/encoding-detection/support/pt-windows-1252-late.sub.html new file mode 100644 index 0000000000..7a950e4872 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/pt-windows-1252-late.sub.html @@ -0,0 +1,9 @@ + +pt windows-1252 late + + +

Este é um teste de codificação de caracteres.

diff --git a/testing/web-platform/tests/encoding-detection/support/ru-IBM866-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ru-IBM866-late.sub.html new file mode 100644 index 0000000000..929ce96640 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ru-IBM866-late.sub.html @@ -0,0 +1,9 @@ + +ru IBM866 late + + +

â® â¥áâ ª®¤¨à®¢ª¨ ᨬ¢®«®¢.

diff --git a/testing/web-platform/tests/encoding-detection/support/ru-ISO-8859-5-late.sub.html b/testing/web-platform/tests/encoding-detection/support/ru-ISO-8859-5-late.sub.html new file mode 100644 index 0000000000..7ad29ce34d --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/ru-ISO-8859-5-late.sub.html @@ -0,0 +1,9 @@ + +ru ISO-8859-5 late + + +

ÍâÞ âÕáâ ÚÞÔØàÞÒÚØ áØÜÒÞÛÞÒ.

diff --git a/testing/web-platform/tests/encoding-detection/support/th-windows-874-late.sub.html b/testing/web-platform/tests/encoding-detection/support/th-windows-874-late.sub.html new file mode 100644 index 0000000000..11d569cb71 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/th-windows-874-late.sub.html @@ -0,0 +1,9 @@ + +th windows-874 late + + +

¹Õè¤×Í¡Ò÷´Êͺ¡ÒÃà¢éÒÃËÑÊÍÑ¡¢ÃÐ

diff --git a/testing/web-platform/tests/encoding-detection/support/tr-windows-1254-late.sub.html b/testing/web-platform/tests/encoding-detection/support/tr-windows-1254-late.sub.html new file mode 100644 index 0000000000..adcf9ccd53 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/tr-windows-1254-late.sub.html @@ -0,0 +1,9 @@ + +tr windows-1254 late + + +

Bu bir karakter kodlama testidir. Latince karakterleri kullanan bazý dillerde karar vermek için daha fazla girdiye ihtiyacýmýz var.

diff --git a/testing/web-platform/tests/encoding-detection/support/uk-KOI8-U-late.sub.html b/testing/web-platform/tests/encoding-detection/support/uk-KOI8-U-late.sub.html new file mode 100644 index 0000000000..3802d0e3f7 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/uk-KOI8-U-late.sub.html @@ -0,0 +1,9 @@ + +uk KOI8-U late + + +

ãÅ ÔÅÓÔ ÎÁ ËÏÄÕ×ÁÎÎÑ ÓÉÍ×Ï̦×.

diff --git a/testing/web-platform/tests/encoding-detection/support/uk-windows-1251-late.sub.html b/testing/web-platform/tests/encoding-detection/support/uk-windows-1251-late.sub.html new file mode 100644 index 0000000000..0bd38d93ea --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/uk-windows-1251-late.sub.html @@ -0,0 +1,9 @@ + +uk windows-1251 late + + +

Öå òåñò íà êîäóâàííÿ ñèìâîë³â.

diff --git a/testing/web-platform/tests/encoding-detection/support/vi-windows-1258-late.sub.html b/testing/web-platform/tests/encoding-detection/support/vi-windows-1258-late.sub.html new file mode 100644 index 0000000000..9139072035 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/vi-windows-1258-late.sub.html @@ -0,0 +1,9 @@ + +vi windows-1258 late + + +

Ðây laÌ môòt thýÒ nghiêòm maÞ hoìa kyì týò.

diff --git a/testing/web-platform/tests/encoding-detection/support/yi-windows-1255-late.sub.html b/testing/web-platform/tests/encoding-detection/support/yi-windows-1255-late.sub.html new file mode 100644 index 0000000000..2e5adcb31a --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/yi-windows-1255-late.sub.html @@ -0,0 +1,9 @@ + +yi windows-1255 late + + +

ãàÈñ àéæ àÇ èòñè ôÏàÇø ÷àÈãéøåðâ ôåï ëàÇøàÇ÷èòø.

diff --git a/testing/web-platform/tests/encoding-detection/support/zh-Big5-late.sub.html b/testing/web-platform/tests/encoding-detection/support/zh-Big5-late.sub.html new file mode 100644 index 0000000000..517ae19c99 --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/zh-Big5-late.sub.html @@ -0,0 +1,9 @@ + +zh Big5 late + + +

³o¬O¤@­Ó¦r²Å½s½X´ú¸Õ¡C

diff --git a/testing/web-platform/tests/encoding-detection/support/zh-GBK-late.sub.html b/testing/web-platform/tests/encoding-detection/support/zh-GBK-late.sub.html new file mode 100644 index 0000000000..74e5c131bd --- /dev/null +++ b/testing/web-platform/tests/encoding-detection/support/zh-GBK-late.sub.html @@ -0,0 +1,9 @@ + +zh GBK late + + +

ÕâÊÇÒ»¸ö×Ö·û±àÂë²âÊÔ¡£

-- cgit v1.2.3