diff options
Diffstat (limited to 'testing/web-platform/tests/fonts')
186 files changed, 634 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fonts/AD.woff b/testing/web-platform/tests/fonts/AD.woff Binary files differnew file mode 100644 index 0000000000..3df8ea8efd --- /dev/null +++ b/testing/web-platform/tests/fonts/AD.woff diff --git a/testing/web-platform/tests/fonts/Ahem.ttf b/testing/web-platform/tests/fonts/Ahem.ttf Binary files differnew file mode 100644 index 0000000000..4d4785a412 --- /dev/null +++ b/testing/web-platform/tests/fonts/Ahem.ttf diff --git a/testing/web-platform/tests/fonts/Ahem.ttf.headers b/testing/web-platform/tests/fonts/Ahem.ttf.headers new file mode 100644 index 0000000000..6a0df8b1f5 --- /dev/null +++ b/testing/web-platform/tests/fonts/Ahem.ttf.headers @@ -0,0 +1,3 @@ +Access-Control-Allow-Origin: * +Cache-Control: max-age=3600 +Timing-Allow-Origin: * diff --git a/testing/web-platform/tests/fonts/CSSTest/LICENSE b/testing/web-platform/tests/fonts/CSSTest/LICENSE new file mode 100644 index 0000000000..9b3c1a6df5 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/LICENSE @@ -0,0 +1,94 @@ +Copyright (c) 2003-2008 SIL International (http://www.sil.org/), +with Reserved Font Names "Gentium" and "SIL". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 1 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that the font +names of derivative works are changed. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/testing/web-platform/tests/fonts/CSSTest/README b/testing/web-platform/tests/fonts/CSSTest/README new file mode 100644 index 0000000000..53f1a7b548 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/README @@ -0,0 +1,19 @@ +These fonts were created to support the testing of the font features +in CSS, and are required to run some of the tests for those features. + +The fonts are modified versions of Gentium Basic, licensed by SIL under +the Open Font License which allows modifications as long as the terms +of the license are met. + +The original fonts were used to create the family 'CSSTest Basic'. This +family has four faces and can be used for testing bold / italics. +A subsetted version of this font with only glyphs for basic ASCII +characters is 'CSSTest ASCII'. This was used to make the other +variations. Most of the modications are to the name table and character +maps, for the most part glyphs were not modified. + +The fonts are available for download both individually and as a +ZIP package below. + +The files test.html and test.xhtml test that the fonts have been +correctly installed. diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-ascii.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-ascii.ttf Binary files differnew file mode 100644 index 0000000000..076788e9ce --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-ascii.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-basic-bold.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-bold.ttf Binary files differnew file mode 100644 index 0000000000..8c53e6fdd4 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-bold.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-basic-bolditalic.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-bolditalic.ttf Binary files differnew file mode 100644 index 0000000000..5b58f1ffa2 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-bolditalic.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-basic-italic.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-italic.ttf Binary files differnew file mode 100644 index 0000000000..c375ab37b9 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-italic.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-basic-regular.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-regular.ttf Binary files differnew file mode 100644 index 0000000000..c98d6130b6 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-basic-regular.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-fallback.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-fallback.ttf Binary files differnew file mode 100644 index 0000000000..4f20f261f4 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-fallback.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-bold.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-bold.ttf Binary files differnew file mode 100644 index 0000000000..4bddbc2d16 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-bold.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyA.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyA.ttf Binary files differnew file mode 100644 index 0000000000..9f605f9190 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyA.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyB.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyB.ttf Binary files differnew file mode 100644 index 0000000000..0a3688c53a --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyB.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyC.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyC.ttf Binary files differnew file mode 100644 index 0000000000..feb463b15d --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname-funkyC.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-familyname.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname.ttf Binary files differnew file mode 100644 index 0000000000..5131280c2f --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-familyname.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-verify.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-verify.ttf Binary files differnew file mode 100644 index 0000000000..1d0b62a200 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-verify.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-100.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-100.ttf Binary files differnew file mode 100644 index 0000000000..964558a949 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-100.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w1.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w1.ttf Binary files differnew file mode 100644 index 0000000000..181d1a70e1 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w1.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w4.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w4.ttf Binary files differnew file mode 100644 index 0000000000..1751716d7a --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w4.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w7.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w7.ttf Binary files differnew file mode 100644 index 0000000000..f38fca9ff2 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w7.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w9.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w9.ttf Binary files differnew file mode 100644 index 0000000000..7f34bbff82 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-1479-w9.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-15-w1.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-15-w1.ttf Binary files differnew file mode 100644 index 0000000000..851f29b9f0 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-15-w1.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-15-w5.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-15-w5.ttf Binary files differnew file mode 100644 index 0000000000..cb06f50f90 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-15-w5.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-200.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-200.ttf Binary files differnew file mode 100644 index 0000000000..306d895498 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-200.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-24-w2.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-24-w2.ttf Binary files differnew file mode 100644 index 0000000000..4c8533e658 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-24-w2.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-24-w4.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-24-w4.ttf Binary files differnew file mode 100644 index 0000000000..63cecb9aa3 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-24-w4.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w2.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w2.ttf Binary files differnew file mode 100644 index 0000000000..99e03e90e6 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w2.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w5.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w5.ttf Binary files differnew file mode 100644 index 0000000000..9300aeef4c --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w5.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w6.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w6.ttf Binary files differnew file mode 100644 index 0000000000..546489031e --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w6.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w9.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w9.ttf Binary files differnew file mode 100644 index 0000000000..66a1a06015 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-2569-w9.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w2.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w2.ttf Binary files differnew file mode 100644 index 0000000000..95b048816c --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w2.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w5.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w5.ttf Binary files differnew file mode 100644 index 0000000000..3de6631d0b --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w5.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w8.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w8.ttf Binary files differnew file mode 100644 index 0000000000..25d64dfb8c --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-258-w8.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-300.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-300.ttf Binary files differnew file mode 100644 index 0000000000..87fcd310ae --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-300.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w3.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w3.ttf Binary files differnew file mode 100644 index 0000000000..fb071c03df --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w3.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w5.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w5.ttf Binary files differnew file mode 100644 index 0000000000..2b9e530a81 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w5.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w8.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w8.ttf Binary files differnew file mode 100644 index 0000000000..745a60ae25 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w8.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w9.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w9.ttf Binary files differnew file mode 100644 index 0000000000..e805f01d8f --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-3589-w9.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-400.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-400.ttf Binary files differnew file mode 100644 index 0000000000..9938a378bd --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-400.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-47-w4.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-47-w4.ttf Binary files differnew file mode 100644 index 0000000000..f6108ab210 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-47-w4.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-47-w7.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-47-w7.ttf Binary files differnew file mode 100644 index 0000000000..9496c5fdf2 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-47-w7.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-500.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-500.ttf Binary files differnew file mode 100644 index 0000000000..0c132d28cd --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-500.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-600.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-600.ttf Binary files differnew file mode 100644 index 0000000000..ce776c01a2 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-600.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-700.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-700.ttf Binary files differnew file mode 100644 index 0000000000..156b0287a9 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-700.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-800.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-800.ttf Binary files differnew file mode 100644 index 0000000000..0f41c30467 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-800.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-900.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-900.ttf Binary files differnew file mode 100644 index 0000000000..97c8735125 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-900.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w1.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w1.ttf Binary files differnew file mode 100644 index 0000000000..dd1f6a9101 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w1.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w2.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w2.ttf Binary files differnew file mode 100644 index 0000000000..c42a506e21 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w2.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w3.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w3.ttf Binary files differnew file mode 100644 index 0000000000..f16a77b6ed --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w3.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w4.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w4.ttf Binary files differnew file mode 100644 index 0000000000..8b1abae2f3 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w4.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w5.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w5.ttf Binary files differnew file mode 100644 index 0000000000..94aa999682 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w5.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w6.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w6.ttf Binary files differnew file mode 100644 index 0000000000..9badb99f50 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w6.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w7.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w7.ttf Binary files differnew file mode 100644 index 0000000000..049d93d769 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w7.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w8.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w8.ttf Binary files differnew file mode 100644 index 0000000000..80169bf071 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w8.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w9.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w9.ttf Binary files differnew file mode 100644 index 0000000000..542e4ab199 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights-full-w9.ttf diff --git a/testing/web-platform/tests/fonts/CSSTest/csstest-weights.ttf b/testing/web-platform/tests/fonts/CSSTest/csstest-weights.ttf Binary files differnew file mode 100644 index 0000000000..b9c5a507f2 --- /dev/null +++ b/testing/web-platform/tests/fonts/CSSTest/csstest-weights.ttf diff --git a/testing/web-platform/tests/fonts/CanvasTest-ascent256.ttf b/testing/web-platform/tests/fonts/CanvasTest-ascent256.ttf Binary files differnew file mode 100644 index 0000000000..84ce51dee7 --- /dev/null +++ b/testing/web-platform/tests/fonts/CanvasTest-ascent256.ttf diff --git a/testing/web-platform/tests/fonts/CanvasTest-descent0.ttf b/testing/web-platform/tests/fonts/CanvasTest-descent0.ttf Binary files differnew file mode 100644 index 0000000000..b0291dcf42 --- /dev/null +++ b/testing/web-platform/tests/fonts/CanvasTest-descent0.ttf diff --git a/testing/web-platform/tests/fonts/CanvasTest-nospace.ttf b/testing/web-platform/tests/fonts/CanvasTest-nospace.ttf Binary files differnew file mode 100644 index 0000000000..5e586aa6be --- /dev/null +++ b/testing/web-platform/tests/fonts/CanvasTest-nospace.ttf diff --git a/testing/web-platform/tests/fonts/CanvasTest.ttf b/testing/web-platform/tests/fonts/CanvasTest.ttf Binary files differnew file mode 100644 index 0000000000..6cdeccd10f --- /dev/null +++ b/testing/web-platform/tests/fonts/CanvasTest.ttf diff --git a/testing/web-platform/tests/fonts/CanvasTest.ttf.headers b/testing/web-platform/tests/fonts/CanvasTest.ttf.headers new file mode 100644 index 0000000000..6f34caa8f2 --- /dev/null +++ b/testing/web-platform/tests/fonts/CanvasTest.ttf.headers @@ -0,0 +1 @@ +Cache-Control: max-age=3600 diff --git a/testing/web-platform/tests/fonts/GentiumPlus-R.woff b/testing/web-platform/tests/fonts/GentiumPlus-R.woff Binary files differnew file mode 100644 index 0000000000..2d3bf3ed87 --- /dev/null +++ b/testing/web-platform/tests/fonts/GentiumPlus-R.woff diff --git a/testing/web-platform/tests/fonts/META.yml b/testing/web-platform/tests/fonts/META.yml new file mode 100644 index 0000000000..5b04a86e6e --- /dev/null +++ b/testing/web-platform/tests/fonts/META.yml @@ -0,0 +1,3 @@ +suggested_reviewers: + - fantasai + - kojiishi diff --git a/testing/web-platform/tests/fonts/README.md b/testing/web-platform/tests/fonts/README.md new file mode 100644 index 0000000000..7c6ed9a5c8 --- /dev/null +++ b/testing/web-platform/tests/fonts/README.md @@ -0,0 +1,6 @@ +This directory only contains auxiliary font files used by other tests. See +/css-fonts for tests covering the CSS Fonts Module specification. + +The font named `Ahem.ttf` is referenced from the project documentation and the +CLI's scripts for provisioning virtual machines provided by Sauce Labs. If that +file is re-located, the references should be updated accordingly. diff --git a/testing/web-platform/tests/fonts/Revalia.woff b/testing/web-platform/tests/fonts/Revalia.woff Binary files differnew file mode 100644 index 0000000000..631bee6de9 --- /dev/null +++ b/testing/web-platform/tests/fonts/Revalia.woff diff --git a/testing/web-platform/tests/fonts/Scheherazade-Regular.woff b/testing/web-platform/tests/fonts/Scheherazade-Regular.woff Binary files differnew file mode 100644 index 0000000000..04d93fa462 --- /dev/null +++ b/testing/web-platform/tests/fonts/Scheherazade-Regular.woff diff --git a/testing/web-platform/tests/fonts/adobe-fonts/CSSFWOrientationTest.otf b/testing/web-platform/tests/fonts/adobe-fonts/CSSFWOrientationTest.otf Binary files differnew file mode 100644 index 0000000000..f9cbd2be89 --- /dev/null +++ b/testing/web-platform/tests/fonts/adobe-fonts/CSSFWOrientationTest.otf diff --git a/testing/web-platform/tests/fonts/adobe-fonts/CSSHWOrientationTest.otf b/testing/web-platform/tests/fonts/adobe-fonts/CSSHWOrientationTest.otf Binary files differnew file mode 100644 index 0000000000..84ad57bef5 --- /dev/null +++ b/testing/web-platform/tests/fonts/adobe-fonts/CSSHWOrientationTest.otf diff --git a/testing/web-platform/tests/fonts/adobe-fonts/LICENSE b/testing/web-platform/tests/fonts/adobe-fonts/LICENSE new file mode 100644 index 0000000000..ac5f0b0432 --- /dev/null +++ b/testing/web-platform/tests/fonts/adobe-fonts/LICENSE @@ -0,0 +1,31 @@ +CSS Half-Width Orientation Test and CSS Full-Width Orientation Test are released under the SIL Open Font License - please read it carefully and do not download the fonts unless you agree to the the terms of the license: +Copyright © 2013 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Names CSS Half-Width Orientation Test and CSS Full-Width Orientation Test +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). +"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/testing/web-platform/tests/fonts/adobe-fonts/README.md b/testing/web-platform/tests/fonts/adobe-fonts/README.md new file mode 100644 index 0000000000..61f6870554 --- /dev/null +++ b/testing/web-platform/tests/fonts/adobe-fonts/README.md @@ -0,0 +1,43 @@ +CSS Orientation Test +==== + +Overview +---- +CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files +that were used to build these OpenType fonts by using the AFDKO *makeotf* tool. + +Getting Involved +---- +Send suggestions for changes to the CSS Orientation Test project maintainer, lunde@adobe.com, for consideration. + +Building +==== + +Pre-built font binaries +---- +The installable font resources (font binaries) are not part of the source files. +They are available at https://github.com/adobe-fonts/css-orientation-test/ +The latest version of the font binaries is 1.005 (April 4th 2015). + + +Requirements +---- + +For building binary font files from source, installation of the +[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO) +is necessary. The AFDKO tools are widely used for font development today, and are part of most font editor applications. + +Building the fonts +---- + +The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found +by executing *makeotf -h*. + +In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font +for the full-width version like this, which also includes a post-process for inserting a "stub" 'DSIG' table: + + % makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H + % sfntedit -a DSIG=DSIG.bin CSSFWOrientationTest.otf + % sfntedit -f CSSFWOrientationTest.otf + +That is all. diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_Ahem!.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_Ahem!.TTF Binary files differnew file mode 100644 index 0000000000..8e874110de --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_Ahem!.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_MissingItalicOblique.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_MissingItalicOblique.TTF Binary files differnew file mode 100644 index 0000000000..2c76d57cdb --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_MissingItalicOblique.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_MissingNormal.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_MissingNormal.TTF Binary files differnew file mode 100644 index 0000000000..96cc52e70a --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_MissingNormal.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_SmallCaps.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_SmallCaps.TTF Binary files differnew file mode 100644 index 0000000000..5494aa3fb4 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_SmallCaps.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_WhiteSpace.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_WhiteSpace.TTF Binary files differnew file mode 100644 index 0000000000..10c218a1e9 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_WhiteSpace.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_cursive.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_cursive.TTF Binary files differnew file mode 100644 index 0000000000..090d040749 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_cursive.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_default.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_default.TTF Binary files differnew file mode 100644 index 0000000000..6f77099bc8 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_default.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_fantasy.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_fantasy.TTF Binary files differnew file mode 100644 index 0000000000..a357cb523e --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_fantasy.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_inherit.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_inherit.TTF Binary files differnew file mode 100644 index 0000000000..2357c694bd --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_inherit.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_initial.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_initial.TTF Binary files differnew file mode 100644 index 0000000000..1fb73f05c1 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_initial.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_monospace.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_monospace.TTF Binary files differnew file mode 100644 index 0000000000..aeacf2e5f6 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_monospace.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_sans-serif.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_sans-serif.TTF Binary files differnew file mode 100644 index 0000000000..bc9de7820d --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_sans-serif.TTF diff --git a/testing/web-platform/tests/fonts/ahem-extra/AHEM_serif.TTF b/testing/web-platform/tests/fonts/ahem-extra/AHEM_serif.TTF Binary files differnew file mode 100644 index 0000000000..742c1646d8 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem-extra/AHEM_serif.TTF diff --git a/testing/web-platform/tests/fonts/ahem.css b/testing/web-platform/tests/fonts/ahem.css new file mode 100644 index 0000000000..02c1554537 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem.css @@ -0,0 +1,6 @@ +@font-face { + font-family: 'Ahem'; + src: local('Ahem'), + url('/fonts/Ahem.ttf'); +} + diff --git a/testing/web-platform/tests/fonts/ahem.css.headers b/testing/web-platform/tests/fonts/ahem.css.headers new file mode 100644 index 0000000000..e828b62985 --- /dev/null +++ b/testing/web-platform/tests/fonts/ahem.css.headers @@ -0,0 +1,2 @@ +Content-Type: text/css;charset=utf-8 +Cache-Control: max-age=3600 diff --git a/testing/web-platform/tests/fonts/fail.woff b/testing/web-platform/tests/fonts/fail.woff Binary files differnew file mode 100644 index 0000000000..33487cdbb4 --- /dev/null +++ b/testing/web-platform/tests/fonts/fail.woff diff --git a/testing/web-platform/tests/fonts/hasubi-mono/HasubiMono-Regular.woff2 b/testing/web-platform/tests/fonts/hasubi-mono/HasubiMono-Regular.woff2 Binary files differnew file mode 100644 index 0000000000..ee8b598dd9 --- /dev/null +++ b/testing/web-platform/tests/fonts/hasubi-mono/HasubiMono-Regular.woff2 diff --git a/testing/web-platform/tests/fonts/hasubi-mono/LICENSE.txt b/testing/web-platform/tests/fonts/hasubi-mono/LICENSE.txt new file mode 100644 index 0000000000..d952d62c06 --- /dev/null +++ b/testing/web-platform/tests/fonts/hasubi-mono/LICENSE.txt @@ -0,0 +1,92 @@ +This Font Software is licensed under the SIL Open Font License, +Version 1.1. + +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font +creation efforts of academic and linguistic communities, and to +provide a free and open framework in which fonts may be shared and +improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply to +any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software +components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, +deleting, or substituting -- in part or in whole -- any of the +components of the Original Version, by changing formats or by porting +the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, +modify, redistribute, and sell modified and unmodified copies of the +Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in +Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the +corresponding Copyright Holder. This restriction only applies to the +primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created using +the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/testing/web-platform/tests/fonts/hasubi-mono/README.md b/testing/web-platform/tests/fonts/hasubi-mono/README.md new file mode 100644 index 0000000000..20bd1ea7ad --- /dev/null +++ b/testing/web-platform/tests/fonts/hasubi-mono/README.md @@ -0,0 +1,7 @@ +This font is a monospace Arabic font, which helps test the interaction of bidi +with line breaking, among other features. + +Some operating systems already ship with a monospace Arabic font by default, but +not all do, so it is better to use a webfont. + +This font was obtained from https://github.com/eliheuer/hasubi-mono. diff --git a/testing/web-platform/tests/fonts/math/axisheight5000-verticalarrow14000.woff b/testing/web-platform/tests/fonts/math/axisheight5000-verticalarrow14000.woff Binary files differnew file mode 100644 index 0000000000..70f366a3d0 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/axisheight5000-verticalarrow14000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-axisheight7000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-axisheight7000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..2a9d78cc9d --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-axisheight7000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-denominatordisplaystylegapmin5000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-denominatordisplaystylegapmin5000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..e4d381edaf --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-denominatordisplaystylegapmin5000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-denominatordisplaystyleshiftdown6000-axisheight1000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-denominatordisplaystyleshiftdown6000-axisheight1000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..28e41f5cfb --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-denominatordisplaystyleshiftdown6000-axisheight1000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-denominatorgapmin4000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-denominatorgapmin4000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..ab648f5eb6 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-denominatorgapmin4000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-denominatorshiftdown3000-axisheight1000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-denominatorshiftdown3000-axisheight1000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..f0e0d5cbc2 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-denominatorshiftdown3000-axisheight1000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-numeratordisplaystylegapmin8000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-numeratordisplaystylegapmin8000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..2e910bbf42 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-numeratordisplaystylegapmin8000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-numeratordisplaystyleshiftup2000-axisheight1000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-numeratordisplaystyleshiftup2000-axisheight1000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..d6f530d8e1 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-numeratordisplaystyleshiftup2000-axisheight1000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-numeratorgapmin9000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-numeratorgapmin9000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..1b5d60bb14 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-numeratorgapmin9000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-numeratorshiftup11000-axisheight1000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/fraction-numeratorshiftup11000-axisheight1000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..d268539796 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-numeratorshiftup11000-axisheight1000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/fraction-rulethickness10000.woff b/testing/web-platform/tests/fonts/math/fraction-rulethickness10000.woff Binary files differnew file mode 100644 index 0000000000..ec69f2424f --- /dev/null +++ b/testing/web-platform/tests/fonts/math/fraction-rulethickness10000.woff diff --git a/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight2000-2AFF-italiccorrection3000.woff b/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight2000-2AFF-italiccorrection3000.woff Binary files differnew file mode 100644 index 0000000000..0b4f8bf46a --- /dev/null +++ b/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight2000-2AFF-italiccorrection3000.woff diff --git a/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight5000.woff b/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight5000.woff Binary files differnew file mode 100644 index 0000000000..53fcc13a16 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight5000.woff diff --git a/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight7000-2AFF-italiccorrection5000.woff b/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight7000-2AFF-italiccorrection5000.woff Binary files differnew file mode 100644 index 0000000000..601a424a94 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/largeop-displayoperatorminheight7000-2AFF-italiccorrection5000.woff diff --git a/testing/web-platform/tests/fonts/math/limits-lowerlimitbaselinedropmin3000.woff b/testing/web-platform/tests/fonts/math/limits-lowerlimitbaselinedropmin3000.woff Binary files differnew file mode 100644 index 0000000000..76395db141 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/limits-lowerlimitbaselinedropmin3000.woff diff --git a/testing/web-platform/tests/fonts/math/limits-lowerlimitgapmin11000.woff b/testing/web-platform/tests/fonts/math/limits-lowerlimitgapmin11000.woff Binary files differnew file mode 100644 index 0000000000..df67de52bd --- /dev/null +++ b/testing/web-platform/tests/fonts/math/limits-lowerlimitgapmin11000.woff diff --git a/testing/web-platform/tests/fonts/math/limits-upperlimitbaselinerisemin5000.woff b/testing/web-platform/tests/fonts/math/limits-upperlimitbaselinerisemin5000.woff Binary files differnew file mode 100644 index 0000000000..f5d7b9c84e --- /dev/null +++ b/testing/web-platform/tests/fonts/math/limits-upperlimitbaselinerisemin5000.woff diff --git a/testing/web-platform/tests/fonts/math/limits-upperlimitgapmin7000.woff b/testing/web-platform/tests/fonts/math/limits-upperlimitgapmin7000.woff Binary files differnew file mode 100644 index 0000000000..c88e7a9c70 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/limits-upperlimitgapmin7000.woff diff --git a/testing/web-platform/tests/fonts/math/lineheight5000-typolineheight2300.woff b/testing/web-platform/tests/fonts/math/lineheight5000-typolineheight2300.woff Binary files differnew file mode 100644 index 0000000000..09076604c3 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/lineheight5000-typolineheight2300.woff diff --git a/testing/web-platform/tests/fonts/math/math-text.woff b/testing/web-platform/tests/fonts/math/math-text.woff Binary files differnew file mode 100644 index 0000000000..afe4057f6e --- /dev/null +++ b/testing/web-platform/tests/fonts/math/math-text.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-bold-fraktur.woff b/testing/web-platform/tests/fonts/math/mathvariant-bold-fraktur.woff Binary files differnew file mode 100644 index 0000000000..20cd8e3b49 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-bold-fraktur.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-bold-italic.woff b/testing/web-platform/tests/fonts/math/mathvariant-bold-italic.woff Binary files differnew file mode 100644 index 0000000000..9651fc8fe0 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-bold-italic.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-bold-sans-serif.woff b/testing/web-platform/tests/fonts/math/mathvariant-bold-sans-serif.woff Binary files differnew file mode 100644 index 0000000000..24f8f2d40b --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-bold-sans-serif.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-bold-script.woff b/testing/web-platform/tests/fonts/math/mathvariant-bold-script.woff Binary files differnew file mode 100644 index 0000000000..3cea721110 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-bold-script.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-bold.woff b/testing/web-platform/tests/fonts/math/mathvariant-bold.woff Binary files differnew file mode 100644 index 0000000000..f35194ef62 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-bold.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-double-struck.woff b/testing/web-platform/tests/fonts/math/mathvariant-double-struck.woff Binary files differnew file mode 100644 index 0000000000..ed35ee6d64 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-double-struck.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-fraktur.woff b/testing/web-platform/tests/fonts/math/mathvariant-fraktur.woff Binary files differnew file mode 100644 index 0000000000..40adf0d965 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-fraktur.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-initial.woff b/testing/web-platform/tests/fonts/math/mathvariant-initial.woff Binary files differnew file mode 100644 index 0000000000..db0ca9b227 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-initial.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-italic.woff b/testing/web-platform/tests/fonts/math/mathvariant-italic.woff Binary files differnew file mode 100644 index 0000000000..9687f377b3 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-italic.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-looped.woff b/testing/web-platform/tests/fonts/math/mathvariant-looped.woff Binary files differnew file mode 100644 index 0000000000..ada1b9e6de --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-looped.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-monospace.woff b/testing/web-platform/tests/fonts/math/mathvariant-monospace.woff Binary files differnew file mode 100644 index 0000000000..fc3f0a4920 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-monospace.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-sans-serif-bold-italic.woff b/testing/web-platform/tests/fonts/math/mathvariant-sans-serif-bold-italic.woff Binary files differnew file mode 100644 index 0000000000..05bc859625 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-sans-serif-bold-italic.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-sans-serif-italic.woff b/testing/web-platform/tests/fonts/math/mathvariant-sans-serif-italic.woff Binary files differnew file mode 100644 index 0000000000..dc139bf32a --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-sans-serif-italic.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-sans-serif.woff b/testing/web-platform/tests/fonts/math/mathvariant-sans-serif.woff Binary files differnew file mode 100644 index 0000000000..8ef41f5108 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-sans-serif.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-script.woff b/testing/web-platform/tests/fonts/math/mathvariant-script.woff Binary files differnew file mode 100644 index 0000000000..d5c457aae0 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-script.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-stretched.woff b/testing/web-platform/tests/fonts/math/mathvariant-stretched.woff Binary files differnew file mode 100644 index 0000000000..470c879ed9 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-stretched.woff diff --git a/testing/web-platform/tests/fonts/math/mathvariant-tailed.woff b/testing/web-platform/tests/fonts/math/mathvariant-tailed.woff Binary files differnew file mode 100644 index 0000000000..d612b1e06d --- /dev/null +++ b/testing/web-platform/tests/fonts/math/mathvariant-tailed.woff diff --git a/testing/web-platform/tests/fonts/math/operators.woff b/testing/web-platform/tests/fonts/math/operators.woff Binary files differnew file mode 100644 index 0000000000..ec4256ffe5 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/operators.woff diff --git a/testing/web-platform/tests/fonts/math/radical-degreebottomraisepercent25-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/radical-degreebottomraisepercent25-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..b334dd99e0 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-degreebottomraisepercent25-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/radical-displaystyleverticalgap7000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/radical-displaystyleverticalgap7000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..cb70266119 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-displaystyleverticalgap7000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/radical-extraascender3000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/radical-extraascender3000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..cf064b1c07 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-extraascender3000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/radical-kernafterdegreeminus5000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/radical-kernafterdegreeminus5000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..61ab4163ac --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-kernafterdegreeminus5000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/radical-kernbeforedegree4000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/radical-kernbeforedegree4000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..9ed871062e --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-kernbeforedegree4000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/radical-negativekernbeforedegree1000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/radical-negativekernbeforedegree1000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..ef00335b1c --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-negativekernbeforedegree1000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/radical-rulethickness8000.woff b/testing/web-platform/tests/fonts/math/radical-rulethickness8000.woff Binary files differnew file mode 100644 index 0000000000..090caa9efd --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-rulethickness8000.woff diff --git a/testing/web-platform/tests/fonts/math/radical-verticalgap6000-rulethickness1000.woff b/testing/web-platform/tests/fonts/math/radical-verticalgap6000-rulethickness1000.woff Binary files differnew file mode 100644 index 0000000000..873a3d9f2d --- /dev/null +++ b/testing/web-platform/tests/fonts/math/radical-verticalgap6000-rulethickness1000.woff diff --git a/testing/web-platform/tests/fonts/math/scriptpercentscaledown0-scriptscriptpercentscaledown40.woff b/testing/web-platform/tests/fonts/math/scriptpercentscaledown0-scriptscriptpercentscaledown40.woff Binary files differnew file mode 100644 index 0000000000..998382de1e --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scriptpercentscaledown0-scriptscriptpercentscaledown40.woff diff --git a/testing/web-platform/tests/fonts/math/scriptpercentscaledown80-scriptscriptpercentscaledown0.woff b/testing/web-platform/tests/fonts/math/scriptpercentscaledown80-scriptscriptpercentscaledown0.woff Binary files differnew file mode 100644 index 0000000000..26588c516d --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scriptpercentscaledown80-scriptscriptpercentscaledown0.woff diff --git a/testing/web-platform/tests/fonts/math/scriptpercentscaledown80-scriptscriptpercentscaledown40.woff b/testing/web-platform/tests/fonts/math/scriptpercentscaledown80-scriptscriptpercentscaledown40.woff Binary files differnew file mode 100644 index 0000000000..67af736ffa --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scriptpercentscaledown80-scriptscriptpercentscaledown40.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-spaceafterscript3000.woff b/testing/web-platform/tests/fonts/math/scripts-spaceafterscript3000.woff Binary files differnew file mode 100644 index 0000000000..44f9ece857 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-spaceafterscript3000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-subscriptbaselinedropmin9000.woff b/testing/web-platform/tests/fonts/math/scripts-subscriptbaselinedropmin9000.woff Binary files differnew file mode 100644 index 0000000000..46880c1d0c --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-subscriptbaselinedropmin9000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-subscriptshiftdown6000.woff b/testing/web-platform/tests/fonts/math/scripts-subscriptshiftdown6000.woff Binary files differnew file mode 100644 index 0000000000..3565f7aaa8 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-subscriptshiftdown6000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-subscripttopmax4000.woff b/testing/web-platform/tests/fonts/math/scripts-subscripttopmax4000.woff Binary files differnew file mode 100644 index 0000000000..69cd23de8b --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-subscripttopmax4000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-subsuperscriptgapmin11000-superscriptbottommaxwithsubscript3000.woff b/testing/web-platform/tests/fonts/math/scripts-subsuperscriptgapmin11000-superscriptbottommaxwithsubscript3000.woff Binary files differnew file mode 100644 index 0000000000..2f9da79063 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-subsuperscriptgapmin11000-superscriptbottommaxwithsubscript3000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-subsuperscriptgapmin11000.woff b/testing/web-platform/tests/fonts/math/scripts-subsuperscriptgapmin11000.woff Binary files differnew file mode 100644 index 0000000000..d85dfee15e --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-subsuperscriptgapmin11000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-superscriptbaselinedropmax10000.woff b/testing/web-platform/tests/fonts/math/scripts-superscriptbaselinedropmax10000.woff Binary files differnew file mode 100644 index 0000000000..3f528edfe0 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-superscriptbaselinedropmax10000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-superscriptbottommin8000.woff b/testing/web-platform/tests/fonts/math/scripts-superscriptbottommin8000.woff Binary files differnew file mode 100644 index 0000000000..f3937e869b --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-superscriptbottommin8000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-superscriptshiftup7000.woff b/testing/web-platform/tests/fonts/math/scripts-superscriptshiftup7000.woff Binary files differnew file mode 100644 index 0000000000..845afdf2ff --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-superscriptshiftup7000.woff diff --git a/testing/web-platform/tests/fonts/math/scripts-superscriptshiftupcramped5000.woff b/testing/web-platform/tests/fonts/math/scripts-superscriptshiftupcramped5000.woff Binary files differnew file mode 100644 index 0000000000..c85e7f6513 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/scripts-superscriptshiftupcramped5000.woff diff --git a/testing/web-platform/tests/fonts/math/stack-bottomdisplaystyleshiftdown5000-axisheight1000.woff b/testing/web-platform/tests/fonts/math/stack-bottomdisplaystyleshiftdown5000-axisheight1000.woff Binary files differnew file mode 100644 index 0000000000..d8f8ae48a6 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stack-bottomdisplaystyleshiftdown5000-axisheight1000.woff diff --git a/testing/web-platform/tests/fonts/math/stack-bottomshiftdown6000-axisheight1000.woff b/testing/web-platform/tests/fonts/math/stack-bottomshiftdown6000-axisheight1000.woff Binary files differnew file mode 100644 index 0000000000..a3a491dbaf --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stack-bottomshiftdown6000-axisheight1000.woff diff --git a/testing/web-platform/tests/fonts/math/stack-displaystylegapmin4000.woff b/testing/web-platform/tests/fonts/math/stack-displaystylegapmin4000.woff Binary files differnew file mode 100644 index 0000000000..a94d6286ea --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stack-displaystylegapmin4000.woff diff --git a/testing/web-platform/tests/fonts/math/stack-gapmin8000.woff b/testing/web-platform/tests/fonts/math/stack-gapmin8000.woff Binary files differnew file mode 100644 index 0000000000..a4428d1d49 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stack-gapmin8000.woff diff --git a/testing/web-platform/tests/fonts/math/stack-topdisplaystyleshiftup3000-axisheight1000.woff b/testing/web-platform/tests/fonts/math/stack-topdisplaystyleshiftup3000-axisheight1000.woff Binary files differnew file mode 100644 index 0000000000..bb286182e4 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stack-topdisplaystyleshiftup3000-axisheight1000.woff diff --git a/testing/web-platform/tests/fonts/math/stack-topshiftup9000-axisheight1000.woff b/testing/web-platform/tests/fonts/math/stack-topshiftup9000-axisheight1000.woff Binary files differnew file mode 100644 index 0000000000..52bc04458c --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stack-topshiftup9000-axisheight1000.woff diff --git a/testing/web-platform/tests/fonts/math/stretchstack-bottomshiftdown3000.woff b/testing/web-platform/tests/fonts/math/stretchstack-bottomshiftdown3000.woff Binary files differnew file mode 100644 index 0000000000..275a4350c9 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stretchstack-bottomshiftdown3000.woff diff --git a/testing/web-platform/tests/fonts/math/stretchstack-gapabovemin7000.woff b/testing/web-platform/tests/fonts/math/stretchstack-gapabovemin7000.woff Binary files differnew file mode 100644 index 0000000000..af61d8ed32 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stretchstack-gapabovemin7000.woff diff --git a/testing/web-platform/tests/fonts/math/stretchstack-gapbelowmin11000.woff b/testing/web-platform/tests/fonts/math/stretchstack-gapbelowmin11000.woff Binary files differnew file mode 100644 index 0000000000..8900a81419 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stretchstack-gapbelowmin11000.woff diff --git a/testing/web-platform/tests/fonts/math/stretchstack-topshiftup5000.woff b/testing/web-platform/tests/fonts/math/stretchstack-topshiftup5000.woff Binary files differnew file mode 100644 index 0000000000..7a90c74f3e --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stretchstack-topshiftup5000.woff diff --git a/testing/web-platform/tests/fonts/math/stretchy-centered-on-baseline.woff b/testing/web-platform/tests/fonts/math/stretchy-centered-on-baseline.woff Binary files differnew file mode 100644 index 0000000000..fd753edf76 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stretchy-centered-on-baseline.woff diff --git a/testing/web-platform/tests/fonts/math/stretchy.woff b/testing/web-platform/tests/fonts/math/stretchy.woff Binary files differnew file mode 100644 index 0000000000..eb67181e1e --- /dev/null +++ b/testing/web-platform/tests/fonts/math/stretchy.woff diff --git a/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-overbarextraascender3000.woff b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-overbarextraascender3000.woff Binary files differnew file mode 100644 index 0000000000..2aa7133879 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-overbarextraascender3000.woff diff --git a/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-overbarverticalgap11000.woff b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-overbarverticalgap11000.woff Binary files differnew file mode 100644 index 0000000000..0f975115d9 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-overbarverticalgap11000.woff diff --git a/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-underbarextradescender5000.woff b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-underbarextradescender5000.woff Binary files differnew file mode 100644 index 0000000000..bb3e4658d8 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-underbarextradescender5000.woff diff --git a/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-underbarverticalgap7000.woff b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-underbarverticalgap7000.woff Binary files differnew file mode 100644 index 0000000000..36a4e869d1 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/underover-accentbaseheight4000-underbarverticalgap7000.woff diff --git a/testing/web-platform/tests/fonts/math/xheight500.woff b/testing/web-platform/tests/fonts/math/xheight500.woff Binary files differnew file mode 100644 index 0000000000..76a37da9e4 --- /dev/null +++ b/testing/web-platform/tests/fonts/math/xheight500.woff diff --git a/testing/web-platform/tests/fonts/mplus-1p-regular.woff b/testing/web-platform/tests/fonts/mplus-1p-regular.woff Binary files differnew file mode 100644 index 0000000000..42cfff628b --- /dev/null +++ b/testing/web-platform/tests/fonts/mplus-1p-regular.woff diff --git a/testing/web-platform/tests/fonts/noto/NotoNaskhArabic-regular.woff2 b/testing/web-platform/tests/fonts/noto/NotoNaskhArabic-regular.woff2 Binary files differnew file mode 100644 index 0000000000..e24020d46a --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoNaskhArabic-regular.woff2 diff --git a/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/LICENSE_OFL.txt b/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/LICENSE_OFL.txt new file mode 100644 index 0000000000..d952d62c06 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/LICENSE_OFL.txt @@ -0,0 +1,92 @@ +This Font Software is licensed under the SIL Open Font License, +Version 1.1. + +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font +creation efforts of academic and linguistic communities, and to +provide a free and open framework in which fonts may be shared and +improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply to +any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software +components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, +deleting, or substituting -- in part or in whole -- any of the +components of the Original Version, by changing formats or by porting +the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, +modify, redistribute, and sell modified and unmodified copies of the +Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in +Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the +corresponding Copyright Holder. This restriction only applies to the +primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created using +the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/NotoSansAdlam-Regular.ttf b/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/NotoSansAdlam-Regular.ttf Binary files differnew file mode 100644 index 0000000000..0ab5d995c9 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/NotoSansAdlam-Regular.ttf diff --git a/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/README b/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/README new file mode 100644 index 0000000000..d22876499a --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansAdlam-hinted/README @@ -0,0 +1,11 @@ +This package is part of the noto project. Visit +google.com/get/noto for more information. + +Built on 2017-10-24 from the following noto repository: +----- +Repo: noto-fonts +Tag: v2017-10-24-phase3-second-cleanup +Date: 2017-10-24 12:10:34 GMT +Commit: 8ef14e6c606a7a0ef3943b9ca01fd49445620d79 + +Remove some files that aren't for release. diff --git a/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/LICENSE_OFL.txt b/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/LICENSE_OFL.txt new file mode 100644 index 0000000000..d952d62c06 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/LICENSE_OFL.txt @@ -0,0 +1,92 @@ +This Font Software is licensed under the SIL Open Font License, +Version 1.1. + +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font +creation efforts of academic and linguistic communities, and to +provide a free and open framework in which fonts may be shared and +improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply to +any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software +components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, +deleting, or substituting -- in part or in whole -- any of the +components of the Original Version, by changing formats or by porting +the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, +modify, redistribute, and sell modified and unmodified copies of the +Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in +Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the +corresponding Copyright Holder. This restriction only applies to the +primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created using +the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/NotoSansCypriot-Regular.ttf b/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/NotoSansCypriot-Regular.ttf Binary files differnew file mode 100644 index 0000000000..6727e13d62 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/NotoSansCypriot-Regular.ttf diff --git a/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/README b/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/README new file mode 100644 index 0000000000..d22876499a --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansCypriot-hinted/README @@ -0,0 +1,11 @@ +This package is part of the noto project. Visit +google.com/get/noto for more information. + +Built on 2017-10-24 from the following noto repository: +----- +Repo: noto-fonts +Tag: v2017-10-24-phase3-second-cleanup +Date: 2017-10-24 12:10:34 GMT +Commit: 8ef14e6c606a7a0ef3943b9ca01fd49445620d79 + +Remove some files that aren't for release. diff --git a/testing/web-platform/tests/fonts/noto/NotoSansDeseret-Regular.ttf b/testing/web-platform/tests/fonts/noto/NotoSansDeseret-Regular.ttf Binary files differnew file mode 100644 index 0000000000..1d17b23076 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansDeseret-Regular.ttf diff --git a/testing/web-platform/tests/fonts/noto/NotoSansDevanagari-Regular.ttf b/testing/web-platform/tests/fonts/noto/NotoSansDevanagari-Regular.ttf Binary files differnew file mode 100644 index 0000000000..19a50993a2 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansDevanagari-Regular.ttf diff --git a/testing/web-platform/tests/fonts/noto/NotoSansMongolian-regular.woff2 b/testing/web-platform/tests/fonts/noto/NotoSansMongolian-regular.woff2 Binary files differnew file mode 100644 index 0000000000..e34e547437 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansMongolian-regular.woff2 diff --git a/testing/web-platform/tests/fonts/noto/NotoSansNko-regular-webfont.woff2 b/testing/web-platform/tests/fonts/noto/NotoSansNko-regular-webfont.woff2 Binary files differnew file mode 100644 index 0000000000..780661ba1c --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/NotoSansNko-regular-webfont.woff2 diff --git a/testing/web-platform/tests/fonts/noto/cjk/LICENSE.txt b/testing/web-platform/tests/fonts/noto/cjk/LICENSE.txt new file mode 100644 index 0000000000..d952d62c06 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/cjk/LICENSE.txt @@ -0,0 +1,92 @@ +This Font Software is licensed under the SIL Open Font License, +Version 1.1. + +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font +creation efforts of academic and linguistic communities, and to +provide a free and open framework in which fonts may be shared and +improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply to +any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software +components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, +deleting, or substituting -- in part or in whole -- any of the +components of the Original Version, by changing formats or by porting +the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, +modify, redistribute, and sell modified and unmodified copies of the +Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in +Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the +corresponding Copyright Holder. This restriction only applies to the +primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created using +the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/testing/web-platform/tests/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-chws.otf b/testing/web-platform/tests/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-chws.otf Binary files differnew file mode 100644 index 0000000000..8aa4c66254 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-chws.otf diff --git a/testing/web-platform/tests/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf b/testing/web-platform/tests/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf Binary files differnew file mode 100644 index 0000000000..a87f898596 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf diff --git a/testing/web-platform/tests/fonts/noto/cjk/README.md b/testing/web-platform/tests/fonts/noto/cjk/README.md new file mode 100644 index 0000000000..a14fa64b42 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/cjk/README.md @@ -0,0 +1,29 @@ +# Fonts + +Fonts in this directory help testing the `text-spacing-trim` property. + +## NotoSansCJKjp-Regular-subset-halt.otf + +This font is generated by the following command: +``` +pyftsubset NotoSansCJKjp-Regular.otf \ + --unicodes=20-7E,2018-201F,56FD,6C34,3000-301F,30FB,FF01-FF1F,FF5B-FF65 \ + --layout-features+=halt,fwid,hwid,palt,pwid,vhal,vpal \ + --output-file=NotoSansCJKjp-Regular-subset-halt.otf +``` +where `pyftsubset` comes from https://github.com/fonttools/fonttools + +## NotoSansCJKjp-Regular-subset-chws.otf + +This font has `chws` and `vchw` in addition to the font above. + +This font is generated by the following command: +``` +pyftsubset NotoSansCJKjp-Regular.otf \ + --unicodes=20-7E,2018-201F,56FD,6C34,3000-301F,30FB,FF01-FF1F,FF5B-FF65 \ + --layout-features+=halt,fwid,hwid,palt,pwid,vhal,vpal,chws,vchw \ + --output-file=NotoSansCJKjp-Regular-subset-chws.otf +``` +Note there are two variants of Noto CJK; one with `chws` and one without. +The input font for this command must be the one with `chws`, processed by the +[chws_tool](https://github.com/googlefonts/chws_tool). diff --git a/testing/web-platform/tests/fonts/noto/noto-sans-v8-latin-regular.woff b/testing/web-platform/tests/fonts/noto/noto-sans-v8-latin-regular.woff Binary files differnew file mode 100644 index 0000000000..4f1dd100c0 --- /dev/null +++ b/testing/web-platform/tests/fonts/noto/noto-sans-v8-latin-regular.woff diff --git a/testing/web-platform/tests/fonts/pass.woff b/testing/web-platform/tests/fonts/pass.woff Binary files differnew file mode 100644 index 0000000000..839bb20b12 --- /dev/null +++ b/testing/web-platform/tests/fonts/pass.woff diff --git a/testing/web-platform/tests/fonts/sileot-webfont.woff b/testing/web-platform/tests/fonts/sileot-webfont.woff Binary files differnew file mode 100644 index 0000000000..81547578d3 --- /dev/null +++ b/testing/web-platform/tests/fonts/sileot-webfont.woff diff --git a/testing/web-platform/tests/fonts/tcu-font.woff b/testing/web-platform/tests/fonts/tcu-font.woff Binary files differnew file mode 100644 index 0000000000..c880aaab5c --- /dev/null +++ b/testing/web-platform/tests/fonts/tcu-font.woff |