HTML API: Remove unnecessary skips in tests for unsupported markup.
The HTML API allowed tests to be skipped for unsupported HTML, for example tags that had not yet been implemented. This provided stability to the test suite while primary support was being added. In many places, the tags are now fully supported and the test skips can be removed. Developed in https://github.com/wordpress/wordpress-develop/pull/7186 Discussed in https://core.trac.wordpress.org/ticket/61646 Props jonsurrell. See #61646. Built from https://develop.svn.wordpress.org/trunk@58892 git-svn-id: http://core.svn.wordpress.org/trunk@58288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
30cd5e4ea0
commit
9aaf4b144a
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58890';
|
||||
$wp_version = '6.7-alpha-58892';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue