tor-browser

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

option.html.ini (1317B)


      1 [option.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, CRASH]
      4  [      <form action="/resource-timing/resources/document-navigated.html" method="post">        <input type="submit">        <select name="dangling"><option>    ]
      5    expected: FAIL
      6 
      7  [      <div>        <form action="/resource-timing/resources/document-navigated.html" method="post">          <input type="submit">          <select name="dangling"><option>    ]
      8    expected: FAIL
      9 
     10  [      <form action="/resource-timing/resources/document-navigated.html" method="post" id="form">        <input type="submit">      </form>      <select name="dangling" form="form"><option>    ]
     11    expected: FAIL
     12 
     13  [      <form action="/resource-timing/resources/document-navigated.html" method="post">        <input type="submit">        <select name="dangling"><option label="yay">    ]
     14    expected: FAIL
     15 
     16  [      <div>        <form action="/resource-timing/resources/document-navigated.html" method="post">          <input type="submit">          <select name="dangling"><option label="yay">    ]
     17    expected: FAIL
     18 
     19  [      <form action="/resource-timing/resources/document-navigated.html" method="post" id="form">        <input type="submit">      </form>      <select name="dangling" form="form"><option label="yay">    ]
     20    expected: FAIL