| Index: Source/WebCore/rendering/RenderBlock.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBlock.cpp (revision 148457)
|
| +++ Source/WebCore/rendering/RenderBlock.cpp (working copy)
|
| @@ -4943,7 +4943,7 @@
|
| // Now hit test our background
|
| if (hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) {
|
| LayoutRect boundsRect(adjustedLocation, size());
|
| - if (visibleToHitTesting() && locationInContainer.intersects(boundsRect)) {
|
| + if (visibleToHitTestRequest(request) && locationInContainer.intersects(boundsRect)) {
|
| updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - localOffset));
|
| if (!result.addNodeToRectBasedTestResult(nodeForHitTest(), request, locationInContainer, boundsRect))
|
| return true;
|
|
|