Commit Graph

115 Commits

Author SHA1 Message Date
Makoto Kato
e4039244fa Bug 889401 - Part 3. reftests for COLR/CPAL. r=jfkthame 2014-05-26 19:09:25 +09:00
Geoff Brown
20233ccc77 Bug 967704 - Update reftest manifests for Android 2.3; r=me 2014-04-23 08:42:50 -06:00
Jonathan Kew
8ec041a167 bug 769194 - update reftests for @font-face src:local, now working on Android and B2G. r=jdaggett 2014-04-08 09:10:56 +01:00
Masatoshi Kimura
23286abbc0 Bug 989557 - Implement a fallback for CJK Compatibility Ideographs Standardized Variants. r=jfkthame
--HG--
rename : layout/reftests/fonts/gw432047-license.txt => layout/reftests/fonts/glyphwiki-license.txt
2014-04-01 02:30:26 +09:00
Ryan VanderMeulen
50d628ae5a No bug - Remove the failing annotation for layout/reftests/font-face/ivs-1.html on Android.
CLOSED TREE
2014-03-12 15:39:28 -04:00
Geoff Brown
de4dc8c13d Bug 936226 - (2) Adjust reftest manifests for Android x86; r=dminor 2013-11-17 10:23:17 -07:00
Jonathan Kew
7e5943c8be bug 879963 - reftests for regressions caused when multiple rules refer to the same proxy. r=jdaggett 2013-07-26 16:48:35 +01:00
Jonathan Kew
4d85fe95f5 bug 571579 - remove unused ScheherazadeRegAAT.ttf font file from the tree. r=jdaggett 2013-08-09 09:52:47 +01:00
John Daggett
297ed9fec9 Bug 869764. Eliminate use of t2embed library in Windows GDI case. r=emk 2013-07-09 10:40:03 +09:00
Simon Sapin
36da360d2c Bug 875287 - font-family: Do not require whitespace between unquoted idents. r=dbaron
When 'font-family' is secified with unquoted identifiers rather than a quoted string, a single space should be inserted between identifier tokens, even if they are separated by a comment rather than a whitespace token.
2013-05-30 08:10:02 -04:00
Andrew Halberstadt
4a18b30019 Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin 2013-01-03 15:35:01 -05:00
Jonathan Kew
3f6b6fcb17 backout changeset d9d5d1bd766c (bug 769194) because of crashiness. 2012-07-09 22:47:48 +01:00
Jonathan Kew
7ee339db6d bug 769194 - support src:local(...) in @font-face rules on Android/FT2FontList. r=jdaggett 2012-06-29 12:39:44 +01:00
Jonathan Kew
f746b72182 bug 764805 - reftest for style descriptors on src:local font face. r=jdaggett 2012-06-28 10:59:39 +01:00
John Daggett
53f1d396f8 Bug 512566. Font data url reftests. r=jfkthame 2012-03-16 12:31:01 +09:00
John Daggett
66dc44a8ee Bug 701262. Set up reftest for redirection on font load. r=joedrew 2011-11-14 12:51:35 +13:00
Jonathan Kew
4b73a8e5a8 bug 670900 - reftest for handling 404 (not found) error on @font-face request. r=roc 2011-07-18 14:20:05 +01:00
Jonathan Kew
c1ae1f995d bug 668758 - reftest for user font families clashing with prefs. r=jdaggett 2011-07-13 09:41:29 +01:00
Jonathan Kew
bcdb70e719 Backed out changeset fe33af7f6fa9 (bug 668758) because of android bustage 2011-07-13 10:49:31 +01:00
Jonathan Kew
1c23f5c4d1 bug 668758 - reftest for user font families clashing with prefs. r=jdaggett 2011-07-13 09:41:29 +01:00
Jonathan Kew
bbef2e266b bug 494360 - tests that @font-face rules take precedence over platform fonts. r=jdaggett 2011-07-06 08:01:45 +01:00
Phil Ringnalda
cb4d4586ed Remove the fails-if(Android) annotation on some reftests that actually do pass on Android 2011-04-16 22:05:35 -07:00
Joel Maher
a2a84ed8a8 Bug 636753 - annotate reftest manifests to note tests that fail on Android (1 of 2). r=dbaron a=test-only 2011-03-18 11:54:13 -04:00
Joe Drew
15ab30549b Bug 629016 - Re-enable tests that didn't work with OpenGL-accelerated layers now that we've disabled OpenGL on the versions of OS X that have the bug. r=jrmuizel a=b 2011-02-03 16:12:33 -05:00
Ehsan Akhgari
a520cbecdc Disable the permaorange OSX64 failures under investigation in bug 629016 only on 10.6 2011-01-26 17:31:58 -05:00
Joe Drew
5777f7bb63 Bug 629016 - Disable reftests that are permaorange until we fix the bug that causes the permaorange. a=bustage 2011-01-26 13:33:32 -05:00
Karl Tomlinson
ca2e802784 b=569350 mark variation selector test as passing with gtk2widget
--HG--
extra : transplant_source : %17%AFFM%ECAs%D5%8EN%17%F9%0B-%89%AF_%7F%99t
2010-12-21 15:45:57 +13:00
L. David Baron
ed2ce3bf01 Make 'bolder' and 'lighter' values of 'font-weight' be computed in the style system, per recent edits to CSS 2.1. (Bug 93725) r=jdaggett a2.0=joedrew 2010-11-10 07:49:52 -08:00
L. David Baron
c06c57f6e6 Fix bustage from bug 570329 with s/windowsWidget/winWidget/g. 2010-07-30 20:50:52 -07:00
L. David Baron
9cc2e9ec05 Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Jonathan Kew
b29f1fcb87 enable variation selector reftest on OS X (for bug 569350). r=jdaggett a=test-only 2010-07-28 10:30:23 +01:00
John Daggett
fe417e2e32 Bug 563023. Fix Postscript local lookup to match ref. r=jkew 2010-07-19 17:05:10 +09:00
John Daggett
cb61376976 Bug 578022. Cleanup font deactivation code on Windows. r=jkew 2010-07-17 10:32:18 +09:00
John Daggett
c9a6678562 Bug 504698. Force Cleartype rendering of content on XP based on pref (follow-on). r=jkew 2010-06-09 09:33:13 +09:00
Masatoshi Kimura
c72c061ba6 bug 552460 - part 1 - reftest for Variation Sequence support. 2010-06-01 14:42:37 +01:00
Ehsan Akhgari
a7d5ec967f Mark four reftests as random (bug 504698) 2010-05-28 12:31:44 -04:00
Michael Kohler
5f19df86e0 Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Jonathan Kew
71ec391ab2 Bug 563023 - fix font lists in test and reference pages to be more consistent. r=zweinberg 2010-05-15 15:55:23 +01:00
L. David Baron
e8624e8f9a Backed out changeset 09a936531466 (bug 563023) due to Mac reftest failure. 2010-05-05 13:53:02 -07:00
Zack Weinberg
5521baa259 Bug 563023 (partial): Make the font-family list in reftests/font-face/src-list-local-fallback-ref.html exactly match the list of local() fonts used in the corresponding test. 2010-05-05 11:24:05 -07:00
Mike Hommey
33f6f086fc Bug 554029 - Use Bitstream Vera as an alternative font in font-face/local-1 reftest [r=smontagu]
--HG--
extra : rebase_source : 87b7fe270cdd62d417b0f86db7426112fd1d2b99
2010-04-19 10:19:57 +02:00
Clint Talbert
3c2f129f4e Bug 554934 - Fix perma-orange when running tests on Fedora Talos Slaves r=jfkthame 2010-04-08 09:38:37 -07:00
Mark Finkle
f793f5610f Bug 548865 - Add SwissA to font lists for Maemo font-face tests (tests only) [r=jfkthame] 2010-03-01 17:20:52 -05:00
John Daggett
d33c429bba Bug 533251. Always insert default font if needed when rebuilding font list. r=jkew 2010-02-24 16:18:49 +09:00
John Daggett
d067f3ab2b Bug 542162 - Use fullname and Postscript name tables for src local lookups. r=jkew 2010-01-29 10:41:25 +09:00
John Daggett
ba7aa5ed96 Adjust font-face reftests to use random-if instead of fail-if for cases where GDI vs. DirectWrite affects rendering. 2010-01-14 14:15:32 +09:00
Jesse Ruderman
093325f819 Fix bug-number comments in reftest.list files 2010-01-08 19:54:28 -08:00
Jonathan Kew
94c533cabd Bug 534352. Accept fonts with redundant cmap sentinel value. r=jdaggett 2009-12-22 09:47:18 +00:00
Jonathan Kew
f806067831 Bug 531405: add FreeSans to font list, to make @font-face reftest more robust. r=roc 2009-12-14 10:35:46 +00:00
L. David Baron
0d1e7cde54 Reset mUnderlineOffset on all platforms when user font set generation is bumped. (Bug 523717) r=jdaggett 2009-12-11 08:13:20 -08:00