tor-browser

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

getter.html.ini (1106B)


      1 [getter.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [<audio> contents ignored ("<audio style='display:block'>abc")]
      5    expected: FAIL
      6 
      7  [<canvas><div id='target'> contents ok for element not being rendered ("<canvas><div id='target'>abc")]
      8    expected: FAIL
      9 
     10  [<select size='1'> contents of options preserved ("<select size='1'><option>abc</option><option>def")]
     11    expected: FAIL
     12 
     13  [empty <optgroup> in <select> ("<div>a<select><optgroup></select>bc")]
     14    expected: FAIL
     15 
     16  [empty <option> in <select> ("<div>a<select><option></select>bc")]
     17    expected: FAIL
     18 
     19  [<optgroup> containing <option> ("<select><optgroup><option>abc</select>")]
     20    expected: FAIL
     21 
     22  [<div> in <option> ("<select><option class='poke-div'>123</select>")]
     23    expected: FAIL
     24 
     25  [<select size='1'> contents of options preserved ("<div><select size='1'><option>abc</option><option>def")]
     26    expected: FAIL
     27 
     28  [<object> contents ignored ("<div><object>abc")]
     29    expected: FAIL
     30 
     31  [undefined ("<select><option>one</option><div><optgroup label=optgroup><div><option><span>two")]
     32    expected: FAIL