[webkit-reviews] review granted: [Bug 133195] Fix the compositing/transitions/transform-on-large-layer.html test : [Attachment 231924] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 22 17:31:56 PDT 2014


Dean Jackson <dino at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 133195: Fix the  compositing/transitions/transform-on-large-layer.html test
https://bugs.webkit.org/show_bug.cgi?id=133195

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

------- Additional Comments from Dean Jackson <dino at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=231924&action=review


> LayoutTests/compositing/transitions/transform-on-large-layer.html:11
> +	       -webkit-transition: -webkit-transform 0.2s step-end;

Can be just transition.

> LayoutTests/compositing/transitions/transform-on-large-layer.html:41
> +	       var box = document.getElementById("box");
> +	       box.addEventListener('webkitTransitionEnd', function() {
> +		   if (window.testRunner)
> +		       testRunner.notifyDone();
> +	       }, false);
> +
> +	       box.className = 'end';

Maybe pick one of " or '


More information about the webkit-reviews mailing list