[Webkit-unassigned] [Bug 76850] Clipping of render layer boundaries does not take page scale into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 16:12:18 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76850


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123719|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-01-24 16:12:18 PST ---
(From update of attachment 123719)
View in context: https://bugs.webkit.org/attachment.cgi?id=123719&action=review

It would be nice if the bug listed some real-world sites known by be broken.

> LayoutTests/compositing/overflow/overflow-scaled-descendant-overlapping.html:25
> +    <div style="position: absolute; left: 400px; z-index: 1; background: #0f0">
> +        <!-- Green should appear on top. -->
> +    </div>
> +
> +    <div style="position: absolute; left: 400px; overflow: hidden">
> +        <div style="-webkit-transform: translateZ(0); background: #f00">
> +            <!-- Red should be hidden. -->
> +        </div>

Please use 'red' and 'green' for colors, rather than hex values.

Also, use of css classes like '#indicator" makes the test self-documenting. I also don't like inline style in general.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list