tor-browser

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

payment-is-showing.https.html.ini (1674B)


      1 [payment-is-showing.https.html]
      2  expected:
      3    TIMEOUT
      4  [Simple payment-relevant browsing context's payment request is showing boolean is true]
      5    expected: FAIL
      6 
      7  [Navigating an nested browsing context sets 'payment request is showing boolean' back to false]
      8    expected: FAIL
      9 
     10  [Given multiple nested browsing contexts, and an iframe calls show() first, other nested browsing contexts can't show a request.]
     11    expected:
     12      if not debug and (os == "linux"): TIMEOUT
     13      FAIL
     14 
     15  [Using a popup window prevents the top-browsing context from showing a payment request]
     16    expected: FAIL
     17 
     18  [An iframe cannot show a payment request if the top-level window is already showing one.]
     19    expected: FAIL
     20 
     21  [Given multiple nested browsing contexts, and popup calls show() first, other nested browsing contexts can't show a request.]
     22    expected:
     23      FAIL
     24 
     25  [The top browsing context can only show one payment sheet at a time.]
     26    expected: FAIL
     27 
     28  [Navigating an iframe as a nested browsing context sets 'payment request is showing boolean' to false.]
     29    expected:
     30      if (os == "linux"): TIMEOUT
     31      if (os == "mac"): TIMEOUT
     32      if os == "win": TIMEOUT
     33      FAIL
     34 
     35  [Given multiple nested browsing contexts, and window calls show() first, other nested browsing contexts can't show a request.]
     36    expected:
     37      FAIL
     38 
     39  [If an iframe shows a payment request, the top-level browsing context can't also show one.]
     40    expected: FAIL
     41 
     42  [Navigating a popup as a nested browsing context sets 'payment request is showing boolean' to false.]
     43    expected:
     44      if os == "linux": NOTRUN
     45      if os == "mac": NOTRUN
     46      if os == "win": NOTRUN
     47      FAIL