mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 09:26:37 +00:00
dca609e3f9
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
21 lines
487 B
HTML
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>
|