RESOLVED FIXED 48403
Typo fix in SVGFEConvolveMatrixElement-dom-* tests
https://bugs.webkit.org/show_bug.cgi?id=48403
Summary Typo fix in SVGFEConvolveMatrixElement-dom-* tests
Renata Hodovan
Reported 2010-10-27 00:34:04 PDT
Typo fix in SVGFEConvolveMatrixElement-dom-* tests
Attachments
Fix typo (7.66 KB, patch)
2010-10-27 00:53 PDT, Renata Hodovan
krit: review-
krit: commit-queue-
Fix typo (7.75 KB, patch)
2010-10-27 10:16 PDT, Renata Hodovan
no flags
Renata Hodovan
Comment 1 2010-10-27 00:53:32 PDT
Created attachment 71995 [details] Fix typo
Dirk Schulze
Comment 2 2010-10-27 01:05:11 PDT
Comment on attachment 71995 [details] Fix typo View in context: https://bugs.webkit.org/attachment.cgi?id=71995&action=review > LayoutTests/ChangeLog:8 > + Since expecteds and pixel tests didn't change after correcting this attribute has no effect so it is removed. Hm, what do you mean? Removing this attribute did not fix the currently failing tests, so we can remove it? :-P
Renata Hodovan
Comment 3 2010-10-27 01:10:39 PDT
(In reply to comment #2) > (From update of attachment 71995 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=71995&action=review > > > LayoutTests/ChangeLog:8 > > + Since expecteds and pixel tests didn't change after correcting this attribute has no effect so it is removed. > > Hm, what do you mean? Removing this attribute did not fix the currently failing tests, so we can remove it? :-P These tests don't fail this time... I realized the preserveAlpha attribute is misspelled... I corrected it, but the expected didn't changed. It means the attribute doesn't have effect in this case, so we can remove it, right?
Nikolas Zimmermann
Comment 4 2010-10-27 01:15:42 PDT
Comment on attachment 71995 [details] Fix typo It's fine with me, but it indicates were missing a SVGFEConvolveMatrixElement-dom/svgdom-preserveAlpha* test, right? If you create one, that shows it's working, you can remove the attribute from the other tests..
Dirk Schulze
Comment 5 2010-10-27 01:17:53 PDT
(In reply to comment #3) > (In reply to comment #2) > > (From update of attachment 71995 [details] [details]) > > View in context: https://bugs.webkit.org/attachment.cgi?id=71995&action=review > > > > > LayoutTests/ChangeLog:8 > > > + Since expecteds and pixel tests didn't change after correcting this attribute has no effect so it is removed. > > > > Hm, what do you mean? Removing this attribute did not fix the currently failing tests, so we can remove it? :-P > > These tests don't fail this time... I realized the preserveAlpha attribute is misspelled... I corrected it, but the expected didn't changed. It means the attribute doesn't have effect in this case, so we can remove it, right? Ah, I saw that we have already preserverAlpha tests. Than I'm fine. Niko and I noticed that we miss SVG DOM tests for feConvolveMatrix. Not sure if I missed it during the review process or someone else, but can you add SVG DOM tests in a new patch as well? After the changes of Niko to the SVG bindings, it shouldn't be a problem to test the kernelMatrix via SVG DOM.
Dirk Schulze
Comment 6 2010-10-27 01:19:03 PDT
(In reply to comment #4) > (From update of attachment 71995 [details]) > It's fine with me, but it indicates were missing a SVGFEConvolveMatrixElement-dom/svgdom-preserveAlpha* test, right? > If you create one, that shows it's working, you can remove the attribute from the other tests.. Hey Niko, don't comment on bugs I'm writing a comment on ;-)
Dirk Schulze
Comment 7 2010-10-27 01:21:55 PDT
Comment on attachment 71995 [details] Fix typo View in context: https://bugs.webkit.org/attachment.cgi?id=71995&action=review >>>> LayoutTests/ChangeLog:8 >>>> + Since expecteds and pixel tests didn't change after correcting this attribute has no effect so it is removed. >>> >>> Hm, what do you mean? Removing this attribute did not fix the currently failing tests, so we can remove it? :-P >> >> These tests don't fail this time... I realized the preserveAlpha attribute is misspelled... I corrected it, but the expected didn't changed. It means the attribute doesn't have effect in this case, so we can remove it, right? > > Ah, I saw that we have already preserverAlpha tests. Than I'm fine. > > Niko and I noticed that we miss SVG DOM tests for feConvolveMatrix. Not sure if I missed it during the review process or someone else, but can you add SVG DOM tests in a new patch as well? After the changes of Niko to the SVG bindings, it shouldn't be a problem to test the kernelMatrix via SVG DOM. Pleases write, that we already have a dom test for preserveAlpha which is not affected by this changes.
Renata Hodovan
Comment 8 2010-10-27 09:05:02 PDT
> Niko and I noticed that we miss SVG DOM tests for feConvolveMatrix. Not sure if I missed it during the review process or someone else, but can you add SVG DOM tests in a new patch as well? After the changes of Niko to the SVG bindings, it shouldn't be a problem to test the kernelMatrix via SVG DOM. Yes.... SVG DOM tests are missing because my previous patch with DOM and SVG DOM tests was too big for bugzilla, so I should cut it into two part. But after then I couldn't generate the SVG DOM tests because filters were not invalidated at SVGImage object (and it's a part of the tests). Since it's solved already I'll send them ASAP (but in its own bug).
Dirk Schulze
Comment 9 2010-10-27 09:24:56 PDT
(In reply to comment #8) > > Niko and I noticed that we miss SVG DOM tests for feConvolveMatrix. Not sure if I missed it during the review process or someone else, but can you add SVG DOM tests in a new patch as well? After the changes of Niko to the SVG bindings, it shouldn't be a problem to test the kernelMatrix via SVG DOM. > Yes.... SVG DOM tests are missing because my previous patch with DOM and SVG DOM tests was too big for bugzilla, so I should cut it into two part. But after then I couldn't generate the SVG DOM tests because filters were not invalidated at SVGImage object (and it's a part of the tests). Since it's solved already I'll send them ASAP (but in its own bug). Great! Please update the ChangeLog and I'll review the patch.
Renata Hodovan
Comment 10 2010-10-27 10:16:56 PDT
Created attachment 72052 [details] Fix typo
Nikolas Zimmermann
Comment 11 2010-10-27 11:33:46 PDT
(In reply to comment #8) > > Niko and I noticed that we miss SVG DOM tests for feConvolveMatrix. Not sure if I missed it during the review process or someone else, but can you add SVG DOM tests in a new patch as well? After the changes of Niko to the SVG bindings, it shouldn't be a problem to test the kernelMatrix via SVG DOM. > Yes.... SVG DOM tests are missing because my previous patch with DOM and SVG DOM tests was too big for bugzilla, so I should cut it into two part. But after then I couldn't generate the SVG DOM tests because filters were not invalidated at SVGImage object (and it's a part of the tests). Since it's solved already I'll send them ASAP (but in its own bug). You can always check the "Big File" checkbox, that allows you to upload more than 2MB.
Renata Hodovan
Comment 12 2010-10-27 11:35:34 PDT
(In reply to comment #11) > (In reply to comment #8) > > > Niko and I noticed that we miss SVG DOM tests for feConvolveMatrix. Not sure if I missed it during the review process or someone else, but can you add SVG DOM tests in a new patch as well? After the changes of Niko to the SVG bindings, it shouldn't be a problem to test the kernelMatrix via SVG DOM. > > Yes.... SVG DOM tests are missing because my previous patch with DOM and SVG DOM tests was too big for bugzilla, so I should cut it into two part. But after then I couldn't generate the SVG DOM tests because filters were not invalidated at SVGImage object (and it's a part of the tests). Since it's solved already I'll send them ASAP (but in its own bug). > > You can always check the "Big File" checkbox, that allows you to upload more than 2MB. Thanks :$
Dirk Schulze
Comment 13 2010-10-27 11:47:49 PDT
Comment on attachment 72052 [details] Fix typo r=me
WebKit Commit Bot
Comment 14 2010-10-27 12:09:30 PDT
Comment on attachment 72052 [details] Fix typo Clearing flags on attachment: 72052 Committed r70686: <http://trac.webkit.org/changeset/70686>
WebKit Commit Bot
Comment 15 2010-10-27 12:09:36 PDT
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 16 2010-10-27 14:05:23 PDT
http://trac.webkit.org/changeset/70686 might have broken GTK Linux 64-bit Debug
Note You need to log in before you can comment on or make changes to this bug.