diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
commit | 9364f22aed35e1a1e9d07c121510f80be3ab0502 (patch) | |
tree | d49911209b132da58d838efa852daf28d516df21 /WebCore/manual-tests/Default-port-frame.html | |
parent | 87eb0cb35bad8784770ebc807e6c982432e47107 (diff) | |
download | external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.zip external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.gz external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.bz2 |
Initial Contribution
Diffstat (limited to 'WebCore/manual-tests/Default-port-frame.html')
-rw-r--r-- | WebCore/manual-tests/Default-port-frame.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/WebCore/manual-tests/Default-port-frame.html b/WebCore/manual-tests/Default-port-frame.html new file mode 100644 index 0000000..660947d --- /dev/null +++ b/WebCore/manual-tests/Default-port-frame.html @@ -0,0 +1,12 @@ +To run this test you will need to put this file and Default-port-frame-contents.html +on a webserver and then point your browser to http://localhost/Default-port-frame.html. +We cannot make this a LayoutTest because we don't want to mess with people's default ports. +<br> +<iframe src="http://localhost:80/resources/Default-port-frame-contents.html"> </iframe> +<script> + function test() { + var result = typeof frames[0].testData != 'undefined'; + alert(result ? 'Success' : 'Failed'); + } +</script> +<input type="button" onclick="test()" value="Click Me To Test" ></input>
\ No newline at end of file |