Summary: | [CSS Blending] Add test suite to validate background blending with different properties | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mirela <mbudaes> | ||||||||||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||||||||||
Status: | RESOLVED FIXED | ||||||||||||||||
Severity: | Normal | CC: | buildbot, commit-queue, krit, rniwa, WebkitBugTracker | ||||||||||||||
Priority: | P2 | ||||||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||||||
Hardware: | All | ||||||||||||||||
OS: | Unspecified | ||||||||||||||||
Bug Depends on: | |||||||||||||||||
Bug Blocks: | 108546 | ||||||||||||||||
Attachments: |
|
Description
Mirela
2013-07-01 06:46:01 PDT
Created attachment 205810 [details]
Patch
Created attachment 205906 [details]
Patch
Comment on attachment 205906 [details] Patch Attachment 205906 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/1014527 New failing tests: media/video-zoom.html Created attachment 205915 [details]
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: webkit-ews-04 Port: mac-mountainlion Platform: Mac OS X 10.8.3
Created attachment 206096 [details]
Patch
Comment on attachment 206096 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=206096&action=review > LayoutTests/css3/compositing/background-blend-mode-background-attachement-fixed.html:7 > + background: url('resources/ducky.png'), green; Do you think it would be possible to use a dataURI of SVG with one color instead? This could make it possible to use ref tests instead of pixel tests. (In reply to comment #6) > (From update of attachment 206096 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=206096&action=review > > > LayoutTests/css3/compositing/background-blend-mode-background-attachement-fixed.html:7 > > + background: url('resources/ducky.png'), green; > > Do you think it would be possible to use a dataURI of SVG with one color instead? This could make it possible to use ref tests instead of pixel tests. I've tried to use dataURI of SVG but using feBlend in the expected svg file resulted in colour differences between the css blending and the svg feBlend results. I can attach a patch with a simple ref test that I have used. Created attachment 208254 [details]
Patch
Comment on attachment 208254 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208254&action=review r=me. > LayoutTests/css3/compositing/background-blend-mode-background-size-cover-expected.html:8 > + background-size: cover; this shouldn't be necessary for background-color. After all this is the expected file. Created attachment 208260 [details]
Patch
Comment on attachment 208260 [details] Patch Clearing flags on attachment: 208260 Committed r153784: <http://trac.webkit.org/changeset/153784> All reviewed patches have been landed. Closing bug. |