- Timestamp:
- 07/05/2024 12:50:19 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlSupportRequiredHtmlProcessor.php
r57508 r58677 59 59 */ 60 60 public function test_generate_implied_end_tags_needs_support() { 61 $this->ensure_support_is_added_everywhere( 'OPTGROUP' );62 $this->ensure_support_is_added_everywhere( 'OPTION' );63 61 $this->ensure_support_is_added_everywhere( 'RB' ); 64 62 $this->ensure_support_is_added_everywhere( 'RP' ); … … 80 78 $this->ensure_support_is_added_everywhere( 'CAPTION' ); 81 79 $this->ensure_support_is_added_everywhere( 'COLGROUP' ); 82 $this->ensure_support_is_added_everywhere( 'OPTGROUP' );83 $this->ensure_support_is_added_everywhere( 'OPTION' );84 80 $this->ensure_support_is_added_everywhere( 'RB' ); 85 81 $this->ensure_support_is_added_everywhere( 'RP' );
Note: See TracChangeset
for help on using the changeset viewer.