tor-browser

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

mediametadata.html.ini (761B)


      1 [mediametadata.html]
      2  [Test that the base URL of MediaImage is the base URL of entry setting object]
      3    expected: FAIL
      4 
      5  [Test the different values allowed in MediaMetadata init dictionary]
      6    expected: FAIL
      7 
      8  [Test the default values for MediaMetadata with empty init dictionary]
      9    expected: FAIL
     10 
     11  [Test the default values for MediaMetadata with no init dictionary]
     12    expected: FAIL
     13 
     14  [Test that MediaMetadata is read/write]
     15    expected: FAIL
     16 
     17  [Test that MediaMetadata.chapterInfo is Frozen]
     18    expected: FAIL
     19 
     20  [Test that MediaMetadata.chapterInfo's artwork returns parsed urls]
     21    expected: FAIL
     22 
     23  [Test that MediaMetadata throws when setting an invalid url]
     24    expected: FAIL
     25 
     26  [Test that MediaImage.src is required]
     27    expected: FAIL