[Webkit-unassigned] [Bug 144782] WebKit nightly does not display video elements with CSS transform by Javascript.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 11:55:40 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144782

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #252707|review?                     |review-
              Flags|                            |

--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 252707
  --> https://bugs.webkit.org/attachment.cgi?id=252707
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=252707&action=review

The code change seems OK, but the test will break everyone.

> LayoutTests/media/video-transformed-by-javascript-expected.txt:12
> +          (drawsContent 1)

This result will be platform-specific, because this layer will only be drawsContent=1 on platforms that don't have supportsAcceleratedRendering().

> LayoutTests/media/video-transformed-by-javascript.html:29
> +    <video id="videoRotate" width="480" height="270" type="video/mp4" src="test.mp4"/>

test.mp4 doesn't exist in that directory. You need to use the functions in media-file.js to load a media type that works on all platforms, like the other tests in this directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150508/46162da5/attachment.html>


More information about the webkit-unassigned mailing list