tor-browser

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

abspos-dialog-layout.html.ini (1445B)


      1 [abspos-dialog-layout.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [showModal() should center in the viewport]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if (os == "android") and not debug: [PASS, FAIL]
      8 
      9  [Dialog should be recentered if showModal() is called after close()]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if (os == "android") and not debug: [PASS, FAIL]
     13 
     14  [A tall dialog should be positioned at the top of the viewport.]
     15    expected:
     16      if (os == "android") and not debug: [PASS, FAIL]
     17      if (os == "mac") and not debug: [PASS, FAIL]
     18 
     19  [The dialog should be centered regardless of the presence of a horizontal scrollbar.]
     20    expected:
     21      if (os == "mac") and not debug: [PASS, FAIL]
     22      if (os == "android") and not debug: [PASS, FAIL]
     23 
     24  [Centering should work when dialog is inside positioned containers.]
     25    expected:
     26      if (os == "mac") and not debug: [PASS, FAIL]
     27      if (os == "android") and not debug: [PASS, FAIL]
     28 
     29  [Dialog should not still be centered when removed, and re-added to the document.]
     30    expected:
     31      if (os == "mac") and not debug: [PASS, FAIL]
     32      if (os == "android") and not debug: [PASS, FAIL]
     33 
     34  [Dialog should be recentered if showModal() is called after removing 'open'.]
     35    expected:
     36      if (os == "mac") and not debug: [PASS, FAIL]
     37      if (os == "android") and not debug: [PASS, FAIL]