Bug 151774

Summary: Fix the graphics benchmark tests to work on FireFox
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: AnimationsAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: cdumez, commit-queue, dino, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.