Difference between revisions of "Javascript testing"

From relax wiki
Jump to navigation Jump to search
(More tests.)
(Documented the tests a little better.)
Line 1: Line 1:
 +
== mw-testing test ==
 +
 +
The following is:
 +
 +
<pre>
 +
<div id="mw-testing">XYZ</div>
 +
</pre>
 +
 +
The javascript test function should replace this with "This is test HTML":
 +
 
<div id="mw-testing">XYZ</div>
 
<div id="mw-testing">XYZ</div>
  
 +
=== A second text ===
 +
 +
<pre>
 +
<div class="mw-testing2">ABC</div>
 +
</pre>
  
 
<div class="mw-testing2">ABC</div>
 
<div class="mw-testing2">ABC</div>
  
 +
 +
== NavFrame test ==
  
 
<div class="NavFrame">
 
<div class="NavFrame">

Revision as of 13:10, 19 October 2015

mw-testing test

The following is:

<div id="mw-testing">XYZ</div>

The javascript test function should replace this with "This is test HTML":

XYZ

A second text

<div class="mw-testing2">ABC</div>
ABC


NavFrame test