tor-browser

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

edit-context-property.tentative.html.ini (614B)


      1 [edit-context-property.tentative.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4  [Check the existence of HTMLElement.editContext]
      5    expected: FAIL
      6 
      7  [HTMLElement.editContext must throw a TypeError if set to something other than an EditContext]
      8    expected: FAIL
      9 
     10  [HTMLElement.editContext can be set on the shadow root elements plus canvas.]
     11    expected: FAIL
     12 
     13  [Setting HTMLElement.editContext must throw a NotSupportedError for disallowed elements]
     14    expected: FAIL
     15 
     16  [An EditContext can only be associated with one element at a time]
     17    expected: FAIL