Update of /cvsroot/dynapi/dynapi/tests
In directory usw-pr-cvs1:/tmp/cvs-serv19154
Modified Files:
cancel_navigation.html
Log Message:
updated the test to reflect further testing
Index: cancel_navigation.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/tests/cancel_navigation.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cancel_navigation.html 2001/11/02 01:09:37 1.1
--- cancel_navigation.html 2001/11/04 21:11:59 1.2
***************
*** 30,33 ****
--- 30,45 ----
The others should show an alert, and then go to www.cnn.com<br />
<a href="http://www.cnn.com" onclick="alert('hi');return false;">Return false</a><br /><a href="http://www.cnn.com" onclick="alert('hi');return true;">Return true</a>
+ <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+ <b>Update: 4/nov/2001 :</b> Test results (Only tested in win2000/Linux so far) :
+ <br /><br />
+ <li>IE5.5/Win <br />
+ Links in the body show alert, and "true" navigates to CNN.<br />
+ Links in dynlayer show alert, and "true" navigates to CNN, except after dragging dynlayer by the link.</li><br /><br />
+ <li>Mozilla/NS6/Win/Linux <br />
+ Links in the body show alert, and "true" navigates to CNN.<br />
+ Links in dynlayer show alert, and "true" navigates to CNN, ALSO after dragging dynlayer by the link.</li><br /><br />
+ <li>NS4/Win/Linux <br />
+ Links in the body show alert, and "true" navigates to CNN.<br />
+ Links in dynlayer nothing, and don't navigate at all.</li>
</body>
</html>
|