Skip to content

Commit

Permalink
JasonLeyba: More atoms updates. This pass fixes a bug where bot.dom.g…
Browse files Browse the repository at this point in the history
…etVisibleText was dropping trailing <br> tags when there is a subsequent element.

For example:
    <span>a<br/></span><span>b</span>
should yield the visible text "a\nb", but was incorrectly producing "a b".

r11349
  • Loading branch information
jleyba committed Feb 9, 2011
1 parent 5b92ad5 commit a0689dd
Show file tree
Hide file tree
Showing 5 changed files with 1,753 additions and 1,851 deletions.
Loading

0 comments on commit a0689dd

Please sign in to comment.