Skip to content

Commit 36341a1

Browse files
committed
Add extra skipped tests
1 parent e9c6ec3 commit 36341a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ class Tests_HtmlApi_WpHtmlProcessorHtml5lib extends WP_UnitTestCase {
2020
'adoption01/case4 - line 46' => 'Unimplemented: Reconstruction of active formatting elements.',
2121
'tests15/case1 - line 1' => 'Unimplemented: Reconstruction of active formatting elements.',
2222
'tests15/case2 - line 22' => 'Unimplemented: Reconstruction of active formatting elements.',
23+
'tests20/case38 - line 483' => 'XMP is a special token an needs a closer.',
24+
'tests20/case39 - line 497' => "Closing P tag implicitly creates opener, which we don't visit.",
2325
'tests23/case1 - line 1' => 'Unimplemented: Reconstruction of active formatting elements.',
2426
'tests23/case2 - line 41' => 'Unimplemented: Reconstruction of active formatting elements.',
2527
'tests23/case3 - line 69' => 'Unimplemented: Reconstruction of active formatting elements.',
2628
'tests23/case4 - line 101' => 'Unimplemented: Reconstruction of active formatting elements.',
29+
'tests26/case10 - line 263' => 'Newline at end of tag triggers reconstruction of active formatting elements.',
2730
);
2831

2932
/**

0 commit comments

Comments
 (0)