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
16 lines
655 B
JavaScript
16 lines
655 B
JavaScript
{
|
|
"title": "tinymce",
|
|
"tests": [
|
|
{"title": "Editor", "url": "Editor.html"},
|
|
{"title": "EditorCommands", "url": "EditorCommands.html"},
|
|
{"title": "EnterKey", "url": "EnterKey.html"},
|
|
{"title": "ForceBlocks", "url": "ForceBlocks.html"},
|
|
{"title": "Formatter (Apply)", "url": "Formatter_apply.html"},
|
|
{"title": "Formatter (Remove)", "url": "Formatter_remove.html"},
|
|
{"title": "Formatter (Check)", "url": "Formatter_check.html"},
|
|
{"title": "Formatter (jsrobot)", "url": "Formatter_robot.html", "jsrobot":true},
|
|
{"title": "UndoManager", "url": "UndoManager.html"},
|
|
{"title": "Undo", "url": "UndoManager_robot.html", "jsrobot": true}
|
|
]
|
|
}
|