tor-browser

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

caretRangeFromPoint.tentative.html.ini (835B)


      1 [caretRangeFromPoint.tentative.html]
      2  [document.caretRangeFromPoint() (no supplied coordinates) returns Range with 0 0 values]
      3    expected: FAIL
      4 
      5  [document.caretRangeFromPoint() should return null for a document with no viewport]
      6    expected: FAIL
      7 
      8  [document.caretRangeFromPoint() should return null if given coordinates outside of the viewport]
      9    expected: FAIL
     10 
     11  [document.caretRangeFromPoint() should return a Range at the specified location]
     12    expected: FAIL
     13 
     14  [document.caretRangeFromPoint() should return a client rect close to the given coords]
     15    expected: FAIL
     16 
     17  [document.caretRangeFromPoint() on a shadow should return a Range pointing at the same node as caretPositionFromPoint]
     18    expected: FAIL
     19 
     20  [document.caretRangeFromPoint() on a textarea should return a Range pointing at canvas]
     21    expected: FAIL