Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
excluded test29 for ie<9
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Oct 17, 2014
1 parent 5372aee commit 50cdb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions testsuite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ <h1>The Hyphenator Testsuite</h1>

if (/msie 8/i.test(navigator.userAgent)) {
tests[16] = {exec: false, path: 'test16.html'};
tests[29] = {exec: false, path: 'test29.html'};
tests[104] = {exec: false, path: 'test104.html'};
}

Expand Down
2 changes: 1 addition & 1 deletion testsuite/test29.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<body>
<p><a href="index.html">&lt;&lt;- index</a> | <a href="test28.html">&lt;- Prev</a> | <a href="test30.html">Next -&gt;</a></p>
<h1>Test 29</h1>
<p id="desc">Check for compatibility with <a href="http://www.prototypejs.org/">prototype.js</a>.</p>
<p id="desc">Check for compatibility with <a href="http://www.prototypejs.org/">prototype.js</a> (IE&lt;9 has issues here).</p>
<p id="test" lang="en">Hyphenation</p>
<p id="ref">Hy|phen|ation</p>
</body>
Expand Down

0 comments on commit 50cdb9e

Please sign in to comment.