Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add ignores for formatting elements
  • Loading branch information
sirreal committed Dec 19, 2023
commit 2f7d75d5857e4a875174d4a9502795794cb5f763
4 changes: 4 additions & 0 deletions tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Tests_HtmlApi_WpHtmlProcessorHtml5lib extends WP_UnitTestCase {
'adoption01/case4 - line 46' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests15/case1 - line 1' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests15/case2 - line 22' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests23/case1 - line 1' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests23/case2 - line 41' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests23/case3 - line 69' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests23/case4 - line 101' => 'Unimplemented: Reconstruction of active formatting elements.',
);

/**
Expand Down