Commit 4994ca42 authored by catch's avatar catch
Browse files

Issue #3082602 by bnjmnm, longwave: Remove transform rule from css_disable_transitions_test

parent 4d47c665
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -34,15 +34,6 @@ class QuickEditImageTest extends QuickEditJavascriptTestBase {
   */
  protected $contentAuthorUser;

  /**
   * CSS animations must be enabled for PopperJS positioning to work properly.
   *
   * @var bool
   *
   * @todo revisit in http://drupal.org/node/3082602
   */
  protected $disableCssAnimations = FALSE;

  /**
   * {@inheritdoc}
   */
+0 −9
Original line number Diff line number Diff line
@@ -28,15 +28,6 @@ class QuickEditFileTest extends QuickEditJavascriptTestBase {
   */
  protected $defaultTheme = 'stark';

  /**
   * CSS animations must be enabled for PopperJS positioning to work properly.
   *
   * @var bool
   *
   * @todo revisit in http://drupal.org/node/3082602
   */
  protected $disableCssAnimations = FALSE;

  /**
   * {@inheritdoc}
   */
+0 −9
Original line number Diff line number Diff line
@@ -43,15 +43,6 @@ class QuickEditIntegrationTest extends QuickEditJavascriptTestBase {
   */
  protected $contentAuthorUser;

  /**
   * CSS animations must be enabled for PopperJS positioning to work properly.
   *
   * @var bool
   *
   * @todo revisit in http://drupal.org/node/3082602
   */
  protected $disableCssAnimations = FALSE;

  /**
   * {@inheritdoc}
   */
+0 −9
Original line number Diff line number Diff line
@@ -67,15 +67,6 @@ class QuickEditLoadingTest extends WebDriverTestBase {
   */
  protected $editorUser;

  /**
   * CSS animations must be enabled for PopperJS positioning to work properly.
   *
   * @var bool
   *
   * @todo revisit in http://drupal.org/node/3082602
   */
  protected $disableCssAnimations = FALSE;

  /**
   * {@inheritdoc}
   */
+0 −6
Original line number Diff line number Diff line
@@ -13,12 +13,6 @@
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /* CSS transforms. */
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /* CSS animations. */
  -webkit-animation: none !important;
  -moz-animation: none !important;