[webkit-reviews] review denied: [Bug 84480] ASSERT failure in RenderLayer::computeRepaintRects : [Attachment 138634] With test case
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 24 14:01:30 PDT 2012
Simon Fraser (smfr) <simon.fraser at apple.com> has denied review:
Bug 84480: ASSERT failure in RenderLayer::computeRepaintRects
https://bugs.webkit.org/show_bug.cgi?id=84480
Attachment 138634: With test case
https://bugs.webkit.org/attachment.cgi?id=138634&action=review
------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=138634&action=review
>
LayoutTests/compositing/visibility/compositing-and-visibility--turned-off-toget
her.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.
More information about the webkit-reviews
mailing list