Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / outside_in / tests / modules / outside_in_test_css / outside_in_test_css.module
diff --git a/web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module b/web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module
deleted file mode 100644 (file)
index 2cd32e2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-/**
- * @file
- * Module for attaching CSS during tests.
- *
- * CSS pointer-events properties cause testing errors.
- */
-
-/**
- * Implements hook_page_attachments().
- */
-function outside_in_test_css_page_attachments(array &$attachments) {
-  // Unconditionally attach an asset to the page.
-  $attachments['#attached']['library'][] = 'outside_in_test_css/drupal.css_fix';
-}