tor-browser

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

select-selectedOptions-nesting.window.js.ini (926B)


      1 [select-selectedOptions-nesting.window.html]
      2  [<select> containing <option><option selected>]
      3    expected: FAIL
      4 
      5  [<select> containing <hr><option selected>]
      6    expected: FAIL
      7 
      8  [<select> containing <select><option selected>]
      9    expected: FAIL
     10 
     11  [<select><optgroup> containing <option><option selected>]
     12    expected: FAIL
     13 
     14  [<select><optgroup> containing <hr><option selected>]
     15    expected: FAIL
     16 
     17  [<select><optgroup> containing <select><option selected>]
     18    expected: FAIL
     19 
     20  [<select><optgroup> containing <optgroup><option selected>]
     21    expected: FAIL
     22 
     23  [<select><div><optgroup><div> containing <option><option selected>]
     24    expected: FAIL
     25 
     26  [<select><div><optgroup><div> containing <hr><option selected>]
     27    expected: FAIL
     28 
     29  [<select><div><optgroup><div> containing <select><option selected>]
     30    expected: FAIL
     31 
     32  [<select><div><optgroup><div> containing <optgroup><option selected>]
     33    expected: FAIL