WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-05-22 17:30:26 PDT
Created
attachment 231924
[details]
Patch
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
https://trac.webkit.org/r169232
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug