tor-browser

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

inserthtml.html.ini (4441B)


      1 [inserthtml.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [[["defaultparagraphseparator","div"\],["inserthtml","<li>abc"\]\] "<p>foo[bar\]baz" compare innerHTML]
      5    expected: FAIL
      6 
      7  [[["defaultparagraphseparator","p"\],["inserthtml","<li>abc"\]\] "<p>foo[bar\]baz" compare innerHTML]
      8    expected: FAIL
      9 
     10  [[["inserthtml","abc"\]\] "<xmp>f[o\]o</xmp>" compare innerHTML]
     11    expected: FAIL
     12 
     13  [[["stylewithcss","true"\],["inserthtml","<b>abc</b>"\]\] "<xmp>f[o\]o</xmp>" compare innerHTML]
     14    expected: FAIL
     15 
     16  [[["stylewithcss","false"\],["inserthtml","<b>abc</b>"\]\] "<xmp>f[o\]o</xmp>" compare innerHTML]
     17    expected: FAIL
     18 
     19  [[["stylewithcss","true"\],["inserthtml","<b>abc</b>"\]\] "<script>f[o\]o</script>bar" compare innerHTML]
     20    expected: FAIL
     21 
     22  [[["stylewithcss","false"\],["inserthtml","<b>abc</b>"\]\] "<script>f[o\]o</script>bar" compare innerHTML]
     23    expected: FAIL
     24 
     25  [[["inserthtml","<dt>abc</dt>"\]\] "<dl><dt>f[o\]o<dd>bar</dl>" compare innerHTML]
     26    expected: FAIL
     27 
     28  [[["inserthtml","<dt>abc</dt>"\]\] "f[o\]o" compare innerHTML]
     29    expected: FAIL
     30 
     31  [[["inserthtml","<dt>abc</dt>"\]\] "<ol><li>f[o\]o</ol>" compare innerHTML]
     32    expected: FAIL
     33 
     34  [[["inserthtml","<dd>abc</dd>"\]\] "f[o\]o" compare innerHTML]
     35    expected: FAIL
     36 
     37  [[["inserthtml","<dd>abc</dd>"\]\] "<ol><li>f[o\]o</ol>" compare innerHTML]
     38    expected: FAIL
     39 
     40  [[["inserthtml","<ol><li>abc</ol>"\]\] "<dir><li>f[o\]o</dir>" compare innerHTML]
     41    expected: FAIL
     42 
     43  [[["inserthtml","<ol><li>abc</ol>"\]\] "<ol><li>f[o\]o</ol>" compare innerHTML]
     44    expected: FAIL
     45 
     46  [[["inserthtml","<ol><li>abc</ol>"\]\] "<ul><li>f[o\]o</ul>" compare innerHTML]
     47    expected: FAIL
     48 
     49  [[["inserthtml","<ul><li>abc</ul>"\]\] "<dir><li>f[o\]o</dir>" compare innerHTML]
     50    expected: FAIL
     51 
     52  [[["inserthtml","<ul><li>abc</ul>"\]\] "<ol><li>f[o\]o</ol>" compare innerHTML]
     53    expected: FAIL
     54 
     55  [[["inserthtml","<ul><li>abc</ul>"\]\] "<ul><li>f[o\]o</ul>" compare innerHTML]
     56    expected: FAIL
     57 
     58  [[["defaultparagraphseparator","div"\],["inserthtml","<li>abc</li>"\]\] "f[o\]o" compare innerHTML]
     59    expected: FAIL
     60 
     61  [[["defaultparagraphseparator","p"\],["inserthtml","<li>abc</li>"\]\] "f[o\]o" compare innerHTML]
     62    expected: FAIL
     63 
     64  [[["stylewithcss","true"\],["defaultparagraphseparator","div"\],["inserthtml","<p>abc"\]\] "<font color=blue>foo[\]bar</font>" compare innerHTML]
     65    expected: FAIL
     66 
     67  [[["stylewithcss","false"\],["defaultparagraphseparator","div"\],["inserthtml","<p>abc"\]\] "<font color=blue>foo[\]bar</font>" compare innerHTML]
     68    expected: FAIL
     69 
     70  [[["stylewithcss","true"\],["defaultparagraphseparator","p"\],["inserthtml","<p>abc"\]\] "<font color=blue>foo[\]bar</font>" compare innerHTML]
     71    expected: FAIL
     72 
     73  [[["stylewithcss","false"\],["defaultparagraphseparator","p"\],["inserthtml","<p>abc"\]\] "<font color=blue>foo[\]bar</font>" compare innerHTML]
     74    expected: FAIL
     75 
     76  [[["stylewithcss","true"\],["defaultparagraphseparator","div"\],["inserthtml","<p>abc"\]\] "<span style=color:blue>foo[\]bar</span>" compare innerHTML]
     77    expected: FAIL
     78 
     79  [[["stylewithcss","false"\],["defaultparagraphseparator","div"\],["inserthtml","<p>abc"\]\] "<span style=color:blue>foo[\]bar</span>" compare innerHTML]
     80    expected: FAIL
     81 
     82  [[["stylewithcss","true"\],["defaultparagraphseparator","p"\],["inserthtml","<p>abc"\]\] "<span style=color:blue>foo[\]bar</span>" compare innerHTML]
     83    expected: FAIL
     84 
     85  [[["stylewithcss","false"\],["defaultparagraphseparator","p"\],["inserthtml","<p>abc"\]\] "<span style=color:blue>foo[\]bar</span>" compare innerHTML]
     86    expected: FAIL
     87 
     88  [[["inserthtml"," "\]\] "<p>[foo\]</p>" compare innerHTML]
     89    expected: FAIL
     90 
     91  [[["stylewithcss","true"\],["inserthtml","<span style=display:none></span>"\]\] "<p>[foo\]</p>" compare innerHTML]
     92    expected: FAIL
     93 
     94  [[["stylewithcss","false"\],["inserthtml","<span style=display:none></span>"\]\] "<p>[foo\]</p>" compare innerHTML]
     95    expected: FAIL
     96 
     97  [[["inserthtml","abc"\]\] "<p><!--foo-->{}<span><br></span><!--bar--></p>" compare innerHTML]
     98    expected: FAIL
     99 
    100  [[["inserthtml","<!--abc-->"\]\] "<p><!--foo-->{}<span><br></span><!--bar--></p>" compare innerHTML]
    101    expected: FAIL
    102 
    103  [[["inserthtml","abc"\]\] "<p>{}<span><!--foo--><br><!--bar--></span></p>" compare innerHTML]
    104    expected: FAIL
    105 
    106  [[["inserthtml","<!--abc-->"\]\] "<p>{}<span><!--foo--><br><!--bar--></span></p>" compare innerHTML]
    107    expected: FAIL