Changeset 58010
- Timestamp:
- 04/16/2024 12:06:46 PM (22 months ago)
- Location:
- trunk
- Files:
-
- 64 added
- 2 edited
-
phpunit.xml.dist (modified) (1 diff)
-
tests/phpunit/data/html5lib-tests (added)
-
tests/phpunit/data/html5lib-tests/.gitattributes (added)
-
tests/phpunit/data/html5lib-tests/AUTHORS.rst (added)
-
tests/phpunit/data/html5lib-tests/LICENSE (added)
-
tests/phpunit/data/html5lib-tests/README.md (added)
-
tests/phpunit/data/html5lib-tests/tree-construction (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/README.md (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/adoption01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/adoption02.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/blocks.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/comments01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/doctype01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/domjs-unsafe.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/entities01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/entities02.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/foreign-fragment.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/html5test-com.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/inbody01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/isindex.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/main-element.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/math.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/menuitem-element.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/namespace-sensitivity.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/noscript01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/pending-spec-changes-plain-text-unsafe.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/pending-spec-changes.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/plain-text-unsafe.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/quirks01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/ruby.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/scriptdata01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/search-element.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/svg.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tables01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/template.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests1.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests10.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests11.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests12.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests14.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests15.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests16.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests17.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests18.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests19.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests2.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests20.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests21.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests22.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests23.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests24.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests25.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests26.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests3.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests4.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests5.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests6.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests7.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests8.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests9.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tests_innerHTML_1.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/tricky01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/webkit01.dat (added)
-
tests/phpunit/data/html5lib-tests/tree-construction/webkit02.dat (added)
-
tests/phpunit/multisite.xml (modified) (1 diff)
-
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpunit.xml.dist
r56669 r58010 29 29 <group>ms-required</group> 30 30 <group>external-http</group> 31 <group>html-api-html5lib-tests</group> 31 32 </exclude> 32 33 </groups> -
trunk/tests/phpunit/multisite.xml
r56669 r58010 34 34 <group>external-http</group> 35 35 <group>oembed-headers</group> 36 <group>html-api-html5lib-tests</group> 36 37 </exclude> 37 38 </groups>
Note: See TracChangeset
for help on using the changeset viewer.