[webkit-reviews] review granted: [Bug 114655] Composited layer that painted into composited ancestor is not repainted after moving : [Attachment 199404] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 09:16:49 PDT 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Hurnjoo Lee
<hurnjoo.lee at samsung.com>'s request for review:
Bug 114655: Composited layer that painted into composited ancestor is not
repainted after moving
https://bugs.webkit.org/show_bug.cgi?id=114655

Attachment 199404: patch
https://bugs.webkit.org/attachment.cgi?id=199404&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=199404&action=review


r+ but please improve the test and investigate the EWS failures.

>
LayoutTests/compositing/repaint/absolute-painted-into-composited-ancestor.html:
27
> +    function doTest() {
> +	 setTimeout(function() {
> +	     moveBox();
> +	 }, 100);

100ms is a very long timeout for a test; you should be able to use 10 or less.


More information about the webkit-reviews mailing list