~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to ManualTests/Default-port-frame.html

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To run this test you will need to put this file and Default-port-frame-contents.html
 
2
on a webserver and then point your browser to http://localhost/Default-port-frame.html.
 
3
We cannot make this a LayoutTest because we don't want to mess with people's default ports.
 
4
<br>
 
5
<iframe src="http://localhost:80/resources/Default-port-frame-contents.html"> </iframe>
 
6
<script>
 
7
    function test() {
 
8
        var result = typeof frames[0].testData != 'undefined';
 
9
        alert(result ? 'Success' : 'Failed');
 
10
    }
 
11
</script>
 
12
<input type="button" onclick="test()" value="Click Me To Test" ></input>
 
 
b'\\ No newline at end of file'