mediawiki-extensions-Visual.../modules/parser/test/tests.html
Carl Fürstenberg dca609e3f9 Parsoid: move tests/parser to modules/parser/test
In preparation for the big extraction of Parsoid out of VisualEditor,
we'll start by moving the tests into the parsoid location.

Change-Id: I4a926ee4aad1490d4f769d44e91af80842b881f0
2012-07-25 02:29:25 +02:00

21 lines
487 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../modules/jquery.nodetree.css">
<script src="../../../resources/jquery/jquery.js"></script>
<script src="../../../resources/mediawiki/mediawiki.js"></script>
<script src="../modules/jquery.nodetree.js"></script>
<script src="../modules/mediawiki.parser.environment.js"></script>
<script src="../modules/ext.parserPlayground.serializer.js"></script>
<script src="expansionTest.js"></script>
</head>
<body>
</body>
</html>