Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1cd0b857
Commit
1cd0b857
authored
Apr 15, 2020
by
Nathaniel Catchpole
Browse files
Issue
#3082602
by bnjmnm, longwave: Remove transform rule from css_disable_transitions_test
(cherry picked from commit
4994ca42
)
parent
76075abb
Changes
5
Hide whitespace changes
Inline
Side-by-side
core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php
View file @
1cd0b857
...
...
@@ -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}
*/
...
...
core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php
View file @
1cd0b857
...
...
@@ -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}
*/
...
...
core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
View file @
1cd0b857
...
...
@@ -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}
*/
...
...
core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
View file @
1cd0b857
...
...
@@ -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}
*/
...
...
core/modules/system/tests/modules/css_disable_transitions_test/css/disable_transitions.theme.css
View file @
1cd0b857
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment