@@ -31,15 +31,6 @@ class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
3131 * Skip specific tests that may not be supported or have known issues.
3232 */
3333 const SKIP_TESTS = array (
34- 'tests5/line0013 ' => 'BUG: Investigate. ' ,
35- 'tests5/line0077 ' => 'BUG: Investigate. ' ,
36- 'tests5/line0091 ' => 'BUG: Investigate. ' ,
37- 'tests5/line0186 ' => 'BUG: Investigate. ' ,
38- 'tests16/line2374 ' => 'BUG: Investigate. ' ,
39- 'tests16/line2400 ' => 'BUG: Investigate. ' ,
40- 'tests16/line1128 ' => 'BUG: Investigate. ' ,
41- 'tests16/line1102 ' => 'BUG: Investigate. ' ,
42-
4334 'adoption01/line0046 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
4435 'adoption01/line0159 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
4536 'adoption01/line0318 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
@@ -69,6 +60,9 @@ class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
6960 'tests23/line0069 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
7061 'tests23/line0101 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
7162 'tests26/line0263 ' => 'Bug: An active formatting element should be created for a trailing text node. ' ,
63+ 'tests5/line0013 ' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly. ' ,
64+ 'tests5/line0077 ' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly. ' ,
65+ 'tests5/line0091 ' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly ' ,
7266 'webkit01/line0231 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
7367 'webkit01/line0300 ' => 'Unimplemented: no support outside of IN BODY yet. ' ,
7468 'webkit01/line0310 ' => 'Unimplemented: no support outside of IN BODY yet. ' ,
0 commit comments