Make WordPress Core


Ignore:
Timestamp:
02/10/2014 01:11:25 AM (13 years ago)
Author:
azaozz
Message:

Incorporate the TinyMCE tests into our JS tests:

  • 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/index.html

    r26222 r27155  
    2929    <ol id="qunit-tests"></ol>
    3030    <div id="qunit-fixture"></div>
     31    <p><a href="editor">TinyMCE tests</a></p>
    3132  </div>
    3233</body>
Note: See TracChangeset for help on using the changeset viewer.