tor-browser

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

2d.text.measure.index-from-offset-edges.tentative.worker.js.ini (1829B)


      1 [2d.text.measure.index-from-offset-edges.tentative.worker.html]
      2  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction ltr and text align left.]
      3    expected: FAIL
      4 
      5  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction rtl and text align left.]
      6    expected: FAIL
      7 
      8  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction ltr and text align center.]
      9    expected: FAIL
     10 
     11  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction rtl and text align center.]
     12    expected: FAIL
     13 
     14  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction ltr and text align right.]
     15    expected: FAIL
     16 
     17  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction rtl and text align right.]
     18    expected: FAIL
     19 
     20  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction ltr and text align start.]
     21    expected: FAIL
     22 
     23  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction rtl and text align start.]
     24    expected: FAIL
     25 
     26  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction ltr and text align end.]
     27    expected: FAIL
     28 
     29  [Check that TextMetrics::getIndexFromOffset() gives correct edges when the requested point is outside the range, with direction rtl and text align end.]
     30    expected: FAIL