Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / html5lib / generated / run-tests19-write-expected.txt
1 ../resources/tests19.dat:
2 8
3 9
4 10
5 11
6 12
7
8 Test 8 of 108 in ../resources/tests19.dat failed. Input:
9 <!doctype html><form><isindex>
10 Got:
11 | <!DOCTYPE html>
12 | <html>
13 |   <head>
14 |   <body>
15 |     <form>
16 |       <isindex>
17 Expected:
18 | <!DOCTYPE html>
19 | <html>
20 |   <head>
21 |   <body>
22 |     <form>
23
24 Test 9 of 108 in ../resources/tests19.dat failed. Input:
25 <!doctype html><isindex action="POST">
26 Got:
27 | <!DOCTYPE html>
28 | <html>
29 |   <head>
30 |   <body>
31 |     <isindex>
32 |       action="POST"
33 Expected:
34 | <!DOCTYPE html>
35 | <html>
36 |   <head>
37 |   <body>
38 |     <form>
39 |       action="POST"
40 |       <hr>
41 |       <label>
42 |         "This is a searchable index. Enter search keywords: "
43 |         <input>
44 |           name="isindex"
45 |       <hr>
46
47 Test 10 of 108 in ../resources/tests19.dat failed. Input:
48 <!doctype html><isindex prompt="this is isindex">
49 Got:
50 | <!DOCTYPE html>
51 | <html>
52 |   <head>
53 |   <body>
54 |     <isindex>
55 |       prompt="this is isindex"
56 Expected:
57 | <!DOCTYPE html>
58 | <html>
59 |   <head>
60 |   <body>
61 |     <form>
62 |       <hr>
63 |       <label>
64 |         "this is isindex"
65 |         <input>
66 |           name="isindex"
67 |       <hr>
68
69 Test 11 of 108 in ../resources/tests19.dat failed. Input:
70 <!doctype html><isindex type="hidden">
71 Got:
72 | <!DOCTYPE html>
73 | <html>
74 |   <head>
75 |   <body>
76 |     <isindex>
77 |       type="hidden"
78 Expected:
79 | <!DOCTYPE html>
80 | <html>
81 |   <head>
82 |   <body>
83 |     <form>
84 |       <hr>
85 |       <label>
86 |         "This is a searchable index. Enter search keywords: "
87 |         <input>
88 |           name="isindex"
89 |           type="hidden"
90 |       <hr>
91
92 Test 12 of 108 in ../resources/tests19.dat failed. Input:
93 <!doctype html><isindex name="foo">
94 Got:
95 | <!DOCTYPE html>
96 | <html>
97 |   <head>
98 |   <body>
99 |     <isindex>
100 |       name="foo"
101 Expected:
102 | <!DOCTYPE html>
103 | <html>
104 |   <head>
105 |   <body>
106 |     <form>
107 |       <hr>
108 |       <label>
109 |         "This is a searchable index. Enter search keywords: "
110 |         <input>
111 |           name="isindex"
112 |       <hr>