Skip to content

Commit

Permalink
Remove OPTION,OPTGROUP from gen implied end tags unsupported test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jul 4, 2024
1 parent b393ec0 commit d941c83
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ private function ensure_support_is_added_everywhere( $tag_name ) {
* @covers WP_HTML_Processor::generate_implied_end_tags
*/
public function test_generate_implied_end_tags_needs_support() {
$this->ensure_support_is_added_everywhere( 'OPTGROUP' );
$this->ensure_support_is_added_everywhere( 'OPTION' );
$this->ensure_support_is_added_everywhere( 'RB' );
$this->ensure_support_is_added_everywhere( 'RP' );
$this->ensure_support_is_added_everywhere( 'RT' );
Expand All @@ -79,8 +77,6 @@ public function test_generate_implied_end_tags_needs_support() {
public function test_generate_implied_end_tags_thoroughly_needs_support() {
$this->ensure_support_is_added_everywhere( 'CAPTION' );
$this->ensure_support_is_added_everywhere( 'COLGROUP' );
$this->ensure_support_is_added_everywhere( 'OPTGROUP' );
$this->ensure_support_is_added_everywhere( 'OPTION' );
$this->ensure_support_is_added_everywhere( 'RB' );
$this->ensure_support_is_added_everywhere( 'RP' );
$this->ensure_support_is_added_everywhere( 'RT' );
Expand Down

0 comments on commit d941c83

Please sign in to comment.