[Webkit-unassigned] [Bug 84480] ASSERT failure in RenderLayer::computeRepaintRects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 14:01:31 PDT 2012


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #138634|                            |review-
               Flag|                            |




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

> LayoutTests/compositing/visibility/compositing-and-visibility--turned-off-together.html:16
> +if (window.layoutTestController)
> +    layoutTestController.dumpAsText();
> +
> +function dotest()
> +{
> +    document.getElementById('theelement').style.setProperty('visibility','hidden','');
> +    document.getElementById('theelement').style.removeProperty('-webkit-perspective');
> +
> +    // force layout
> +    document.body.offsetTop;
> +}
> +</script>
> +</head>
> +<body onload="setTimeout(dotest,20)">

If you're using setTimeout, you need to use layoutTestController.waitUntilDone/notifyDone.

-- 
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