~testplan-team/testplan/source-collection

« back to all changes in this revision

Viewing changes to htmlunit-2.6/src/test/resources/mootools/1.2.1/Specs/application.xml

  • 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
<?xml version="1.0" encoding="utf-8" ?>
 
2
<!-- Run with: adl application.xml .. -->
 
3
<application xmlns="http://ns.adobe.com/air/application/1.5">
 
4
        <id>net.mootools.specs</id>
 
5
        <filename>Specs</filename>
 
6
        <version>v1</version>
 
7
        <initialWindow>
 
8
                <content>Specs/index.html</content>
 
9
                <visible>true</visible>
 
10
                <width>900</width>
 
11
                <height>500</height>
 
12
                <x>50</x>
 
13
                <y>50</y>
 
14
                <minSize>200 100</minSize>
 
15
        </initialWindow>
 
16
</application>