QA/Firefox3.5/SVG effects in HTML Testplan: Difference between revisions

From MozillaWiki
< QA‎ | Firefox3.5
Jump to navigation Jump to search
Line 21: Line 21:


= Schedule Scoping =
= 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.
* Writing these tests will take at least 3 days, because I need to learn how SVG mask/clip-path/filter effects work (and need to learn more about SVG in general for that).
 
 
= References =
= References =
* https://bugzilla.mozilla.org/show_bug.cgi?id=450340
* https://bugzilla.mozilla.org/show_bug.cgi?id=450340

Revision as of 17:48, 11 September 2008

« QA/Firefox3.1/TestPlan

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

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 at least 3 days, because I need to learn how SVG mask/clip-path/filter effects work (and need to learn more about SVG in general for that).

References