summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset1.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset1.css')
-rw-r--r--testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset1.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset1.css b/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset1.css
new file mode 100644
index 0000000000..5175f4b2c9
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset1.css
@@ -0,0 +1,13 @@
+@charset "iso-8859-1";
+span {
+ background-color: #FF0000;
+ font-weight: bold;
+ color: red;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+.ýäè {
+ background-color: #00FF00;
+ font-weight: bold;
+ color: #00FF00;
+ font-family: Arial, Helvetica, sans-serif;
+ }