Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / html5lib / resources / isindex.dat
blob88325ffe64c5c7c83ab101b45da9e89bf3f9b73b
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>
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>
33 #data
34 <form><isindex>
35 #errors
36 #document
37 | <html>
38 | <head>
39 | <body>
40 | <form>