Fixed Hit testing on Framesets when Frameset is transformed
authorfsamuel@chromium.org <fsamuel@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Sep 2011 04:44:39 +0000 (04:44 +0000)
committerfsamuel@chromium.org <fsamuel@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Sep 2011 04:44:39 +0000 (04:44 +0000)
commit3318b7982f6bc8d1b9d9a97b9ea51cf3ac7f75b2
tree3b429cd38d57725f04f81126c024e2d2fe65919a
parent51cce4c7d1c9a32d772ccb18bc932746544ce5d9
Fixed Hit testing on Framesets when Frameset is transformed
https://bugs.webkit.org/show_bug.cgi?id=67740

Reviewed by Simon Fraser.

Source/WebCore:

Tests: fast/frames/frame-set-rotation-hit.html
       fast/frames/frame-set-scaling-hit.html

* rendering/RenderFrameSet.cpp:
(WebCore::RenderFrameSet::userResize):

LayoutTests:

* fast/frames/frame-set-rotation-hit-expected.png: Added.
* fast/frames/frame-set-rotation-hit-expected.txt: Added.
* fast/frames/frame-set-rotation-hit.html: Added.
* fast/frames/frame-set-scaling-hit-expected.png: Added.
* fast/frames/frame-set-scaling-hit-expected.txt: Added.
* fast/frames/frame-set-scaling-hit.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96385 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/frames/frame-set-rotation-hit-expected.png [new file with mode: 0644]
LayoutTests/fast/frames/frame-set-rotation-hit-expected.txt [new file with mode: 0644]
LayoutTests/fast/frames/frame-set-rotation-hit.html [new file with mode: 0644]
LayoutTests/fast/frames/frame-set-scaling-hit-expected.png [new file with mode: 0644]
LayoutTests/fast/frames/frame-set-scaling-hit-expected.txt [new file with mode: 0644]
LayoutTests/fast/frames/frame-set-scaling-hit.html [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/rendering/RenderFrameSet.cpp