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
25 lines
1.2 KiB
JavaScript
25 lines
1.2 KiB
JavaScript
{
|
|
"title": "Plugins tests",
|
|
"tests": [
|
|
{"title": "Media", "url": "media.html"},
|
|
{"title": "Noneditable", "url": "noneditable.html"},
|
|
{"title": "Paste", "url": "paste.html"},
|
|
{"title": "Table", "url": "table.html"},
|
|
{"title": "Table (robot)", "url": "table_robot.html", "jsrobot": true},
|
|
{"title": "jQuery", "url": "jquery_plugin.html"},
|
|
{"title": "Autolink (robot)", "url": "autolink.html", "jsrobot": true},
|
|
{"title": "Autosave", "url": "autosave.html"},
|
|
{"title": "Wordcount", "url": "wordcount.html"},
|
|
{"title": "Fullpage", "url": "fullpage.html"},
|
|
{"title": "Legacyoutput", "url": "legacyoutput.html"},
|
|
{"title": "Plugin Dependencies", "url": "plugin_dependency_simple.html"},
|
|
{"title": "Plugin Dependency Chain", "url": "plugin_dependency_chain.html"},
|
|
{"title": "Plugin Dependency Chain Legacy", "url": "plugin_dependency_chain_legacy.html"},
|
|
{"title": "Dependency Chain Init Call Order", "url": "plugin_dependency_init_call_order.html"},
|
|
{"title": "Dependency With Specific Location", "url": "plugin_dependency_specific_location.html"},
|
|
{"title": "Lists", "url": "lists.html"},
|
|
{"title": "Searchreplace", "url": "searchreplace.html"},
|
|
{"title": "Spellchecker", "url": "spellchecker.html"}
|
|
]
|
|
}
|