1. Open the attached test case. It has a transform applied to the content node of a named flow. 2. In Web Inspector, toggle the transform off and on RESULT: The overflow is visible when the transform is removed and becomes hidden when it's applied EXPECTED: transform should not affect overflow behavior Note: The exact same test case applying the transform to the region instead does not affect overflow at all.
Created attachment 201984 [details] test case for bug
Created attachment 201985 [details] reference file for test case
*** Bug 115873 has been marked as a duplicate of this bug. ***
Still repros on today's nightly (r151543)
Created attachment 216919 [details] Patch containing test for visual overflow with transformed content This problem has been fixed by https://bugs.webkit.org/show_bug.cgi?id=118665. After that patch lands, these new tests can be landed as well (the tests fail on the current implementation, without the 118665 patch).
Comment on attachment 216919 [details] Patch containing test for visual overflow with transformed content Clearing flags on attachment: 216919 Committed r159624: <http://trac.webkit.org/changeset/159624>
All reviewed patches have been landed. Closing bug.