diff --git a/phpunit/class-wp-theme-json-test.php b/phpunit/class-wp-theme-json-test.php index ca27606ea2e442..0d21f46ee9c291 100644 --- a/phpunit/class-wp-theme-json-test.php +++ b/phpunit/class-wp-theme-json-test.php @@ -894,6 +894,11 @@ public function test_remove_invalid_element_pseudo_selectors() { 'background' => 'blue', ), ), + ':seen' => array( + 'color' => array( + 'background' => 'ivory', + ), + ), ), ), ),