tor-browser

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

inserttext.html.ini (2653B)


      1 [inserttext.html?1-1000]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [[["inserttext","\\t"\]\] "foo[\]bar" compare innerHTML]
      5    expected: FAIL
      6 
      7  [[["defaultparagraphseparator","div"\],["inserttext","\\n"\]\] "foo[\]bar" compare innerHTML]
      8    expected: FAIL
      9 
     10  [[["defaultparagraphseparator","p"\],["inserttext","\\n"\]\] "foo[\]bar" compare innerHTML]
     11    expected: FAIL
     12 
     13  [[["defaultparagraphseparator","div"\],["inserttext","abc\\ndef"\]\] "foo[\]bar" compare innerHTML]
     14    expected: FAIL
     15 
     16  [[["defaultparagraphseparator","p"\],["inserttext","abc\\ndef"\]\] "foo[\]bar" compare innerHTML]
     17    expected: FAIL
     18 
     19  [[["inserttext"," "\]\] " foo   [\]   " compare innerHTML]
     20    expected: FAIL
     21 
     22  [[["inserttext"," "\]\] "<div style=white-space:pre-line> foo   [\]   </div>" compare innerHTML]
     23    expected: FAIL
     24 
     25  [[["inserttext"," "\]\] "<div style=white-space:nowrap>foo&nbsp;[\]</div>" compare innerHTML]
     26    expected: FAIL
     27 
     28  [[["inserttext"," "\]\] "<div style=white-space:nowrap> foo   [\]   </div>" compare innerHTML]
     29    expected: FAIL
     30 
     31 
     32 [inserttext.html?1001-2000]
     33  expected:
     34    if (os == "android") and fission: [OK, TIMEOUT]
     35  [[["inserttext","\\t"\]\] "http://a[\]" compare innerHTML]
     36    expected: FAIL
     37 
     38  [[["defaultparagraphseparator","div"\],["inserttext","a"\]\] "<p>fo[o<p>b\]ar" queryCommandValue("defaultparagraphseparator") before]
     39    expected: FAIL
     40 
     41  [[["inserttext","a"\]\] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML]
     42    expected: FAIL
     43 
     44  [[["inserttext","a"\]\] "<a href=/>foo[\]</a>bar" compare innerHTML]
     45    expected: FAIL
     46 
     47 
     48 [inserttext.html?2001-last]
     49  expected:
     50    if (os == "android") and fission: [OK, TIMEOUT]
     51  [[["inserttext"," "\]\] "<div>abc [\] </div>" compare innerHTML]
     52    expected: FAIL
     53 
     54  [[["inserttext","b"\]\] "<div>a<br>{}<span></span><p>c</p></div>" compare innerHTML]
     55    expected: FAIL
     56 
     57  [[["inserttext","g"\],["inserttext","h"\]\] "<div>{abc</div><div>def</div>}" compare innerHTML]
     58    expected: FAIL
     59 
     60  [[["inserttext","g"\],["inserttext","h"\]\] "<div>abc</div><div>{def</div>}" compare innerHTML]
     61    expected: FAIL
     62 
     63  [[["inserttext","g"\],["inserttext","h"\]\] "<div><b>{abc</b></div><div>def</div>}" compare innerHTML]
     64    expected: FAIL
     65 
     66  [[["inserttext","g"\],["inserttext","h"\]\] "<div>abc</div><div><b>{def</b></div>}" compare innerHTML]
     67    expected: FAIL
     68 
     69  [[["inserttext","B"\]\] "<table><tr><td>a<td><b>[b</b><td><b>c</b><td><b>d\]</b><td>e</table>" compare innerHTML]
     70    expected: FAIL
     71 
     72  [[["inserttext","B"\]\] "<table><tr><th>a<th><b>[b</b><th><b>c</b><th><b>d\]</b><th>e</table>" compare innerHTML]
     73    expected: FAIL