- Timestamp:
- 08/10/2023 08:35:55 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlSupportRequiredOpenElements.php
r56299 r56380 177 177 $this->ensure_support_is_added_everywhere( 'DESC' ); 178 178 $this->ensure_support_is_added_everywhere( 'TITLE' ); 179 180 $this->ensure_support_is_added_everywhere( 'BUTTON' );181 179 } 182 180 … … 219 217 $this->ensure_support_is_added_everywhere( 'DESC' ); 220 218 $this->ensure_support_is_added_everywhere( 'TITLE' ); 221 222 // This element is specific to BUTTON scope.223 $this->ensure_support_is_added_everywhere( 'BUTTON' );224 219 } 225 220 … … 262 257 $this->ensure_support_is_added_everywhere( 'DESC' ); 263 258 $this->ensure_support_is_added_everywhere( 'TITLE' ); 264 265 $this->ensure_support_is_added_everywhere( 'BUTTON' );266 259 } 267 260
Note: See TracChangeset
for help on using the changeset viewer.