Version 1
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Asset / css_test_files / css_input_with_bom_and_charset.css
diff --git a/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css
new file mode 100644 (file)
index 0000000..9ffae69
--- /dev/null
@@ -0,0 +1,4 @@
+@charset "utf-8";
+.byte-order-mark-charset-test {
+  content: "☃";
+}