tor-browser

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

setter-argument.html.ini (739B)


      1 [setter-argument.html]
      2  [String attribute setter should treat no arguments as undefined]
      3    expected: [PASS, FAIL]
      4 
      5  [Object attribute setter should treat no arguments as undefined]
      6    expected: [PASS, FAIL]
      7 
      8  [[Replaceable\] setter should treat no arguments as undefined]
      9    expected: [PASS, FAIL]
     10 
     11  [[LegacyLenientThis\] setter should not throw even if this value is invalid, regardless of the arguments count]
     12    expected: [PASS, FAIL]
     13 
     14  [[LegacyLenientThis\] setter should treat no arguments as undefined]
     15    expected: [PASS, FAIL]
     16 
     17  [[LegacyLenientSetter\] setter should treat no arguments as undefined]
     18    expected: [PASS, FAIL]
     19 
     20  [[PutForward\] setter should treat no arguments as undefined]
     21    expected: [PASS, FAIL]