Fixed #2037 where Opera would mis-state the value of 'display' after an innerHTML was done in some cases.

This commit is contained in:
David Serduke 2007-12-17 01:58:05 +00:00
parent adc4c48201
commit 6496e4d9c4
3 changed files with 15 additions and 2 deletions

View file

@ -172,6 +172,9 @@ Z</textarea>
</div>
</form>
<div id="nonnodes"><span>hi</span> there <!-- mon ami --></div>
<div id="t2037">
<div><div class="hidden">hidden</div></div>
</div>
</div>
</div>
</dl>