mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 02:43:06 +08:00
16 lines
543 B
HTML
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>
|
|
|