source: Dev/trunk/src/client/dojox/flash/tests/test_flash.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 395 bytes
Line 
1<html>
2        <head>
3                <script src="../../../dojo/dojo.js" data-dojo-config="isDebug: true"></script>
4               
5                <script src="test_flash.js"></script>
6        </head>
7       
8        <body>
9                <h1>Test Dojox Flash</h1>
10               
11                <p>For detailed test output see Firebug console (if Firefox).
12                        This test should be run on Firefox, Internet Explorer, and Safari
13                        to confirm that Dojox Flash is working correctly.</p>
14        </body>
15</html>
Note: See TracBrowser for help on using the repository browser.