<!DOCTYPE html>
<html>
<head>
    <title>require.js: Packages Node-Style Test</title>
    <script type="text/javascript" src="../../require.js"></script>
    <script type="text/javascript" src="../doh/runner.js"></script>
    <script type="text/javascript" src="../doh/_browserRunner.js"></script>
    <script type="text/javascript" src="packagesNode-tests.js"></script>
</head>
<body>
    <h1>require.js: Packages Node-Style Test</h1>
    <p>Test package that uses ".js" node-style module ID references inside
        a package. More info:
    <a href="https://github.com/jrburke/r.js/pull/591">r.js 591</a></p>
    <p>Check console for messages</p>
</body>
</html>