- Timestamp:
- 12/13/2023 05:51:42 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlProcessorSemanticRules.php
r57115 r57186 121 121 * 122 122 * @ticket 58961 123 *124 * @since 6.4.0125 *126 * @throws Exception127 123 */ 128 124 public function test_in_body_skips_unexpected_button_closer() { … … 146 142 * 147 143 * @ticket 58961 148 *149 * @since 6.4.0150 *151 * @throws WP_HTML_Unsupported_Exception152 144 */ 153 145 public function test_in_body_button_with_no_button_in_scope() { … … 175 167 * 176 168 * @since 6.4.0 177 *178 * @throws WP_HTML_Unsupported_Exception179 169 */ 180 170 public function test_in_body_button_with_button_in_scope_as_parent() { … … 210 200 * 211 201 * @since 6.4.0 212 *213 * @throws WP_HTML_Unsupported_Exception214 202 */ 215 203 public function test_in_body_button_with_button_in_scope_as_ancestor() { … … 237 225 } 238 226 239 /* 227 /** 240 228 * Verifies that when "in body" and encountering "any other end tag" 241 229 * that the HTML processor ignores the end tag if there's a special … … 260 248 } 261 249 262 /* 250 /** 263 251 * Verifies that when "in body" and encountering "any other end tag" 264 252 * that the HTML processor closes appropriate elements on the stack of
Note: See TracChangeset
for help on using the changeset viewer.