Bug 151774 - Fix the graphics benchmark tests to work on FireFox
Summary: Fix the graphics benchmark tests to work on FireFox
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 14:12 PST by Said Abou-Hallawa
Modified: 2023-05-10 10:36 PDT (History)
4 users (show)

See Also:


Attachments
Patch (11.04 KB, patch)
2015-12-02 17:51 PST, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2015-12-02 14:12:24 PST
1. clip-path: polygon(...) is not supported by FireFox. It supports only URL value. https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path.
2. CanvasRenderingContext2D.ellipse() is not supported by FireFox. https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/ellipse.
3. CanvasRenderingContext2D.drawImage() draws an SVG image only when it has an intrinsic size. https://bugzilla.mozilla.org/show_bug.cgi?id=700533. A test page is http://phrogz.net/SVG/svg_to_png.xhtml.
Comment 1 Said Abou-Hallawa 2015-12-02 17:51:12 PST
Created attachment 266490 [details]
Patch
Comment 2 Said Abou-Hallawa 2023-05-10 10:36:12 PDT
This bug is not relevant anymore. MotionMark sub tests had changed long time ago and and all of them work as expected on FireFox.