tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

insertparagraph-in-child-of-html.tentative.html.ini (10502B)


      1 [insertparagraph-in-child-of-html.tentative.html?designMode=off&white-space=normal]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [insertParagraph in empty <div style="white-space:normal"> after <body> should split the <div>]
      5    expected: FAIL
      6 
      7  [insertParagraph in <div style="white-space:normal"> (containing only a <br>) after <body> should split the <div>]
      8    expected: FAIL
      9 
     10  [insertParagraph in <div style="white-space:normal"> (containing text) after <body> should not create another <div> element]
     11    expected: FAIL
     12 
     13  [insertParagraph in empty <div style="white-space:normal"> before <body> should split the <div>]
     14    expected: FAIL
     15 
     16  [insertParagraph in <div style="white-space:normal"> (containing only a <br>) before <body> should split the <div>]
     17    expected: FAIL
     18 
     19  [insertParagraph in <div style="white-space:normal"> (containing text) before <body> should split the <div>]
     20    expected: FAIL
     21 
     22  [insertParagraph in empty <div style="white-space:normal"> before <head> should split the <div>]
     23    expected: FAIL
     24 
     25  [insertParagraph in <div style="white-space:normal"> (containing only a <br>) before <head> should split the <div>]
     26    expected: FAIL
     27 
     28  [insertParagraph in <div style="white-space:normal"> (containing text) before <head> should split the <div>]
     29    expected: FAIL
     30 
     31 
     32 [insertparagraph-in-child-of-html.tentative.html?designMode=on&white-space=normal]
     33  [insertParagraph in empty <div style="white-space:normal"> after <body> should split the <div>]
     34    expected: FAIL
     35 
     36  [insertParagraph in <div style="white-space:normal"> (containing only a <br>) after <body> should split the <div>]
     37    expected: FAIL
     38 
     39  [insertParagraph in <div style="white-space:normal"> (containing text) after <body> should not create another <div> element]
     40    expected: FAIL
     41 
     42  [insertParagraph in empty <div style="white-space:normal"> before <body> should split the <div>]
     43    expected: FAIL
     44 
     45  [insertParagraph in <div style="white-space:normal"> (containing only a <br>) before <body> should split the <div>]
     46    expected: FAIL
     47 
     48  [insertParagraph in <div style="white-space:normal"> (containing text) before <body> should split the <div>]
     49    expected: FAIL
     50 
     51  [insertParagraph in empty <div style="white-space:normal"> before <head> should split the <div>]
     52    expected: FAIL
     53 
     54  [insertParagraph in <div style="white-space:normal"> (containing only a <br>) before <head> should split the <div>]
     55    expected: FAIL
     56 
     57  [insertParagraph in <div style="white-space:normal"> (containing text) before <head> should split the <div>]
     58    expected: FAIL
     59 
     60 
     61 [insertparagraph-in-child-of-html.tentative.html?designMode=off&white-space=pre]
     62  expected:
     63    if (os == "android") and fission: [OK, TIMEOUT]
     64  [insertParagraph in empty <div style="white-space:pre"> after <body> should split the <div>]
     65    expected: FAIL
     66 
     67  [insertParagraph in <div style="white-space:pre"> (containing only a <br>) after <body> should split the <div>]
     68    expected: FAIL
     69 
     70  [insertParagraph in <div style="white-space:pre"> (containing text) after <body> should not create another <div> element]
     71    expected: FAIL
     72 
     73  [insertParagraph in empty <div style="white-space:pre"> before <body> should split the <div>]
     74    expected: FAIL
     75 
     76  [insertParagraph in <div style="white-space:pre"> (containing only a <br>) before <body> should split the <div>]
     77    expected: FAIL
     78 
     79  [insertParagraph in <div style="white-space:pre"> (containing text) before <body> should split the <div>]
     80    expected: FAIL
     81 
     82  [insertParagraph in empty <div style="white-space:pre"> before <head> should split the <div>]
     83    expected: FAIL
     84 
     85  [insertParagraph in <div style="white-space:pre"> (containing only a <br>) before <head> should split the <div>]
     86    expected: FAIL
     87 
     88  [insertParagraph in <div style="white-space:pre"> (containing text) before <head> should split the <div>]
     89    expected: FAIL
     90 
     91 
     92 [insertparagraph-in-child-of-html.tentative.html?designMode=on&white-space=pre]
     93  expected:
     94    if (os == "android") and fission: [OK, TIMEOUT]
     95  [insertParagraph in empty <div style="white-space:pre"> after <body> should split the <div>]
     96    expected: FAIL
     97 
     98  [insertParagraph in <div style="white-space:pre"> (containing only a <br>) after <body> should split the <div>]
     99    expected: FAIL
    100 
    101  [insertParagraph in <div style="white-space:pre"> (containing text) after <body> should not create another <div> element]
    102    expected: FAIL
    103 
    104  [insertParagraph in empty <div style="white-space:pre"> before <body> should split the <div>]
    105    expected: FAIL
    106 
    107  [insertParagraph in <div style="white-space:pre"> (containing only a <br>) before <body> should split the <div>]
    108    expected: FAIL
    109 
    110  [insertParagraph in <div style="white-space:pre"> (containing text) before <body> should split the <div>]
    111    expected: FAIL
    112 
    113  [insertParagraph in empty <div style="white-space:pre"> before <head> should split the <div>]
    114    expected: FAIL
    115 
    116  [insertParagraph in <div style="white-space:pre"> (containing only a <br>) before <head> should split the <div>]
    117    expected: FAIL
    118 
    119  [insertParagraph in <div style="white-space:pre"> (containing text) before <head> should split the <div>]
    120    expected: FAIL
    121 
    122 
    123 [insertparagraph-in-child-of-html.tentative.html?designMode=off&white-space=pre-line]
    124  [insertParagraph in empty <div style="white-space:pre-line"> after <body> should split the <div>]
    125    expected: FAIL
    126 
    127  [insertParagraph in <div style="white-space:pre-line"> (containing only a <br>) after <body> should split the <div>]
    128    expected: FAIL
    129 
    130  [insertParagraph in <div style="white-space:pre-line"> (containing text) after <body> should not create another <div> element]
    131    expected: FAIL
    132 
    133  [insertParagraph in empty <div style="white-space:pre-line"> before <body> should split the <div>]
    134    expected: FAIL
    135 
    136  [insertParagraph in <div style="white-space:pre-line"> (containing only a <br>) before <body> should split the <div>]
    137    expected: FAIL
    138 
    139  [insertParagraph in <div style="white-space:pre-line"> (containing text) before <body> should split the <div>]
    140    expected: FAIL
    141 
    142  [insertParagraph in empty <div style="white-space:pre-line"> before <head> should split the <div>]
    143    expected: FAIL
    144 
    145  [insertParagraph in <div style="white-space:pre-line"> (containing only a <br>) before <head> should split the <div>]
    146    expected: FAIL
    147 
    148  [insertParagraph in <div style="white-space:pre-line"> (containing text) before <head> should split the <div>]
    149    expected: FAIL
    150 
    151 
    152 [insertparagraph-in-child-of-html.tentative.html?designMode=on&white-space=pre-line]
    153  expected:
    154    if (os == "android") and fission: [OK, TIMEOUT]
    155  [insertParagraph in empty <div style="white-space:pre-line"> after <body> should split the <div>]
    156    expected: FAIL
    157 
    158  [insertParagraph in <div style="white-space:pre-line"> (containing only a <br>) after <body> should split the <div>]
    159    expected: FAIL
    160 
    161  [insertParagraph in <div style="white-space:pre-line"> (containing text) after <body> should not create another <div> element]
    162    expected: FAIL
    163 
    164  [insertParagraph in empty <div style="white-space:pre-line"> before <body> should split the <div>]
    165    expected: FAIL
    166 
    167  [insertParagraph in <div style="white-space:pre-line"> (containing only a <br>) before <body> should split the <div>]
    168    expected: FAIL
    169 
    170  [insertParagraph in <div style="white-space:pre-line"> (containing text) before <body> should split the <div>]
    171    expected: FAIL
    172 
    173  [insertParagraph in empty <div style="white-space:pre-line"> before <head> should split the <div>]
    174    expected: FAIL
    175 
    176  [insertParagraph in <div style="white-space:pre-line"> (containing only a <br>) before <head> should split the <div>]
    177    expected: FAIL
    178 
    179  [insertParagraph in <div style="white-space:pre-line"> (containing text) before <head> should split the <div>]
    180    expected: FAIL
    181 
    182 
    183 [insertparagraph-in-child-of-html.tentative.html?designMode=off&white-space=pre-wrap]
    184  expected:
    185    if (os == "android") and fission: [OK, TIMEOUT]
    186  [insertParagraph in empty <div style="white-space:pre-wrap"> after <body> should split the <div>]
    187    expected: FAIL
    188 
    189  [insertParagraph in <div style="white-space:pre-wrap"> (containing only a <br>) after <body> should split the <div>]
    190    expected: FAIL
    191 
    192  [insertParagraph in <div style="white-space:pre-wrap"> (containing text) after <body> should not create another <div> element]
    193    expected: FAIL
    194 
    195  [insertParagraph in empty <div style="white-space:pre-wrap"> before <body> should split the <div>]
    196    expected: FAIL
    197 
    198  [insertParagraph in <div style="white-space:pre-wrap"> (containing only a <br>) before <body> should split the <div>]
    199    expected: FAIL
    200 
    201  [insertParagraph in <div style="white-space:pre-wrap"> (containing text) before <body> should split the <div>]
    202    expected: FAIL
    203 
    204  [insertParagraph in empty <div style="white-space:pre-wrap"> before <head> should split the <div>]
    205    expected: FAIL
    206 
    207  [insertParagraph in <div style="white-space:pre-wrap"> (containing only a <br>) before <head> should split the <div>]
    208    expected: FAIL
    209 
    210  [insertParagraph in <div style="white-space:pre-wrap"> (containing text) before <head> should split the <div>]
    211    expected: FAIL
    212 
    213 
    214 [insertparagraph-in-child-of-html.tentative.html?designMode=on&white-space=pre-wrap]
    215  expected:
    216    if (os == "android") and fission: [OK, TIMEOUT]
    217  [insertParagraph in empty <div style="white-space:pre-wrap"> after <body> should split the <div>]
    218    expected: FAIL
    219 
    220  [insertParagraph in <div style="white-space:pre-wrap"> (containing only a <br>) after <body> should split the <div>]
    221    expected: FAIL
    222 
    223  [insertParagraph in <div style="white-space:pre-wrap"> (containing text) after <body> should not create another <div> element]
    224    expected: FAIL
    225 
    226  [insertParagraph in empty <div style="white-space:pre-wrap"> before <body> should split the <div>]
    227    expected: FAIL
    228 
    229  [insertParagraph in <div style="white-space:pre-wrap"> (containing only a <br>) before <body> should split the <div>]
    230    expected: FAIL
    231 
    232  [insertParagraph in <div style="white-space:pre-wrap"> (containing text) before <body> should split the <div>]
    233    expected: FAIL
    234 
    235  [insertParagraph in empty <div style="white-space:pre-wrap"> before <head> should split the <div>]
    236    expected: FAIL
    237 
    238  [insertParagraph in <div style="white-space:pre-wrap"> (containing only a <br>) before <head> should split the <div>]
    239    expected: FAIL
    240 
    241  [insertParagraph in <div style="white-space:pre-wrap"> (containing text) before <head> should split the <div>]
    242    expected: FAIL