icecat: add release icecat-140.7.0-1gnu1 for ecne
This commit is contained in:
parent
7d0f5dab3b
commit
30225f2e73
156 changed files with 9131 additions and 4525 deletions
|
|
@ -3203,4 +3203,20 @@ var browserTests = [
|
|||
"<table><tbody><tr><th>a</th><th><br></th><th><br></th><th><br></th><th>e</th></tr></tbody></table>",
|
||||
[true],
|
||||
{}],
|
||||
|
||||
["<p>abc<br> </p><p>{}<br></p>",
|
||||
[["delete",""]],
|
||||
"<p>abc</p>",
|
||||
[true],
|
||||
{}],
|
||||
["<p>abc<br> </p> <p>{}<br></p>",
|
||||
[["delete",""]],
|
||||
"<p>abc</p>",
|
||||
[true],
|
||||
{}],
|
||||
["<div style=white-space:pre><p>abc</p> <p>{}<br></p></div>",
|
||||
[["delete",""]],
|
||||
"<div style=\"white-space:pre\"><p>abc</p> </div>",
|
||||
[true],
|
||||
{}],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue