193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
| Line 15: | Line 15: | ||
<!-- What do you plan to test? What is covered by Developer testing? What is not practical to test? --> | <!-- What do you plan to test? What is covered by Developer testing? What is not practical to test? --> | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=441469 bug 441469] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=441469 bug 441469] : parsing of @font-face rules | ||
** check if the rules are parsed and stored correctly | ** check if the rules are parsed and stored correctly | ||
** possible threats | ** possible threats | ||
*** multibyte characters, especially the ones related to quotes and colons | *** multibyte characters, especially the ones related to quotes and colons | ||
*** too many values, too long characters, etc | *** too many values, too long characters, etc | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=441473 bug 441473] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=441473 bug 441473] : implementation of @font-face | ||
** compare the rendering of usual font-family and @font-face using same fonts | ** compare the rendering of usual font-family and @font-face using same fonts | ||
*** I wonder how we can automate that testing ... | *** I wonder how we can automate that testing ... | ||
** tests for various types of src | ** tests for various types of src | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=443976 bug 443976] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=443976 bug 443976] : unicode-range support in @font-face | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=443978 bug 443978] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=443978 bug 443978] : mutation support of @font-face rules from JavaScripts | ||
= Platform and Configurations = | = Platform and Configurations = | ||
edits