- Timestamp:
- 01/10/2024 02:03:57 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlSupportRequiredHtmlProcessor.php
r56790 r57264 59 59 */ 60 60 public function test_generate_implied_end_tags_needs_support() { 61 $this->ensure_support_is_added_everywhere( 'DD' );62 $this->ensure_support_is_added_everywhere( 'DT' );63 $this->ensure_support_is_added_everywhere( 'LI' );64 61 $this->ensure_support_is_added_everywhere( 'OPTGROUP' ); 65 62 $this->ensure_support_is_added_everywhere( 'OPTION' ); … … 83 80 $this->ensure_support_is_added_everywhere( 'CAPTION' ); 84 81 $this->ensure_support_is_added_everywhere( 'COLGROUP' ); 85 $this->ensure_support_is_added_everywhere( 'DD' );86 $this->ensure_support_is_added_everywhere( 'DT' );87 $this->ensure_support_is_added_everywhere( 'LI' );88 82 $this->ensure_support_is_added_everywhere( 'OPTGROUP' ); 89 83 $this->ensure_support_is_added_everywhere( 'OPTION' );
Note: See TracChangeset
for help on using the changeset viewer.