Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | #data |
michael@0 | 2 | <isindex> |
michael@0 | 3 | #errors |
michael@0 | 4 | (1,9): expected-doctype-but-got-start-tag |
michael@0 | 5 | (1,9): deprecated-tag |
michael@0 | 6 | #document |
michael@0 | 7 | | <html> |
michael@0 | 8 | | <head> |
michael@0 | 9 | | <body> |
michael@0 | 10 | | <form> |
michael@0 | 11 | | <hr> |
michael@0 | 12 | | <label> |
michael@0 | 13 | | "This is a searchable index. Enter search keywords: " |
michael@0 | 14 | | <input> |
michael@0 | 15 | | name="isindex" |
michael@0 | 16 | | <hr> |
michael@0 | 17 | |
michael@0 | 18 | #data |
michael@0 | 19 | <isindex name="A" action="B" prompt="C" foo="D"> |
michael@0 | 20 | #errors |
michael@0 | 21 | (1,48): expected-doctype-but-got-start-tag |
michael@0 | 22 | (1,48): deprecated-tag |
michael@0 | 23 | #document |
michael@0 | 24 | | <html> |
michael@0 | 25 | | <head> |
michael@0 | 26 | | <body> |
michael@0 | 27 | | <form> |
michael@0 | 28 | | action="B" |
michael@0 | 29 | | <hr> |
michael@0 | 30 | | <label> |
michael@0 | 31 | | "C" |
michael@0 | 32 | | <input> |
michael@0 | 33 | | foo="D" |
michael@0 | 34 | | name="isindex" |
michael@0 | 35 | | <hr> |
michael@0 | 36 | |
michael@0 | 37 | #data |
michael@0 | 38 | <form><isindex> |
michael@0 | 39 | #errors |
michael@0 | 40 | (1,6): expected-doctype-but-got-start-tag |
michael@0 | 41 | (1,15): deprecated-tag |
michael@0 | 42 | (1,15): expected-closing-tag-but-got-eof |
michael@0 | 43 | #document |
michael@0 | 44 | | <html> |
michael@0 | 45 | | <head> |
michael@0 | 46 | | <body> |
michael@0 | 47 | | <form> |
michael@0 | 48 | |
michael@0 | 49 | #data |
michael@0 | 50 | <body><isindex><form> |
michael@0 | 51 | #errors |
michael@0 | 52 | 6: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. |
michael@0 | 53 | 15: “isindex” seen. |
michael@0 | 54 | 21: End of file seen and there were open elements. |
michael@0 | 55 | 21: Unclosed element “form”. |
michael@0 | 56 | #document |
michael@0 | 57 | | <html> |
michael@0 | 58 | | <head> |
michael@0 | 59 | | <body> |
michael@0 | 60 | | <form> |
michael@0 | 61 | | <hr> |
michael@0 | 62 | | <label> |
michael@0 | 63 | | "This is a searchable index. Enter search keywords: " |
michael@0 | 64 | | <input> |
michael@0 | 65 | | name="isindex" |
michael@0 | 66 | | <hr> |
michael@0 | 67 | | <form> |