summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/Default-port-frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/Default-port-frame.html')
-rw-r--r--Source/WebCore/manual-tests/Default-port-frame.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/Default-port-frame.html b/Source/WebCore/manual-tests/Default-port-frame.html
new file mode 100644
index 0000000..660947d
--- /dev/null
+++ b/Source/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