John Daggett
7ff1a8d144
Bug 975744 - unprefix font-feature-settings and font-language-override in tests. r=jfkthame
2014-08-20 16:54:37 +09:00
John Daggett
0e566c376b
Bug 975744 - remove font features pref and enable features by default. r=dbaron
2014-08-20 16:54:35 +09:00
John Daggett
8cee783cb8
Bug 1041951 - reftests for font-variant shorthand. r=jfkthame
2014-08-20 16:54:33 +09:00
John Daggett
f98de73684
Bug 1051668 - add testdata for font-variant-alternates. r=mkato
2014-08-11 17:05:01 +09:00
John Daggett
9299d66991
Bug 1024804 p3 - reftests for subscript/superscript fallback. r=jfkthame
2014-07-22 09:02:50 +09:00
John Daggett
00bd4bbb34
Bug 961558 - add reftests for font-variant-caps fallback. r=jfkthame
2014-06-23 12:09:16 +09:00
John Daggett
f6d144d9fe
Bug 921858 - reftest to test various space-containing lookup scenarios. r=jfkthame
2014-03-20 14:43:31 +08:00
Jonathan Kew
5013a377f0
bug 978313 - fix up existing reftests affected by improved joiner handling. r=jdaggett
2014-03-03 08:02:43 +00:00
John Daggett
e1e381eed7
Bug 913264 - add reftest for none value of font-variant-ligatures. r=jfkthame
2013-11-19 13:30:25 +09:00
John Daggett
1c72ffaa67
Bug 913264 - add none value to font-variant-ligatures. r=dbaron
2013-11-19 13:30:25 +09:00
John Daggett
77f5e06d8f
Bug 549861 - add missing files from reland patch. r=bustage
2013-05-20 12:47:32 +09:00
John Daggett
0eae803e8f
Bug 549861 - reland font-variant subproperties with DOM-peer review. r=khuey
2013-05-20 11:59:20 +09:00
Ms2ger
7786ea6954
Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review.
2013-05-19 20:23:19 +02:00
John Daggett
0e1ae4df77
Bug 549861. Reftests of font-variant-alternates. r=jkew
2013-05-13 18:45:37 +09:00
John Daggett
d664a50735
Bug 549861. Implement rendering support for simple font-variant properties. r=jkew
2013-05-13 18:45:36 +09:00
Jonathan Kew
6aeaa97725
bug 863248 - update harfbuzz to version 0.9.16 from upstream. r=jdaggett
2013-04-30 13:02:25 +01:00
John Daggett
0ad45414c1
Bug 761442 - additional reftests for space lookups. r=jkew
2013-04-19 17:23:09 +09:00
Jonathan Kew
4fd9de13e1
bug 761442 - reftest for ligatures that span inter-word space. r=jdaggett
2013-01-08 13:56:05 +00:00
Andrew Halberstadt
221179f50b
Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin
2013-01-03 15:35:01 -05:00
John Daggett
baaa95466a
Bug 718539. Update reftests to use new font-feature-settings syntax. r=jkew
2012-04-26 15:27:36 +09:00
Jonathan Kew
c6a53261f1
bug 726539 - reftests for repeated feature in -moz-font-feature-settings. r=jdaggett
2012-03-13 10:22:16 +00:00
Makoto Kato
6bd23f9c3b
Bug 633047 - fix condition for Win64 reftest. r=ehsan
2011-07-19 13:39:11 +09:00
Phil Ringnalda
1763b4ce4a
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
976abd515f
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
Ehsan Akhgari
61a2cc3206
Bug 629416 - Disable the correct test on Windows 7; a=sdwilsh-the-perma-sheriff
2011-01-27 16:38:48 -05:00
Ehsan Akhgari
b35852933a
Disable failing reftests on Windows 7, pending further investigation in bug 629416
2011-01-27 13:18:17 -05:00
Karl Tomlinson
790a811019
b=569770 part 9: use gfxHarfBuzzShaper when suitable r=jfkthame a=blocking
...
--HG--
extra : rebase_source : 3031f67c486b537111da28d08725e8916e703a89
2010-12-09 20:29:39 +13:00
Karl Tomlinson
e2fdecf7f6
b=597147 part 17: switch from pango_itemize to gfxScriptItemizer r=jfkthame
...
--HG--
extra : rebase_source : f0b1026020b765d1ffedd1f98d04373b8d8fbc9a
2010-11-11 11:25:59 +13:00
Jonathan Kew
ab510e7491
bug 569531 - enable harfbuzz by default on windows. r=roc approval2.0=roc
2010-09-02 12:28:48 +01:00
Jonathan Kew
321f9284a9
bug 590101 followup - marking turkish test as random on windows (until we turn on harfbuzz), as behavior depends on uniscribe version. r+a=orange
2010-08-27 16:47:18 +01:00
Jonathan Kew
fc83c442e9
bug 590101 - part 2 - make font-features reftests more robust by explicitly setting line height and using larger font size. r=jdaggett a=test-only
2010-08-27 14:16:07 +01:00
L. David Baron
7d7660f740
Fix bustage from bug 570329 with s/windowsWidget/winWidget/g.
2010-07-30 20:50:52 -07:00
L. David Baron
b0ac8dc333
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
34e5652416
bug 511339 followup - add reftests for font feature control. r=jdaggett a=tests-only
2010-07-22 10:25:20 +01:00