Update of /cvsroot/jwebunit/jWebUnit/testcases/FramesAndWindowsTest
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14169/testcases/FramesAndWindowsTest

Added Files:
        temp.html ChildPage2.html ChildPage1.html RootPage.html 
Log Message:
migrating test cases to using jetty.  slow and painful.

--- NEW FILE: ChildPage2.html ---
<html>
        <head>
                <title>This is child 2</title>
        </head>
        <body>
                Child Page
        </body>
</html>
--- NEW FILE: RootPage.html ---
<html>
        <head>
                <title>This is the Root</title>
        </head>
        <body>
                <form name="realform">
                        <input name="color" value="blue">
                </form>
                        <a id="SetColorGreen" href="nothing.html" 
onClick="JavaScript:document.realform.color.value="green";return 
false;">green</a>
                        <a id="ChildPage1" href="" 
onClick="JavaScript:window.open('ChildPage1.html', 'ChildPage1');">green</a>
                        <a id="ChildPage2" href="" 
onClick="JavaScript:window.open('ChildPage2.html', 
'WindowNameForChilePage2');">Child Page 2</a>
        </body>
</html>
--- NEW FILE: ChildPage1.html ---
<html>
        <head>
                <title>This is child 1</title>
        </head>
        <body>
                Child Page
        </body>
</html>
--- NEW FILE: temp.html ---
<html>
        <head>
                <title>blah</title>
        </head>
        <body>
                here
        </body>
</html>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to