tor-browser

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

removeformat.html.ini (1013B)


      1 [removeformat.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [[["stylewithcss","true"\],["removeformat",""\]\] "foo<b id=foo>b[a\]r</b>baz" compare innerHTML]
      5    expected: FAIL
      6 
      7  [[["stylewithcss","false"\],["removeformat",""\]\] "foo<b id=foo>b[a\]r</b>baz" compare innerHTML]
      8    expected: FAIL
      9 
     10  [[["removeformat",""\]\] "foo<span id=foo>b[a\]r</span>baz" compare innerHTML]
     11    expected: FAIL
     12 
     13  [[["stylewithcss","true"\],["removeformat",""\]\] "<p style=\\"font-weight: bold\\">foo[bar\]baz</p>" compare innerHTML]
     14    expected: FAIL
     15 
     16  [[["stylewithcss","false"\],["removeformat",""\]\] "<p style=\\"font-weight: bold\\">foo[bar\]baz</p>" compare innerHTML]
     17    expected: FAIL
     18 
     19  [[["stylewithcss","true"\],["removeformat",""\]\] "<b><p style=\\"font-weight: bold\\">foo[bar\]baz</p></b>" compare innerHTML]
     20    expected: FAIL
     21 
     22  [[["stylewithcss","false"\],["removeformat",""\]\] "<b><p style=\\"font-weight: bold\\">foo[bar\]baz</p></b>" compare innerHTML]
     23    expected: FAIL