RESOLVED INVALID39442
[Qt] CSS3-Mask properties are not working
https://bugs.webkit.org/show_bug.cgi?id=39442
Summary [Qt] CSS3-Mask properties are not working
Prasad
Reported 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
Attachments
HTML Pages and supporting images (934.24 KB, application/x-zip-compressed)
2010-05-20 13:44 PDT, Prasad
no flags
Benjamin Poulain
Comment 1 2010-11-12 04:57:42 PST
I checked the first test case, the test is invalid, I reject this bug as invalid.
Chang Shu
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.