~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-updates

« back to all changes in this revision

Viewing changes to mozilla/testing/marionette/client/marionette/www/resultPage.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-08 10:00:06 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20121108100006-xpf89hktfitzuqc3
Tags: 1.9+build1-0ubuntu0.11.10.1
* New upstream stable release to support Thunderbird 17 (CALENDAR_1_9_BUILD1)
  - see LP: #1080212 for USN information

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- This Source Code Form is subject to the terms of the Mozilla Public
 
2
   - License, v. 2.0. If a copy of the MPL was not distributed with this
 
3
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
4
 
 
5
<html>
 
6
<head>
 
7
    <title>We Arrive Here</title>
 
8
</head>
 
9
<body>
 
10
 
 
11
 
 
12
<div>
 
13
  <input type='text' id='email'/>
 
14
</div>
 
15
</body>
 
16
</html>
 
17