12011-03-17 ChangSeok Oh <shivamidow@gmail.com>
2
3 Reviewed by NOBODY (OOPS!).
4
5 Wrong tab focused region
6 https://bugs.webkit.org/show_bug.cgi?id=52952
7
8 Fix wrong outline of focused anchor node.
9 The outline region of anchor node which has image node is smaller than expected region, when the anchor node is focused.
10 All child nodes of anchor node have been considered as text node.
11 So font height is only calculated to get top position.
12 To fix this, Some lines are added to get maxium line height and to recalulate top position.
13
14 Test: fast/repaint/outline-focus-anchor-image.html
15
16 * rendering/RenderInline.cpp:
17 (WebCore::RenderInline::paintOutline):
18 (WebCore::RenderInline::paintOutlineForLine):
19