QA/Firefox3.5/SVG effects in HTML Testplan: Difference between revisions
< QA | Firefox3.5
Jump to navigation
Jump to search
(New page: <small>« QA/Firefox3.1/TestPlan</small> ;SVG effects in HTML Testplan = Overview = We are implementing 2d transforms for content in web pages. I don't t...) |
|||
Line 10: | Line 10: | ||
== Things we should do == | == Things we should do == | ||
* There are quite a few reftests being applied with the patch: http://mxr.mozilla.org/mozilla-central/source/layout/reftests/svg-integration/ | * There are quite a few reftests being applied with the patch: http://mxr.mozilla.org/mozilla-central/source/layout/reftests/svg-integration/ | ||
Need to talk with roc to see if these are enough and if there are more sanity "does it work" reftest patches needed. | * Need to talk with roc to see if these are enough and if there are more sanity "does it work" reftest patches needed. | ||
* Fuzztest | * Fuzztest | ||
=== Functional Cases Needed === | === Functional Cases Needed === | ||
== Things we'd like to do == | == Things we'd like to do == |
Revision as of 17:30, 11 September 2008
- SVG effects in HTML Testplan
Overview
We are implementing 2d transforms for content in web pages. I don't think we are doing 3d transforms yet.
Test Strategy
Things we should do
- There are quite a few reftests being applied with the patch: http://mxr.mozilla.org/mozilla-central/source/layout/reftests/svg-integration/
- Need to talk with roc to see if these are enough and if there are more sanity "does it work" reftest patches needed.
- Fuzztest
Functional Cases Needed
Things we'd like to do
- Test the various HTML elements with these SVG effects.
- Test if if works for XUL/MATHML too.
- Test with various styles like overflow/position/display/box-shadow/etc.
Schedule Scoping
- Writing these tests will take about 3 days, because verifying that the transform is correct and coming up with the proper reference image will be a bit of a pain.