Bug 133195 - Fix the compositing/transitions/transform-on-large-layer.html test
Summary: Fix the compositing/transitions/transform-on-large-layer.html test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks: 168217
  Show dependency treegraph
 
Reported: 2014-05-22 17:25 PDT by Simon Fraser (smfr)
Modified: 2017-02-15 18:08 PST (History)
6 users (show)

See Also:


Attachments
Patch (4.37 KB, patch)
2014-05-22 17:30 PDT, Simon Fraser (smfr)
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-05-22 17:25:05 PDT
Fix the  compositing/transitions/transform-on-large-layer.html test
Comment 1 Simon Fraser (smfr) 2014-05-22 17:30:26 PDT
Created attachment 231924 [details]
Patch
Comment 2 Dean Jackson 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 '
Comment 3 Simon Fraser (smfr) 2014-05-22 17:40:19 PDT
https://trac.webkit.org/r169232