parser/htmlparser/tests/mochitest/html5lib_tree_construction/isindex.dat

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial