Reviewed by Harrison
* khtml/xml/dom_position.cpp:
(DOM::Position::downstream): Fix a bug in downstream that prevented a call with DoNotStayInBlock
specified from obeying that directive. The old code would stop at an outer block boundary in
the case where that block had a block as its first child. The correct behavior is to drill into
that inner block (and continue on drilling down, if possible), to find the correct position.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8083
268f45cc-cd09-0410-ab3c-
d52691b4dbfc