tor-browser

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

inserthorizontalrule.html.ini (1475B)


      1 [inserthorizontalrule.html]
      2  max-asserts: 8 # in nsTextFrame.cpp
      3  bug: 1909069
      4  [[["inserthorizontalrule",""\]\] "<span>foo[</span><span>\]bar</span>" compare innerHTML]
      5    expected: FAIL
      6 
      7  [[["stylewithcss","true"\],["inserthorizontalrule",""\]\] "<b id=abc>foo[\]bar</b>" compare innerHTML]
      8    expected: FAIL
      9 
     10  [[["stylewithcss","false"\],["inserthorizontalrule",""\]\] "<b id=abc>foo[\]bar</b>" compare innerHTML]
     11    expected: FAIL
     12 
     13  [[["defaultparagraphseparator","div"\],["inserthorizontalrule",""\]\] "<p id=abc>foo[bar\]baz</p>" compare innerHTML]
     14    expected: FAIL
     15 
     16  [[["defaultparagraphseparator","p"\],["inserthorizontalrule",""\]\] "<p id=abc>foo[bar\]baz</p>" compare innerHTML]
     17    expected: FAIL
     18 
     19  [[["inserthorizontalrule",""\]\] "<address>foo[bar\]baz</address>" compare innerHTML]
     20    expected: FAIL
     21 
     22  [[["inserthorizontalrule",""\]\] "<table><caption>foo[bar\]baz</caption><tr><td>quz</table>": execCommand("inserthorizontalrule", false, "") return value]
     23    expected: FAIL
     24 
     25  [[["inserthorizontalrule",""\]\] "<table><caption>foo[bar\]baz</caption><tr><td>quz</table>" compare innerHTML]
     26    expected: FAIL
     27 
     28  [[["inserthorizontalrule",""\]\] "<dl><dt>foo[bar\]baz</dt></dl>" compare innerHTML]
     29    expected: FAIL
     30 
     31  [[["inserthorizontalrule",""\]\] "<blink>foo[bar\]baz</blink>" compare innerHTML]
     32    expected: FAIL
     33 
     34  [[["inserthorizontalrule",""\]\] "fo[o<span contenteditable=false>bar</span>b\]az" compare innerHTML]
     35    expected: FAIL