Ticket #6698: dijit.tests.patch
| File dijit.tests.patch, 1.9 kB (added by benschell, 8 months ago) |
|---|
-
dijit/tests/tree/test_Tree_DnD.html
15 15 @import "../../../dojo/tests/dnd/dndDefault.css"; 16 16 </style> 17 17 18 <script someProperty="text/javascript" src="testBidi.js"></script>19 20 18 <script someProperty="text/javascript" src="../../../dojo/dojo.js" 21 19 djConfig="parseOnLoad: true, isDebug: true"></script> 22 20 -
dijit/tests/_base/test_placeStrict.html
74 74 <body class=tundra> 75 75 <h2 class="pageSubContentTitle">Test dijit.place</h2> 76 76 <p>Currently this just tests getViewport(). Change the size of your browser window and then reload, 77 and see if it reports the browser window size correctly.< br>78 <p>All the text below is just filler text...< br>77 and see if it reports the browser window size correctly.</p> 78 <p>All the text below is just filler text...</p> 79 79 <!-- to test form submission, you'll need to create an action handler similar to 80 80 http://www.utexas.edu/teamweb/cgi-bin/generic.cgi --> 81 81 <form id="form1" action="" name="example" method="post"> -
dijit/tests/form/test_MultiSelect.html
93 93 94 94 <h1 class="testTitle">dijit.form.MultiSelect:</h1> 95 95 96 <form action=" null.html" method="get" id="test">96 <form action="#" method="get" id="test"> 97 97 98 98 <select id="select" multiple="true" size="7" name="easing"> 99 99 <option class="clone" value="dojo._defaultEasing">dojo._defaultEasing</option>