File tree Expand file tree Collapse file tree
tests/phpunit/tests/html-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * @package WordPress
77 * @subpackage HTML-API
88 *
9- * @since {WP_VERSION}
9+ * @since 6.5.0
1010 *
1111 * @group html-api
1212 *
@@ -16,10 +16,13 @@ class Tests_HtmlApi_WpHtmlProcessorHtml5lib extends WP_UnitTestCase {
1616
1717 /**
1818 * The HTML Processor only accepts HTML in document <body>.
19- * Do not run tests that look for anything in document ` head` .
19+ * Do not run tests that look for anything in document < head> .
2020 */
2121 const SKIP_HEAD_TESTS = true ;
2222
23+ /**
24+ * Skip specific tests that may not be supported.
25+ */
2326 const SKIP_TESTS = array (
2427 'adoption01/line0046 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
2528 'adoption01/line0159 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
You can’t perform that action at this time.
0 commit comments