tor-browser

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

instanceNormalization.https.any.js.ini (851B)


      1 [instanceNormalization.https.any.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[instanceNormalization\] throw if input is from another builder]
      6    expected: FAIL
      7 
      8  [[instanceNormalization\] throw if scale option is from another builder]
      9    expected: FAIL
     10 
     11  [[instanceNormalization\] throw if bias option is from another builder]
     12    expected: FAIL
     13 
     14 
     15 [instanceNormalization.https.any.worker.html]
     16  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     17    expected: FAIL
     18 
     19  [[instanceNormalization\] throw if input is from another builder]
     20    expected: FAIL
     21 
     22  [[instanceNormalization\] throw if scale option is from another builder]
     23    expected: FAIL
     24 
     25  [[instanceNormalization\] throw if bias option is from another builder]
     26    expected: FAIL