Bug 39442 - [Qt] CSS3-Mask properties are not working
Summary: [Qt] CSS3-Mask properties are not working
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P3 Major
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-05-20 13:44 PDT by Prasad
Modified: 2011-01-21 11:17 PST (History)
3 users (show)

See Also:


Attachments
HTML Pages and supporting images (934.24 KB, application/x-zip-compressed)
2010-05-20 13:44 PDT, Prasad
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Prasad 2010-05-20 13:44:26 PDT
Created attachment 56625 [details]
HTML Pages and supporting images

CSS3 mask properties are not working.

Launch the attached HTML pages and the the pages should render the HTML pages with CSS3 Mask properties.

(1) css3_Mask9.html: [CSS3-Mask: 'mask' shorthand Property] Verify that the image after masking should be masked in a semi circle fashion from bottom left to top right, if it does pass the test else fail.

(2) css3_Mask22.html: [CSS3-Mask: 'mask-image' property] Verify that the background image repeated in the box and is masked at different places, Test is passed if it behaves as mentioned.

(3) css3_Mask55.html: [CSS3-Mask: 'mask-repeat' Property with value as 'round'] Verify that the background image repeated in the box and is masked at different places, Test is passed if it behaves as mentioned.

(4) css3_Mask56.html: [CSS3-Mask: 'mask-repeat' Property with value as 'space'] Verify that the background image repeated in the box and is masked at different places, Test is passed if it behaves as mentioned.


The same HTML tests PASS on Safari browser but FAIL on Qt Anomaly browser.

Safari: NOT Reproducible
Qt Anomaly: Reproducible
Comment 1 Benjamin Poulain 2010-11-12 04:57:42 PST
I checked the first test case, the test is invalid, I reject this bug as invalid.
Comment 2 Chang Shu 2011-01-21 11:17:49 PST
(In reply to comment #1)
> I checked the first test case, the test is invalid, I reject this bug as invalid.

I just want to say svg as mask image is not supported at the moment. So if the intention of the test is for testing CCS3-Mask property, it's better to change the circle.svg with other image format like png. That should make the test work.