Skip to content

Commit 2d49496

Browse files
authored
Fix the 'test_remove_invalid_element_pseudo_selectors' test case (WordPress#47049)
1 parent c8dc3b7 commit 2d49496

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit/class-wp-theme-json-test.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,11 @@ public function test_remove_invalid_element_pseudo_selectors() {
894894
'background' => 'blue',
895895
),
896896
),
897+
':seen' => array(
898+
'color' => array(
899+
'background' => 'ivory',
900+
),
901+
),
897902
),
898903
),
899904
),

0 commit comments

Comments
 (0)