@@ -25,23 +25,28 @@ class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
2525 * Skip specific tests that may not be supported.
2626 */
2727 const SKIP_TESTS = array (
28- 'adoption01/line0046 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
29- 'adoption01/line0159 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
30- 'adoption01/line0318 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
31- 'entities02/line0100 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
32- 'entities02/line0114 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
33- 'entities02/line0128 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
34- 'entities02/line0142 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
35- 'entities02/line0156 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
36- 'tests1/line0342 ' => "Closing P tag implicitly creates opener, which we don't visit. " ,
37- 'tests15/line0001 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
38- 'tests15/line0022 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
39- 'tests20/line0497 ' => "Closing P tag implicitly creates opener, which we don't visit. " ,
40- 'tests23/line0001 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
41- 'tests23/line0041 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
42- 'tests23/line0069 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
43- 'tests23/line0101 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
44- 'tests26/line0263 ' => 'BUG: An active formatting element should be created for a trailing text node. ' ,
28+ 'adoption01/line0046 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
29+ 'adoption01/line0159 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
30+ 'adoption01/line0318 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
31+ 'entities02/line0100 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
32+ 'entities02/line0114 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
33+ 'entities02/line0128 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
34+ 'entities02/line0142 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
35+ 'entities02/line0156 ' => 'Encoded characters without semicolon termination in attribute values are not handled properly ' ,
36+ 'plain-text-unsafe/line0001 ' => 'HTML entities may be mishandled. ' ,
37+ 'plain-text-unsafe/line0105 ' => 'Binary. ' ,
38+ 'tests1/line0342 ' => "Closing P tag implicitly creates opener, which we don't visit. " ,
39+ 'tests1/line0720 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
40+ 'tests15/line0001 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
41+ 'tests15/line0022 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
42+ 'tests2/line0317 ' => 'HTML entities may be mishandled. ' ,
43+ 'tests2/line0408 ' => 'HTML entities may be mishandled. ' ,
44+ 'tests20/line0497 ' => "Closing P tag implicitly creates opener, which we don't visit. " ,
45+ 'tests23/line0001 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
46+ 'tests23/line0041 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
47+ 'tests23/line0069 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
48+ 'tests23/line0101 ' => 'Unimplemented: Reconstruction of active formatting elements. ' ,
49+ 'tests26/line0263 ' => 'BUG: An active formatting element should be created for a trailing text node. ' ,
4550 );
4651
4752 /**
0 commit comments