ce2dcccf86
- Modified the original tests so TinyMCE can be loaded from /src/wp-includes/js/tinymce. - Added "WP" option to the UI to select only tests relevant to our integration (excludes most of the default plugins tests). - Added tests for obsolete HTML elements and attributes (html4 back-compat). See #27014. git-svn-id: https://develop.svn.wordpress.org/trunk@27155 602fd350-edb4-49c9-b593-d223f7449a82
15 lines
493 B
JavaScript
15 lines
493 B
JavaScript
{
|
|
"title": "tinymce.html",
|
|
"tests": [
|
|
{"title": "DomParser", "url": "DomParser.html"},
|
|
{"title": "Entities", "url": "Entities.html"},
|
|
{"title": "Node", "url": "Node.html"},
|
|
{"title": "SaxParser", "url": "SaxParser.html"},
|
|
{"title": "Schema", "url": "Schema.html"},
|
|
{"title": "Serializer", "url": "Serializer.html"},
|
|
{"title": "Styles", "url": "Styles.html"},
|
|
{"title": "Writer", "url": "Writer.html"},
|
|
{"title": "Obsolete tags and attributes", "url": "obsolete.html"}
|
|
]
|
|
}
|