<!-- /** * @category storage * @package test * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <!DOCTYPE html> <html> <head> <title>Unit test</title> <base href="../../../"/> <link type="text/css" rel="stylesheet" href="framework/qunit/qunit-1.14.0.css"/> <script type="text/javascript" src="framework/qunit/qunit-1.14.0.js"></script> <script src="../../../pub/lib/jquery.js"></script> <script src="../../../pub/lib/jquery/jquery-ui.js"></script> <script src="../../../pub/lib/jquery/jquery.cookie.js"></script> <script src="../../../pub/lib/lib/storage.js"></script> <script type="text/javascript" src="../../../pub/lib/mage/mage.js"></script> <script type="text/javascript" src="testsuite/lib/storage/test-storage.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"> </div> </body> </html>