From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../tests/css/css-syntax/charset/.htaccess | 4 ++++ .../tests/css/css-syntax/charset/MANIFEST | 20 ++++++++++++++++++ .../charset/page-utf16-css-bomless-utf16.html | Bin 0 -> 1196 bytes .../charset/page-utf16-css-bomless-utf16be.html | Bin 0 -> 1206 bytes .../charset/page-utf16-css-no-decl-ascii-only.html | Bin 0 -> 1198 bytes .../css-syntax/charset/page-utf16-css-no-decl.html | Bin 0 -> 1188 bytes .../page-windows-1251-charset-attribute-bogus.html | 17 +++++++++++++++ ...harset-1250-charset-attribute-windows-1253.html | 17 +++++++++++++++ ...arset-bogus-charset-attribute-windows-1250.html | 17 +++++++++++++++ .../page-windows-1251-css-at-charset-bogus.html | 17 +++++++++++++++ ...ndows-1251-css-at-charset-utf16-ascii-only.html | 17 +++++++++++++++ .../page-windows-1251-css-at-charset-utf16.html | 17 +++++++++++++++ .../page-windows-1251-css-at-charset-utf16be.html | 17 +++++++++++++++ ...-1251-css-at-charset-windows-1250-in-utf16.html | 23 +++++++++++++++++++++ ...251-css-at-charset-windows-1250-in-utf16be.html | 23 +++++++++++++++++++++ ...251-css-http-bogus-at-charset-windows-1250.html | 17 +++++++++++++++ .../charset/page-windows-1251-css-http-bogus.html | 17 +++++++++++++++ ...-http-windows-1250-at-charset-windows-1253.html | 17 +++++++++++++++ .../charset/page-windows-1251-css-no-decl.html | 17 +++++++++++++++ .../charset/page-windows-1251-css-utf8-bom.html | 17 +++++++++++++++ ...indows-1252-http-windows-1251-css-utf8-bom.html | 17 +++++++++++++++ .../tests/css/css-syntax/charset/support/MANIFEST | 15 ++++++++++++++ .../charset/support/at-charset-bogus.css | 2 ++ .../support/at-charset-utf16-ascii-only.css | 2 ++ .../charset/support/at-charset-utf16.css | 2 ++ .../charset/support/at-charset-utf16be.css | 2 ++ .../support/at-charset-windows-1250-in-utf16.css | Bin 0 -> 77 bytes .../support/at-charset-windows-1250-in-utf16be.css | Bin 0 -> 77 bytes .../charset/support/at-charset-windows-1250.css | 2 ++ .../css-syntax/charset/support/bomless-utf16.css | Bin 0 -> 52 bytes .../css-syntax/charset/support/bomless-utf16be.css | Bin 0 -> 52 bytes .../http-bogus-at-charset-windows-1250.bogus.css | 2 ++ ...bogus-at-charset-windows-1250.bogus.css.headers | 1 + .../charset/support/http-bogus.bogus.css | 1 + .../charset/support/http-bogus.bogus.css.headers | 1 + ...ws-1250-at-charset-windows-1253.windows1250.css | 2 ++ ...at-charset-windows-1253.windows1250.css.headers | 1 + .../charset/support/no-decl-ascii-only.css | 1 + .../css/css-syntax/charset/support/no-decl.css | 1 + .../charset/support/utf8-bom-http-windows-1251.css | 1 + .../support/utf8-bom-http-windows-1251.css.headers | 1 + .../css/css-syntax/charset/support/utf8-bom.css | 1 + ...ndows-1251-charset-attribute-windows-1250.xhtml | 20 ++++++++++++++++++ 43 files changed, 349 insertions(+) create mode 100644 testing/web-platform/tests/css/css-syntax/charset/.htaccess create mode 100644 testing/web-platform/tests/css/css-syntax/charset/MANIFEST create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16be.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl-ascii-only.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-charset-attribute-bogus.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-1250-charset-attribute-windows-1253.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus-charset-attribute-windows-1250.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16-ascii-only.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16be.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16be.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus-at-charset-windows-1250.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-windows-1250-at-charset-windows-1253.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-no-decl.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-utf8-bom.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/page-windows-1252-http-windows-1251-css-utf8-bom.html create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/MANIFEST create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/at-charset-bogus.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16-ascii-only.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16be.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16be.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16be.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css.headers create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css.headers create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css.headers create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/no-decl-ascii-only.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/no-decl.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css.headers create mode 100644 testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom.css create mode 100644 testing/web-platform/tests/css/css-syntax/charset/xml-stylesheet-page-windows-1251-charset-attribute-windows-1250.xhtml (limited to 'testing/web-platform/tests/css/css-syntax/charset') diff --git a/testing/web-platform/tests/css/css-syntax/charset/.htaccess b/testing/web-platform/tests/css/css-syntax/charset/.htaccess new file mode 100644 index 0000000000..e14b20d395 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/.htaccess @@ -0,0 +1,4 @@ +IndexOptions NameWidth=* +AddDefaultCharset Off +AddCharset bogus .bogus +AddCharset windows-1250 .windows1250 diff --git a/testing/web-platform/tests/css/css-syntax/charset/MANIFEST b/testing/web-platform/tests/css/css-syntax/charset/MANIFEST new file mode 100644 index 0000000000..4bc83f6e70 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/MANIFEST @@ -0,0 +1,20 @@ +page-utf16-css-bomless-utf16be.html +page-utf16-css-bomless-utf16.html +page-utf16-css-no-decl-ascii-only.html +page-utf16-css-no-decl.html +page-windows-1251-charset-attribute-bogus.html +page-windows-1251-css-at-charset-1250-charset-attribute-windows-1253.html +page-windows-1251-css-at-charset-bogus-charset-attribute-windows-1250.html +page-windows-1251-css-at-charset-bogus.html +page-windows-1251-css-at-charset-utf16-ascii-only.html +page-windows-1251-css-at-charset-utf16be.html +page-windows-1251-css-at-charset-utf16.html +page-windows-1251-css-at-charset-windows-1250-in-utf16be.html +page-windows-1251-css-at-charset-windows-1250-in-utf16.html +page-windows-1251-css-http-bogus-at-charset-windows-1250.html +page-windows-1251-css-http-bogus.html +page-windows-1251-css-http-windows-1250-at-charset-windows-1253.html +page-windows-1251-css-no-decl.html +page-windows-1251-css-utf8-bom.html +dir support +xml-stylesheet-page-windows-1251-charset-attribute-windows-1250.xhtml diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16.html b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16.html new file mode 100644 index 0000000000..f98bc211b1 Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16.html differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16be.html b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16be.html new file mode 100644 index 0000000000..1d4728322d Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-bomless-utf16be.html differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl-ascii-only.html b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl-ascii-only.html new file mode 100644 index 0000000000..56e09ace11 Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl-ascii-only.html differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl.html b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl.html new file mode 100644 index 0000000000..2ff52cf5d7 Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/page-utf16-css-no-decl.html differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-charset-attribute-bogus.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-charset-attribute-bogus.html new file mode 100644 index 0000000000..939143a763 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-charset-attribute-bogus.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, charset attribute bogus + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-1250-charset-attribute-windows-1253.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-1250-charset-attribute-windows-1253.html new file mode 100644 index 0000000000..df51dfa30c --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-1250-charset-attribute-windows-1253.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, @charset windows-1250, charset attribute windows-1253 + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus-charset-attribute-windows-1250.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus-charset-attribute-windows-1250.html new file mode 100644 index 0000000000..7521e85afe --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus-charset-attribute-windows-1250.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS @charset bogus, charset attribute windows-1250 + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus.html new file mode 100644 index 0000000000..2d7c3ef611 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-bogus.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, @charset bogus + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16-ascii-only.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16-ascii-only.html new file mode 100644 index 0000000000..d65afd31f5 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16-ascii-only.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS @charset utf-16 (ASCII only) + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16.html new file mode 100644 index 0000000000..04c1270e0c --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS @charset utf-16 + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16be.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16be.html new file mode 100644 index 0000000000..4b2d48dbc1 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-utf16be.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS @charset utf-16be + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16.html new file mode 100644 index 0000000000..463e3778f6 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16.html @@ -0,0 +1,23 @@ + +CSS charset: page windows-1251, CSS @charset windows-1250 in utf-16 + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16be.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16be.html new file mode 100644 index 0000000000..7de3f37d9b --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-at-charset-windows-1250-in-utf16be.html @@ -0,0 +1,23 @@ + +CSS charset: page windows-1251, CSS @charset windows-1250 in utf-16be + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus-at-charset-windows-1250.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus-at-charset-windows-1250.html new file mode 100644 index 0000000000..2fcc56bca9 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus-at-charset-windows-1250.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS HTTP bogus, @charset windows-1250 + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus.html new file mode 100644 index 0000000000..e26501b9eb --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-bogus.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS HTTP bogus + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-windows-1250-at-charset-windows-1253.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-windows-1250-at-charset-windows-1253.html new file mode 100644 index 0000000000..3658e445f8 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-http-windows-1250-at-charset-windows-1253.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS HTTP windows-1250, @charset windows-1253 + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-no-decl.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-no-decl.html new file mode 100644 index 0000000000..288f01efbd --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-no-decl.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS no decl + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-utf8-bom.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-utf8-bom.html new file mode 100644 index 0000000000..2c32f09151 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1251-css-utf8-bom.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1251, CSS UTF-8 BOM + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/page-windows-1252-http-windows-1251-css-utf8-bom.html b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1252-http-windows-1251-css-utf8-bom.html new file mode 100644 index 0000000000..6a65942e16 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/page-windows-1252-http-windows-1251-css-utf8-bom.html @@ -0,0 +1,17 @@ + +CSS charset: page windows-1252, CSS-HTTP windows-1251, CSS UTF-8 BOM + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/MANIFEST b/testing/web-platform/tests/css/css-syntax/charset/support/MANIFEST new file mode 100644 index 0000000000..9688e1f88d --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/MANIFEST @@ -0,0 +1,15 @@ +support at-charset-bogus.css +support at-charset-utf16-ascii-only.css +support at-charset-utf16be.css +support at-charset-utf16.css +support at-charset-windows-1250.css +support at-charset-windows-1250-in-utf16be.css +support at-charset-windows-1250-in-utf16.css +support bomless-utf16be.css +support bomless-utf16.css +support http-bogus-at-charset-windows-1250.bogus.css +support http-bogus.bogus.css +support http-windows-1250-at-charset-windows-1253.windows1250.css +support no-decl-ascii-only.css +support no-decl.css +support utf8-bom.css diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-bogus.css b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-bogus.css new file mode 100644 index 0000000000..50f9b7779a --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-bogus.css @@ -0,0 +1,2 @@ +@charset "bogus"; +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16-ascii-only.css b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16-ascii-only.css new file mode 100644 index 0000000000..e7f067e066 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16-ascii-only.css @@ -0,0 +1,2 @@ +@charset "utf-16"; +#foo { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16.css b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16.css new file mode 100644 index 0000000000..e7dbf5784f --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16.css @@ -0,0 +1,2 @@ +@charset "utf-16"; +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16be.css b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16be.css new file mode 100644 index 0000000000..cb51b419dc --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-utf16be.css @@ -0,0 +1,2 @@ +@charset "utf-16be"; +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16.css b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16.css new file mode 100644 index 0000000000..1132bfd193 Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16.css differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16be.css b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16be.css new file mode 100644 index 0000000000..38bb069784 Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250-in-utf16be.css differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250.css b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250.css new file mode 100644 index 0000000000..6c06db0e9c --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/at-charset-windows-1250.css @@ -0,0 +1,2 @@ +@charset "windows-1250"; +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16.css b/testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16.css new file mode 100644 index 0000000000..b5399b74bf Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16.css differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16be.css b/testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16be.css new file mode 100644 index 0000000000..eaadad0135 Binary files /dev/null and b/testing/web-platform/tests/css/css-syntax/charset/support/bomless-utf16be.css differ diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css new file mode 100644 index 0000000000..6c06db0e9c --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css @@ -0,0 +1,2 @@ +@charset "windows-1250"; +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css.headers b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css.headers new file mode 100644 index 0000000000..f08dbd94d1 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus-at-charset-windows-1250.bogus.css.headers @@ -0,0 +1 @@ +Content-Type: text/css; charset=bogus diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css new file mode 100644 index 0000000000..ba2371f8b0 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css @@ -0,0 +1 @@ +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css.headers b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css.headers new file mode 100644 index 0000000000..f08dbd94d1 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/http-bogus.bogus.css.headers @@ -0,0 +1 @@ +Content-Type: text/css; charset=bogus diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css b/testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css new file mode 100644 index 0000000000..987dff3155 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css @@ -0,0 +1,2 @@ +@charset "windows-1253"; +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css.headers b/testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css.headers new file mode 100644 index 0000000000..c0993d2101 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/http-windows-1250-at-charset-windows-1253.windows1250.css.headers @@ -0,0 +1 @@ +Content-Type: text/css; charset=windows-1250 diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/no-decl-ascii-only.css b/testing/web-platform/tests/css/css-syntax/charset/support/no-decl-ascii-only.css new file mode 100644 index 0000000000..0736f81397 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/no-decl-ascii-only.css @@ -0,0 +1 @@ +#foo { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/no-decl.css b/testing/web-platform/tests/css/css-syntax/charset/support/no-decl.css new file mode 100644 index 0000000000..ba2371f8b0 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/no-decl.css @@ -0,0 +1 @@ +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css b/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css new file mode 100644 index 0000000000..1dbf5cf2fc --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css @@ -0,0 +1 @@ +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css.headers b/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css.headers new file mode 100644 index 0000000000..9a67b0fea4 --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom-http-windows-1251.css.headers @@ -0,0 +1 @@ +Content-Type: text/css; charset=windows-1251 diff --git a/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom.css b/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom.css new file mode 100644 index 0000000000..1dbf5cf2fc --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/support/utf8-bom.css @@ -0,0 +1 @@ +#È { visibility:hidden } \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-syntax/charset/xml-stylesheet-page-windows-1251-charset-attribute-windows-1250.xhtml b/testing/web-platform/tests/css/css-syntax/charset/xml-stylesheet-page-windows-1251-charset-attribute-windows-1250.xhtml new file mode 100644 index 0000000000..512df7a0ba --- /dev/null +++ b/testing/web-platform/tests/css/css-syntax/charset/xml-stylesheet-page-windows-1251-charset-attribute-windows-1250.xhtml @@ -0,0 +1,20 @@ + + + +CSS charset: page windows-1251, charset attribute bogus + + + + +
+
+ + -- cgit v1.2.3