Make WordPress Core

Changeset 62734


Ignore:
Timestamp:
07/14/2026 12:38:00 PM (2 months ago)
Author:
jonsurrell
Message:

Build/Test Tools: Update the HTML API web platform tests.

Update the web-platform-tests data files to the latest upstream revision and removes a skip for an invalid test case that has since been fixed upstream.

Developed in https://github.com/WordPress/wordpress-develop/pull/12521.

Follow-up to [62724].

See #64894.

Location:
trunk/tests/phpunit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/data/web-platform-tests/README.md

    r62714 r62734  
    88
    99The version of the WPT files was taken from the git commit with
    10 SHA [`e0d8cc13ecda5b72946a8df5428ffcb620540819`](https://github.com/web-platform-tests/wpt/commit/e0d8cc13ecda5b72946a8df5428ffcb620540819).
     10SHA [`45337b80082d8987761d04fd2a406dcb3c48f4c5`](https://github.com/web-platform-tests/wpt/commit/45337b80082d8987761d04fd2a406dcb3c48f4c5).
    1111
    1212## Updating
  • trunk/tests/phpunit/data/web-platform-tests/html_syntax_parsing_resources/processing-instructions.dat

    r62714 r62734  
    10041004| <html>
    10051005|   <head>
    1006 |   <body>
    10071006|     <template>
    10081007|       content
    10091008|         <?pi ?>
    1010 
     1009|   <body>
     1010
  • trunk/tests/phpunit/tests/html-api/wpHtmlProcessorWebPlatformTests.php

    r62724 r62734  
    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
Note: See TracChangeset for help on using the changeset viewer.