Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / html5lib / generated / run-isindex-data-expected.txt
blob33d83edab970551d52d72b394d0a919f237f128f
1 ../resources/isindex.dat:
6 Test 1 of 3 in ../resources/isindex.dat failed. Input:
7 <isindex>
8 Got:
9 | <html>
10 |   <head>
11 |   <body>
12 |     <isindex>
13 Expected:
14 | <html>
15 |   <head>
16 |   <body>
17 |     <form>
18 |       <hr>
19 |       <label>
20 |         "This is a searchable index. Enter search keywords: "
21 |         <input>
22 |           name="isindex"
23 |       <hr>
25 Test 2 of 3 in ../resources/isindex.dat failed. Input:
26 <isindex name="A" action="B" prompt="C" foo="D">
27 Got:
28 | <html>
29 |   <head>
30 |   <body>
31 |     <isindex>
32 |       action="B"
33 |       foo="D"
34 |       name="A"
35 |       prompt="C"
36 Expected:
37 | <html>
38 |   <head>
39 |   <body>
40 |     <form>
41 |       action="B"
42 |       <hr>
43 |       <label>
44 |         "C"
45 |         <input>
46 |           foo="D"
47 |           name="isindex"
48 |       <hr>
50 Test 3 of 3 in ../resources/isindex.dat failed. Input:
51 <form><isindex>
52 Got:
53 | <html>
54 |   <head>
55 |   <body>
56 |     <form>
57 |       <isindex>
58 Expected:
59 | <html>
60 |   <head>
61 |   <body>
62 |     <form>