summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset15-nocolon.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset15-nocolon.css')
-rw-r--r--testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset15-nocolon.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset15-nocolon.css b/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset15-nocolon.css
new file mode 100644
index 0000000000..690a46995a
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/i18n/syndata/support/charset15-nocolon.css
@@ -0,0 +1,14 @@
+@charset "iso-8859-15"
+dummy { font-family: serif; } /* provides a colon to make the important stuff work */
+span {
+ background-color: #00FF00;
+ font-weight: bold;
+ color: #00FF00;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+.ýäè {
+ background-color: #FF0000;
+ font-weight: bold;
+ color: #FF0000;
+ font-family: Arial, Helvetica, sans-serif;
+ }