HTML API: Remove empty test file after adding support for missing elements.
When support was added for the remaining tags in the IN BODY insertion mode, a test file indicating that support was necessary for certain parts of the parser was removed, but it wasn't removed from SVN when sending over the patch from `git`. This patch removes that empty file so that the WPCS workflows pass. Discussed in https://core.trac.wordpress.org/ticket/61576 Follow-up to [58779]. See #61576. Built from https://develop.svn.wordpress.org/trunk@58780 git-svn-id: http://core.svn.wordpress.org/trunk@58182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
471b482bec
commit
2d6e9a55cf
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58779';
|
||||
$wp_version = '6.7-alpha-58780';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue