@@ -27,21 +27,20 @@ class Tests_HtmlApi_WebPlatformTests extends WP_UnitTestCase {
2727 * Skip specific tests that may not be supported or have known issues.
2828 */
2929 const SKIP_TESTS = array (
30- 'noscript01/line0014 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
31- 'tests14/line0022 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
32- 'tests14/line0055 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
33- 'tests19/line0488 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
34- 'tests19/line0500 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
35- 'tests19/line1079 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
36- 'tests2/line0207 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
37- 'tests2/line0686 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
38- 'tests2/line0697 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
39- 'tests2/line0709 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
40- 'webkit01/line0231 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
41- 'webkit02/line0692 ' => 'Unimplemented: The parser does not implement the "maybe clone an option into selectedcontent" algorithm. ' ,
42- 'webkit02/line0732 ' => 'Unimplemented: The parser does not implement the "maybe clone an option into selectedcontent" algorithm. ' ,
43- 'webkit02/line0748 ' => 'Unimplemented: The parser does not implement the "maybe clone an option into selectedcontent" algorithm. ' ,
44- 'processing-instructions/line0999 ' => 'Temporarily disabled invalid test. ' ,
30+ 'noscript01/line0014 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
31+ 'tests14/line0022 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
32+ 'tests14/line0055 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
33+ 'tests19/line0488 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
34+ 'tests19/line0500 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
35+ 'tests19/line1079 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
36+ 'tests2/line0207 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
37+ 'tests2/line0686 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
38+ 'tests2/line0697 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
39+ 'tests2/line0709 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
40+ 'webkit01/line0231 ' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags. ' ,
41+ 'webkit02/line0692 ' => 'Unimplemented: The parser does not implement the "maybe clone an option into selectedcontent" algorithm. ' ,
42+ 'webkit02/line0732 ' => 'Unimplemented: The parser does not implement the "maybe clone an option into selectedcontent" algorithm. ' ,
43+ 'webkit02/line0748 ' => 'Unimplemented: The parser does not implement the "maybe clone an option into selectedcontent" algorithm. ' ,
4544 );
4645
4746 /**
0 commit comments