Skip to content

Commit

Permalink
Add Konqueror 4.2.2 results, which apparently has similar "table inne…
Browse files Browse the repository at this point in the history
…rHTML" bug as IE
  • Loading branch information
Juriy Zaytsev committed May 17, 2009
1 parent 3f1ddc0 commit 4c06733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -258,7 +258,7 @@ <h2>Bugs:</h2>
<tr>
<td>IS_REGEXP_WHITESPACE_CHARACTER_CLASS_BUGGY</td>
<td></td>
<td>IE, Safari</td>
<td>IE, Safari, Konqueror 4.2.2</td>
<td>
Test whether <code>/\s/</code> matches whitespace characters (<code>\t</code>,<code>\v</code>,<code>\f</code>, etc.)
(See <a href="http://bclary.com/2004/11/07/#a-15.10.2.12" title="ECMA-262 15.10.2.12">15.10.2.12</a>)
Expand All @@ -269,7 +269,7 @@ <h2>Bugs:</h2>
<tr>
<td>IS_STRING_PROTOTYPE_SPLIT_REGEXP_BUGGY</td>
<td></td>
<td>IE</td>
<td>IE, Konqueror 4.2.2</td>
<td>
Test whether <code>String.prototype.split</code> works with regexp capturing groups properly
</td>
Expand Down Expand Up @@ -348,7 +348,7 @@ <h2>Bugs:</h2>
<tr>
<td>TABLE_ELEMENT_INNERHTML_BUGGY</td>
<td></td>
<td>IE</td>
<td>IE, Konqueror 4.2.2</td>
<td>
<a href="http://msdn.microsoft.com/en-us/library/ms533897(VS.85).aspx">innerHTML article on MSDN</a>
</td>
Expand Down

0 comments on commit 4c06733

Please sign in to comment.