Files
web-apps/vendor/requirejs/tests/plugins/complexNormalize/complexNormalize.html
2024-03-06 16:02:41 +05:00

16 lines
543 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>require.js: Complex normalize</title>
<script type="text/javascript" src="../../doh/runner.js"></script>
<script type="text/javascript" src="../../doh/_browserRunner.js"></script>
<script type="text/javascript" data-main="main" src="../../../require.js"></script>
</head>
<body>
<h1>require.js: Complex normalize</h1>
<p>Tests that somewhat complex structures of plugin invocations correctly call normalize() in call cases</p>
<p>Check console for messages</p>
</body>
</html>