tor-browser

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

arg_min_max.https.any.js.ini (640B)


      1 [arg_min_max.https.any.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5 
      6 [arg_min_max.https.any.worker.html]
      7  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      8    expected: FAIL
      9 
     10 [arg_min_max.https.any.html?gpu]
     11  [assert_implements(navigator.ml, 'missing navigator.ml')]
     12    expected: [PASS, FAIL]
     13 
     14 [arg_min_max.https.any.html?cpu]
     15  [assert_implements(navigator.ml, 'missing navigator.ml')]
     16    expected: [PASS, FAIL]
     17 
     18 [arg_min_max.https.any.html?npu]
     19  [assert_implements(navigator.ml, 'missing navigator.ml')]
     20    expected: [PASS, FAIL]