Loading core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class TranslationLinkTest extends ContentTranslationTestBase { protected $defaultTheme = 'stark'; protected function setUp(): void { // @todo Use entity_type once it is has multilingual Views integration. // @todo Use entity_type once it has multilingual Views integration. $this->entityTypeId = 'user'; parent::setUp(); Loading core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ protected function transactionInnerLayer($suffix, $rollback = FALSE, $ddl_statem $txn = $this->connection->startTransaction(); $depth2 = $this->connection->transactionDepth(); $this->assertTrue($depth < $depth2, 'Transaction depth is has increased with new transaction.'); $this->assertTrue($depth < $depth2, 'Transaction depth has increased with new transaction.'); // Insert a single row into the testing table. $this->connection->insert('test') Loading core/themes/claro/css/theme/media-library.css +3 −3 Original line number Diff line number Diff line Loading @@ -666,9 +666,9 @@ /** * Style the added media item container. * * The added media container receives screen reader focus since it is has the * role 'listitem'. Since it is not an interactive element, it does not need * an outline. * The added media container receives screen reader focus since it has the role * 'listitem'. Since it is not an interactive element, it does not need an * outline. */ .media-library-add-form__media { Loading core/themes/claro/css/theme/media-library.pcss.css +3 −3 Original line number Diff line number Diff line Loading @@ -616,9 +616,9 @@ /** * Style the added media item container. * * The added media container receives screen reader focus since it is has the * role 'listitem'. Since it is not an interactive element, it does not need * an outline. * The added media container receives screen reader focus since it has the role * 'listitem'. Since it is not an interactive element, it does not need an * outline. */ .media-library-add-form__media { position: relative; Loading core/themes/seven/css/theme/media-library.css +3 −3 Original line number Diff line number Diff line Loading @@ -632,9 +632,9 @@ /** * Style the added media item container. * * The added media container receives screen reader focus since it is has the * role 'listitem'. Since it is not an interactive element, it does not need * an outline. * The added media container receives screen reader focus since it has the role * 'listitem'. Since it is not an interactive element, it does not need an * outline. */ .media-library-add-form__media { position: relative; Loading Loading
core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class TranslationLinkTest extends ContentTranslationTestBase { protected $defaultTheme = 'stark'; protected function setUp(): void { // @todo Use entity_type once it is has multilingual Views integration. // @todo Use entity_type once it has multilingual Views integration. $this->entityTypeId = 'user'; parent::setUp(); Loading
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ protected function transactionInnerLayer($suffix, $rollback = FALSE, $ddl_statem $txn = $this->connection->startTransaction(); $depth2 = $this->connection->transactionDepth(); $this->assertTrue($depth < $depth2, 'Transaction depth is has increased with new transaction.'); $this->assertTrue($depth < $depth2, 'Transaction depth has increased with new transaction.'); // Insert a single row into the testing table. $this->connection->insert('test') Loading
core/themes/claro/css/theme/media-library.css +3 −3 Original line number Diff line number Diff line Loading @@ -666,9 +666,9 @@ /** * Style the added media item container. * * The added media container receives screen reader focus since it is has the * role 'listitem'. Since it is not an interactive element, it does not need * an outline. * The added media container receives screen reader focus since it has the role * 'listitem'. Since it is not an interactive element, it does not need an * outline. */ .media-library-add-form__media { Loading
core/themes/claro/css/theme/media-library.pcss.css +3 −3 Original line number Diff line number Diff line Loading @@ -616,9 +616,9 @@ /** * Style the added media item container. * * The added media container receives screen reader focus since it is has the * role 'listitem'. Since it is not an interactive element, it does not need * an outline. * The added media container receives screen reader focus since it has the role * 'listitem'. Since it is not an interactive element, it does not need an * outline. */ .media-library-add-form__media { position: relative; Loading
core/themes/seven/css/theme/media-library.css +3 −3 Original line number Diff line number Diff line Loading @@ -632,9 +632,9 @@ /** * Style the added media item container. * * The added media container receives screen reader focus since it is has the * role 'listitem'. Since it is not an interactive element, it does not need * an outline. * The added media container receives screen reader focus since it has the role * 'listitem'. Since it is not an interactive element, it does not need an * outline. */ .media-library-add-form__media { position: relative; Loading