RESOLVED FIXED 133195
Fix the compositing/transitions/transform-on-large-layer.html test
https://bugs.webkit.org/show_bug.cgi?id=133195
Summary Fix the compositing/transitions/transform-on-large-layer.html test
Simon Fraser (smfr)
Reported 2014-05-22 17:25:05 PDT
Fix the compositing/transitions/transform-on-large-layer.html test
Attachments
Patch (4.37 KB, patch)
2014-05-22 17:30 PDT, Simon Fraser (smfr)
dino: review+
Simon Fraser (smfr)
Comment 1 2014-05-22 17:30:26 PDT
Dean Jackson
Comment 2 2014-05-22 17:32:20 PDT
Comment on attachment 231924 [details] Patch 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 '
Simon Fraser (smfr)
Comment 3 2014-05-22 17:40:19 PDT
Note You need to log in before you can comment on or make changes to this bug.