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
17 lines
738 B
JavaScript
17 lines
738 B
JavaScript
{
|
|
"title": "tinymce.util",
|
|
"tests": [
|
|
{"title": "JSON", "url": "JSON.html"},
|
|
{"title": "JSONRequest", "url": "JSONRequest.html"},
|
|
{"title": "LocalStorage", "url": "LocalStorage.html"},
|
|
{"title": "URI", "url": "URI.html"},
|
|
{"title": "XHR", "url": "XHR.html"},
|
|
{"title": "All browser types", "url": "Quirks_all.html", "jsrobot": true},
|
|
{"title": "Quirks (Firefox)", "url": "Quirks_firefox.html", "jsrobot": true},
|
|
{"title": "Quirks (IE 8)", "url": "Quirks_ie8.html", "jsrobot": true},
|
|
{"title": "Quirks (Webkit)", "url": "Quirks_webkit.html"},
|
|
{"title": "Quirks JSRobot (Webkit)", "url": "Quirks_webkit_jsrobot.html", "jsrobot": true},
|
|
{"title": "Quirks (Remove)", "url": "Quirks_remove.html", "jsrobot": true}
|
|
]
|
|
}
|