~testplan-team/testplan/source-collection

« back to all changes in this revision

Viewing changes to htmlunit-2.4/src/test/resources/gwt/1.5.3/Showcase/Showcase.html

  • Committer: edA-qa mort-ora-y
  • Date: 2010-04-07 10:54:57 UTC
  • Revision ID: eda-qa@disemia.com-20100407105457-g46bvbsrjqtjujab
updating hmltunit src

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML>
2
 
  <head>
3
 
    <title>Showcase of GWT Features</title>
4
 
    <script language='javascript'>
5
 
      // Used in the Dictionary Example
6
 
        var userInfo = {
7
 
        name: "Amelie Crutcher",
8
 
        timeZone: "EST",
9
 
        userID: "123",
10
 
        lastLogOn: "2/2/2006"
11
 
      };
12
 
    </script>
13
 
    <script language='javascript' src='com.google.gwt.sample.showcase.Showcase.nocache.js'></script>
14
 
  </head>
15
 
  <body>
16
 
    <iframe src="javascript:''" id="__gwt_historyFrame" style="position:absolute;width:0;height:0;border:0"></iframe>
17
 
  </body>
18
 
</html>