Skip to content

Commit afc4112

Browse files
committed
Add skip for known bug - all tests passing or skipped
1 parent 356f590 commit afc4112

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
3939
'tests23/line0041' => 'Unimplemented: Reconstruction of active formatting elements.',
4040
'tests23/line0069' => 'Unimplemented: Reconstruction of active formatting elements.',
4141
'tests23/line0101' => 'Unimplemented: Reconstruction of active formatting elements.',
42+
'tests26/line0263' => 'BUG: An active formatting element should be created for a trailing text node.',
4243
);
4344

4445
/**

0 commit comments

Comments
 (0)