tor-browser

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

url-setters-a-area.window.js.ini (5407B)


      1 [url-setters-a-area.window.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4 
      5 [url-setters-a-area.window.html?include=javascript]
      6  [<a>: Setting <javascript://x/>.username = 'wario']
      7    expected: FAIL
      8 
      9  [<area>: Setting <javascript://x/>.username = 'wario']
     10    expected: FAIL
     11 
     12  [<a>: Setting <javascript://x/>.password = 'bowser']
     13    expected: FAIL
     14 
     15  [<area>: Setting <javascript://x/>.password = 'bowser']
     16    expected: FAIL
     17 
     18  [<a>: Setting <javascript://x/>.port = '12']
     19    expected: FAIL
     20 
     21  [<area>: Setting <javascript://x/>.port = '12']
     22    expected: FAIL
     23 
     24 
     25 [url-setters-a-area.window.html?include=mailto]
     26 
     27 [url-setters-a-area.window.html?exclude=(file|javascript|mailto)]
     28  [<a>: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
     29    expected: FAIL
     30 
     31  [<area>: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
     32    expected: FAIL
     33 
     34  [<a>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
     35    expected: FAIL
     36 
     37  [<area>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
     38    expected: FAIL
     39 
     40  [<a>: Setting <non-spec:/>.pathname = '/..//p']
     41    expected: FAIL
     42 
     43  [<area>: Setting <non-spec:/>.pathname = '/..//p']
     44    expected: FAIL
     45 
     46  [<a>: Setting <non-spec:/>.pathname = '//p']
     47    expected: FAIL
     48 
     49  [<area>: Setting <non-spec:/>.pathname = '//p']
     50    expected: FAIL
     51 
     52  [<a>: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020]
     53    expected: FAIL
     54 
     55  [<area>: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020]
     56    expected: FAIL
     57 
     58  [<a>: Setting <a:/>.pathname = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed.]
     59    expected: FAIL
     60 
     61  [<area>: Setting <a:/>.pathname = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~€Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed.]
     62    expected: FAIL
     63 
     64  [<a>: Setting <https://test.invalid/>.host = '*']
     65    expected: FAIL
     66 
     67  [<area>: Setting <https://test.invalid/>.host = '*']
     68    expected: FAIL
     69 
     70  [<a>: Setting <https://test.invalid/>.hostname = '*']
     71    expected: FAIL
     72 
     73  [<area>: Setting <https://test.invalid/>.hostname = '*']
     74    expected: FAIL
     75 
     76  [<a>: Setting <data:space ?query>.search = '' Trailing spaces and opaque paths]
     77    expected: FAIL
     78 
     79  [<area>: Setting <data:space ?query>.search = '' Trailing spaces and opaque paths]
     80    expected: FAIL
     81 
     82  [<a>: Setting <sc:space ?query>.search = '']
     83    expected: FAIL
     84 
     85  [<area>: Setting <sc:space ?query>.search = '']
     86    expected: FAIL
     87 
     88  [<a>: Setting <data:space  ?query#fragment>.search = '' Trailing spaces and opaque paths]
     89    expected: FAIL
     90 
     91  [<area>: Setting <data:space  ?query#fragment>.search = '' Trailing spaces and opaque paths]
     92    expected: FAIL
     93 
     94  [<a>: Setting <sc:space  ?query#fragment>.search = '']
     95    expected: FAIL
     96 
     97  [<area>: Setting <sc:space  ?query#fragment>.search = '']
     98    expected: FAIL
     99 
    100  [<a>: Setting <data:space                                                                                                                                  #fragment>.hash = '' Trailing spaces and opaque paths]
    101    expected: FAIL
    102 
    103  [<area>: Setting <data:space                                                                                                                                  #fragment>.hash = '' Trailing spaces and opaque paths]
    104    expected: FAIL
    105 
    106  [<a>: Setting <sc:space    #fragment>.hash = '']
    107    expected: FAIL
    108 
    109  [<area>: Setting <sc:space    #fragment>.hash = '']
    110    expected: FAIL
    111 
    112  [<a>: Setting <data:space  ?query#fragment>.hash = '' Trailing spaces and opaque paths]
    113    expected: FAIL
    114 
    115  [<area>: Setting <data:space  ?query#fragment>.hash = '' Trailing spaces and opaque paths]
    116    expected: FAIL
    117 
    118  [<a>: Setting <sc:space  ?query#fragment>.hash = '']
    119    expected: FAIL
    120 
    121  [<area>: Setting <sc:space  ?query#fragment>.hash = '']
    122    expected: FAIL
    123 
    124  [<a>: Setting <https://domain.com:3000>.port = '\n\t80\n\t80\n\t']
    125    expected: FAIL
    126 
    127  [<area>: Setting <https://domain.com:3000>.port = '\n\t80\n\t80\n\t']
    128    expected: FAIL
    129 
    130 
    131 [url-setters-a-area.window.html?include=file]
    132  [<a>: Setting <file://hi/path>.protocol = 's']
    133    expected: FAIL
    134 
    135  [<area>: Setting <file://hi/path>.protocol = 's']
    136    expected: FAIL
    137 
    138  [<a>: Setting <file://test/>.username = 'test']
    139    expected: FAIL
    140 
    141  [<area>: Setting <file://test/>.username = 'test']
    142    expected: FAIL
    143 
    144  [<a>: Setting <file://test/>.password = 'test']
    145    expected: FAIL
    146 
    147  [<area>: Setting <file://test/>.password = 'test']
    148    expected: FAIL
    149 
    150  [<a>: Setting <file://y/>.host = 'x:123']
    151    expected: FAIL
    152 
    153  [<area>: Setting <file://y/>.host = 'x:123']
    154    expected: FAIL
    155 
    156  [<a>: Setting <file://y/>.hostname = 'x:123']
    157    expected: FAIL
    158 
    159  [<area>: Setting <file://y/>.hostname = 'x:123']
    160    expected: FAIL
    161 
    162  [<a>: Setting <file://test/>.port = '12']
    163    expected: FAIL
    164 
    165  [<area>: Setting <file://test/>.port = '12']
    166    expected: FAIL
    167 
    168  [<a>: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
    169    expected: FAIL
    170 
    171  [<area>: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
    172    expected: FAIL