~james-page/ubuntu/raring/juju-core/1.10.0

« back to all changes in this revision

Viewing changes to src/code.google.com/p/go.net/html/testdata/webkit/isindex.dat

  • Committer: James Page
  • Date: 2013-04-24 15:16:56 UTC
  • mfrom: (1.1.1)
  • Revision ID: james.page@canonical.com-20130424151656-xr50npm6aq4tdeb1
Recut with -1 upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#data
2
 
<isindex>
3
 
#errors
4
 
#document
5
 
| <html>
6
 
|   <head>
7
 
|   <body>
8
 
|     <form>
9
 
|       <hr>
10
 
|       <label>
11
 
|         "This is a searchable index. Enter search keywords: "
12
 
|         <input>
13
 
|           name="isindex"
14
 
|       <hr>
15
 
 
16
 
#data
17
 
<isindex name="A" action="B" prompt="C" foo="D">
18
 
#errors
19
 
#document
20
 
| <html>
21
 
|   <head>
22
 
|   <body>
23
 
|     <form>
24
 
|       action="B"
25
 
|       <hr>
26
 
|       <label>
27
 
|         "C"
28
 
|         <input>
29
 
|           foo="D"
30
 
|           name="isindex"
31
 
|       <hr>
32
 
 
33
 
#data
34
 
<form><isindex>
35
 
#errors
36
 
#document
37
 
| <html>
38
 
|   <head>
39
 
|   <body>
40
 
|     <form>