1# Font-dependent reftests may fail intermittently/transiently due to asynch fallback,
2# so we disable the async mechanism for this directory.
3defaults pref(gfx.font_rendering.fallback.async,false)
4
5fails-if(Android) == fallback-01.xhtml fallback-01-ref.xhtml
6== font-selection-by-lang-01.html font-selection-by-lang-01-ref.html
7== font-selection-fallback-1.html font-selection-fallback-1-ref.html
8== font-selection-generic-1.html font-selection-generic-1-ref.html
9!= font-size-adjust-01.html font-size-adjust-01-ref.html
10# The following test passes consistently only on Mac OS X;
11# both Windows and Linux give results that vary depending on the font size/zoom factor used,
12# because hinting affects the metrics used to compute the font size adjustment. See bug 429605.
13random-if(!cocoaWidget) == font-size-adjust-02.html font-size-adjust-02-ref.html
14# This currently fails because line spacing does not respect font-size-adjust
15# in the "obvious" way, but it is unclear what the behavior should really be;
16# see bug #366138 for some (inconclusive) discussion
17# == font-size-adjust-03.html font-size-adjust-03-ref.html
18== justification-1.html justification-1-ref.html
19== justification-2a.html justification-2-ref.html
20== justification-2b.html justification-2-ref.html
21== justification-2c.html justification-2-ref.html
22!= justification-2d.html justification-2-ref.html
23== justification-cjk-extension.html justification-cjk-extension-ref.html
24== justification-space-diacritic.html justification-space-diacritic-ref.html
25load ligature-with-space-1.html
26== line-editing-1a.html line-editing-1-ref.html
27== line-editing-1b.html line-editing-1-ref.html
28== line-editing-1c.html line-editing-1-ref.html
29== line-editing-1d.html line-editing-1-ref.html
30== line-editing-1e.html line-editing-1-ref.html
31fails-if(cocoaWidget) == lineheight-metrics-1.html lineheight-metrics-1-ref.html # bug 657864
32== lineheight-metrics-2a.html lineheight-metrics-2-ref.html
33== lineheight-metrics-2b.html lineheight-metrics-2-ref.html
34== lineheight-percentage-1.html lineheight-percentage-1-ref.html
35random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == long-1.html long-ref.html # Bug 1392106
36fuzzy-if(Android,0-255,0-325) == pre-line-1.html pre-line-1-ref.html
37== pre-line-2.html pre-line-2-ref.html
38== pre-line-3.html pre-line-3-ref.html
39== pre-line-4.html pre-line-4-ref.html
40== pre-space-1.html pre-space-1-ref.html
41== pre-wrap-1.html pre-wrap-1-ref.html
42== soft-hyphens-1a.html soft-hyphens-1-ref.html
43== soft-hyphens-1b.html soft-hyphens-1-ref.html
44== soft-hyphens-1c.html soft-hyphens-1-ref.html
45== soft-hyphens-break-word-1a.html soft-hyphens-break-word-1-ref.html
46== soft-hyphens-break-word-1b.html soft-hyphens-break-word-1-ref.html
47== soft-hyphens-break-word-1c.html soft-hyphens-break-word-1-ref.html
48# Tests for soft hyphens in table cells, bug 418975
49!= soft-hyphen-in-table-1.html soft-hyphen-in-table-1-notref.html
50== soft-hyphen-in-table-1.html soft-hyphen-in-table-1-ref.html
51== soft-hyphen-in-table-2.html soft-hyphen-in-table-2-ref.html
52# Cairo's FreeType and GDI backends snap glyphs to pixels, while Mac (usually),
53# D2D, and Skia have subpixel positioning.  The tests for pixel-snapping assume that
54# 1 CSS pixel == 1 device pixel
55fails-if(Android) skip-if(d2d||cocoaWidget||skiaContent) == subpixel-glyphs-x-1a.html subpixel-glyphs-x-1b.html
56# Platforms with subpixel positioning already have inconsistent glyphs by
57# design, but that is considered more tolerable because they are subpixel
58# inconsistencies.  On those platforms we just test that glyph positions are
59# subpixel.
60# D2D/DirectWrite results depend on the rendering mode chosen, so considering this as random for now.
61skip-if(!(d2d||cocoaWidget)) random-if(d2d) != subpixel-glyphs-x-2a.html subpixel-glyphs-x-2b.html
62== subpixel-glyphs-x-3a.html subpixel-glyphs-x-3b.html
63# No platforms do subpixel positioning vertically
64fuzzy-if(Android,0-19,0-2) == subpixel-glyphs-y-1a.html subpixel-glyphs-y-1b.html
65fuzzy-if(Android,0-231,0-653) == subpixel-lineheight-1a.html subpixel-lineheight-1b.html
66== swash-1.html swash-1-ref.html
67!= synthetic-bold-metrics-01.html synthetic-bold-metrics-01-notref.html
68== synthetic-bold-papyrus-01.html synthetic-bold-papyrus-01-ref.html
69== synthetic-bold-zero-width-01.html synthetic-bold-zero-width-01-ref.html
70# Tests for text-align-last
71random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == text-align-last-start.html text-align-last-start-ref.html # Bug 1392106
72random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == text-align-last-end.html text-align-last-end-ref.html # Bug 1392106
73random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == text-align-last-center.html text-align-last-center-ref.html # Bug 1392106
74random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == text-align-last-justify.html text-align-last-justify-ref.html # Bug 1392106
75random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == text-align-last-justify-rtl.html text-align-last-justify-rtl-ref.html # Bug 1392106
76#
77# Default values:
78# text-align defaults to start. text-align-last defaults to auto, which is
79# equivalent to the value of the ‘text-align’ property except when ‘text-align’
80# is set to ‘justify’, in which case it is currently equivalent to ‘start’
81# This will need to change when we implement text-justify
82== text-align-default-last-default.html text-align-start-last-start.html
83== text-align-start-last-default.html text-align-start-last-start.html
84== text-align-end-last-default.html text-align-end-last-end.html
85== text-align-center-last-default.html text-align-center-last-center.html
86== text-align-justify-last-default.html text-align-justify-last-start.html
87# All combinations of text-align and text-align-last should give different results
88# This only tests the combinations with the same value for text-align and
89# different values for text-align-last
90!= text-align-start-last-start.html text-align-start-last-end.html
91!= text-align-start-last-start.html text-align-start-last-center.html
92!= text-align-start-last-start.html text-align-start-last-justify.html
93!= text-align-start-last-end.html text-align-start-last-center.html
94!= text-align-start-last-end.html text-align-start-last-justify.html
95!= text-align-start-last-center.html text-align-start-last-justify.html
96!= text-align-end-last-start.html text-align-end-last-end.html
97!= text-align-end-last-start.html text-align-end-last-center.html
98!= text-align-end-last-start.html text-align-end-last-justify.html
99!= text-align-end-last-end.html text-align-end-last-center.html
100!= text-align-end-last-end.html text-align-end-last-justify.html
101!= text-align-end-last-center.html text-align-end-last-justify.html
102!= text-align-center-last-start.html text-align-center-last-end.html
103!= text-align-center-last-start.html text-align-center-last-center.html
104!= text-align-center-last-start.html text-align-center-last-justify.html
105!= text-align-center-last-end.html text-align-center-last-center.html
106!= text-align-center-last-end.html text-align-center-last-justify.html
107!= text-align-center-last-center.html text-align-center-last-justify.html
108!= text-align-justify-last-start.html text-align-justify-last-end.html
109!= text-align-justify-last-start.html text-align-justify-last-center.html
110!= text-align-justify-last-start.html text-align-justify-last-justify.html
111!= text-align-justify-last-end.html text-align-justify-last-center.html
112!= text-align-justify-last-end.html text-align-justify-last-justify.html
113!= text-align-justify-last-center.html text-align-justify-last-justify.html
114== text-align-left-in-rtl-block.html text-align-left-in-rtl-block-ref.html
115== variation-selector-unsupported-1.html variation-selector-unsupported-1-ref.html
116== white-space-1a.html white-space-1-ref.html
117== white-space-1b.html white-space-1-ref.html
118== white-space-2.html white-space-2-ref.html
119== white-space-3.html white-space-3-ref.html
120== wordbreak-1.html wordbreak-1-ref.html
121== wordbreak-3.html wordbreak-3-ref.html
122== wordbreak-4b.html wordbreak-4b-ref.html
123== wordbreak-5.html wordbreak-5-ref.html
124fails-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu)) == wordbreak-6.html wordbreak-6-ref.html # Bug 1258239
125== wordbreak-7a.html wordbreak-7a-ref.html
126fails == wordbreak-7b.html wordbreak-7b-ref.html # bug 479829
127== wordbreak-8.html wordbreak-8-ref.html
128pref(gfx.font_rendering.graphite.enabled,true) == wordbreak-9.html wordbreak-9-ref.html
129== wordbreak-dynamic-1.html wordbreak-dynamic-1-ref.html
130== wordwrap-01.html wordwrap-01-ref.html
131fuzzy-if(Android,0-1,0-1) == wordwrap-02.html wordwrap-02-ref.html # bug 1363940
132fuzzy-if(gtkWidget,0-1,0-177) fuzzy-if(skiaContent,0-1,0-50) == wordwrap-03.html wordwrap-03-ref.html # Fuzzy on Linux because the native textbox gradient is painted in a slightly different position depending on the invalid area.
133== wordwrap-04.html wordwrap-04-ref.html
134== overflowwrap-04.html wordwrap-04-ref.html
135== wordwrap-05.html wordwrap-05-ref.html
136== overflowwrap-05.html wordwrap-05-ref.html
137== wordwrap-06.html wordwrap-06-ref.html
138== overflowwrap-06.html wordwrap-06-ref.html
139== wordwrap-07.html wordwrap-07-ref.html
140== overflowwrap-07.html wordwrap-07-ref.html
141!= wordwrap-08.html wordwrap-01-ref.html
142== wordwrap-08.html wordwrap-08-ref.html
143!= wordwrap-09.html wordwrap-01-ref.html
144!= overflowwrap-09.html wordwrap-01-ref.html
145== wordwrap-09.html wordwrap-09-ref.html
146== overflowwrap-09.html wordwrap-09-ref.html
147== wordwrap-10.html wordwrap-10-ref.html # bug 752459
148== overflowwrap-10.html wordwrap-10-ref.html
149== word-spacing-01.html word-spacing-01-ref.html
150# the following will fail when rendering with Core Text (see bug 389074) due to what appears to be
151# an Apple bug: the presence of ZWNJ disturbs the positioning of an adjacent glyph. rdar://6427865
152random-if(cocoaWidget) random-if(gtkWidget) == zwnj-01.xhtml zwnj-01-ref.xhtml # gtkWidget:bug 1309113
153== zwnj-02.xhtml zwnj-02-ref.xhtml
154!= zwnj-01.html zwnj-01-notref.html
155== initial-zwj-1.html initial-zwj-1-ref.html
156== cgj-01.html cgj-01-ref.html
157random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == 444656.html 444656-ref.html # Bug 1392106
158fuzzy-if(geckoview,0-4,0-1) == 449555-1.html 449555-1-ref.html
159== 467722.html 467722-ref.html
160fuzzy-if(skiaContent,0-1,0-600) == 475092-sub.html 475092-ref.html
161fails-if(Android) fuzzy-if(skiaContent&&!Android,0-90,0-3100) fuzzy-if(webrender&&cocoaWidget,72-72,353-353) == 475092-pos.html 475092-sub.html # bug 482596
162== 476378-soft-hyphen-fallback.html 476378-soft-hyphen-fallback-ref.html
163# Test for bug 484954
164== rgba-text.html rgba-text-ref.html
165# Test for bug 575695, 'kern' table support
166!= kerning-01.html kerning-01-notref.html
167# Test for bug 577380, support for AAT layout (on OS X only)
168random-if(!cocoaWidget) == 577380.html 577380-ref.html
169# Test for OpenType Arabic shaping support
170== arabic-shaping-1.html arabic-shaping-1-ref.html
171# check ligature in Arial Bold on Windows, for bug 644184; may fail on other platforms depending on fonts
172random-if(!winWidget) == arial-bold-lam-alef-1.html arial-bold-lam-alef-1-ref.html
173# Fallback (presentation-forms) shaping with a font that lacks GSUB/GPOS
174== arabic-fallback-1.html arabic-fallback-1-ref.html
175== arabic-fallback-2.html arabic-fallback-2-ref.html
176== arabic-fallback-3.html arabic-fallback-3-ref.html
177== arabic-fallback-4.html arabic-fallback-4-ref.html
178== arabic-marks-1.html arabic-marks-1-ref.html
179== arabic-final-ligature-spacing.html arabic-final-ligature-spacing-ref.html
180# harfbuzz fallback mark stacking in the absence of GPOS:
181!= fallback-mark-stacking-1.html fallback-mark-stacking-1-notref.html
182
183== 726392-1.html 726392-1-ref.html
184== 726392-2.html 726392-2-ref.html
185== 726392-3.html 726392-3-ref.html
186== 745555-1.html 745555-1-ref.html
187== 745555-2.html 745555-2-ref.html
188== 820255.html 820255-ref.html
189!= 1170688.html 1170688-ref.html
190fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == 1320665-cmap-format-13.html 1320665-cmap-format-13-ref.html # see bug 1320665 comments 8-9
191== 1331339-script-extensions-shaping-1.html 1331339-script-extensions-shaping-1-ref.html
192skip-if(!cocoaWidget) != 1349308-1.html 1349308-notref.html # macOS-specific test for -apple-system glyph metrics
193fuzzy-if(Android,0-128,0-233) == 1463020-letter-spacing-text-transform-1.html 1463020-letter-spacing-text-transform-1-ref.html
194fails-if(Android) == 1463020-letter-spacing-text-transform-2.html 1463020-letter-spacing-text-transform-2-ref.html # missing font coverage on Android
195== 1507661-spurious-hyphenation-after-explicit.html 1507661-spurious-hyphenation-after-explicit-ref.html
196fuzzy-if(useDrawSnapshot&&webrender,255-255,50-50) fuzzy-if(!webrender,12-66,288-1681) fails-if(gtkWidget&&!webrender) == 1522857-1.html 1522857-1-ref.html # antialiasing fuzz in non-webrender cases
197!= 1637405-pua-shaping-1.html 1637405-pua-shaping-1-notref.html
198fuzzy-if(useDrawSnapshot&&webrender,255-255,50-50) fuzzy-if(!webrender,0-42,0-1590) fuzzy-if(gtkWidget&&!webrender,0-255,0-50) == 1655364-1.html 1655364-1-ref.html
199== 1670581-1.html 1670581-1-ref.html
200== 1673098-1.html 1673098-1-ref.html
201
202# ensure emoji chars don't render blank (bug 715798, bug 779042);
203# should at least render hexboxes if there's no font support
204random-if(geckoview&&webrender) != emoji-01.html emoji-01-notref.html
205!= emoji-02.html emoji-02-notref.html
206
207# Bug 727276: tests with variation selectors 15 and 16 to control emoji rendering style
208== emoji-03.html emoji-03-ref.html
209# the next two will fail on OS X 10.6 because no color emoji font is present,
210# and also on Android platforms until we have color emoji fonts there.
211# Tests rely on bundled Twemoji Mozilla to pass on Windows <8.1 and Linux.
212!= emoji-03.html emoji-03-notref.html
213== emoji-04.html emoji-04-ref.html
214!= emoji-05.html emoji-05-notref.html
215
216# check that Graphite shaping (bug 631479) is working
217pref(gfx.font_rendering.graphite.enabled,true) == graphite-01.html graphite-01-ref.html
218# Test 02 (using Pig Latin) is fuzzy on Win7 because glyph positioning is not guaranteed to match exactly
219# between a sequence of simple glyphs rendered individually, and the same sequence treated as a single cluster.
220fuzzy-if(winWidget,0-49,0-220) pref(gfx.font_rendering.graphite.enabled,true) == graphite-02.html graphite-02-ref.html
221pref(gfx.font_rendering.graphite.enabled,true) != graphite-03a.html graphite-03-notref.html
222pref(gfx.font_rendering.graphite.enabled,true) != graphite-03b.html graphite-03-notref.html
223pref(gfx.font_rendering.graphite.enabled,false) != graphite-01.html graphite-01-ref.html
224pref(gfx.font_rendering.graphite.enabled,false) != graphite-02.html graphite-02-ref.html
225# test 03a (lang setting in Padauk font) now works in opentype/harfbuzz as well
226pref(gfx.font_rendering.graphite.enabled,false) != graphite-03a.html graphite-03-notref.html
227pref(gfx.font_rendering.graphite.enabled,false) == graphite-03b.html graphite-03-notref.html
228
229# tests for graphite rendering with valid and invalid lang tags
230pref(gfx.font_rendering.graphite.enabled,true) == graphite-04-fa.html graphite-04-ref.html
231pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-sd.html graphite-04-ref.html
232pref(gfx.font_rendering.graphite.enabled,true) == graphite-04-snd.html graphite-04-ref.html
233pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-ur.html graphite-04-ref.html
234pref(gfx.font_rendering.graphite.enabled,true) == graphite-04-urd.html graphite-04-ref.html
235pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-sd.html graphite-04-ur.html
236
237# tests to compare graphite to opentype (will trivially pass when graphite not enabled)
238== graphite-05-ot-only.html graphite-05-ref.html
239!= graphite-05-ot-only.html graphite-05-fail.html
240== graphite-05-simple.html graphite-05-ref.html
241== graphite-05-multipass.html graphite-05-ref.html
242== graphite-05-lang.html graphite-05-ref.html
243== graphite-05-badlang.html graphite-05-ref.html
244== graphite-05-feat.html graphite-05-ref.html
245
246# comparing composed and decomposed characters that should render identically
247# under both OpenType and Graphite shaping
248pref(gfx.font_rendering.graphite.enabled,false) == glyph-decomposition-opentype.html glyph-decomposition-opentype-ref.html
249pref(gfx.font_rendering.graphite.enabled,true) == glyph-decomposition-graphite.html glyph-decomposition-graphite-ref.html
250
251# test for bidi bug in graphite 1.3.2, fixed in 1.3.3 (bug 1207061)
252== graphite-bidi-1.html graphite-bidi-1-ref.html
253
254== graphite-surrogate-selection.html graphite-surrogate-selection-ref.html
255
256# Tests for hyphenation with hyphens property
257== auto-hyphenation-1.html auto-hyphenation-1-ref.html
258!= auto-hyphenation-1.html auto-hyphenation-1-notref.html
259== auto-hyphenation-1a.html auto-hyphenation-1-ref.html
260== auto-hyphenation-2.html auto-hyphenation-2-ref.html
261== auto-hyphenation-3.html auto-hyphenation-3-ref.html
262== auto-hyphenation-4.html auto-hyphenation-4-ref.html
263== auto-hyphenation-5.html auto-hyphenation-5-ref.html
264== auto-hyphenation-6.html auto-hyphenation-6-ref.html
265== auto-hyphenation-7.html auto-hyphenation-7-ref.html
266== auto-hyphenation-8.html auto-hyphenation-8-ref.html
267== auto-hyphenation-9.html auto-hyphenation-9-ref.html
268== auto-hyphenation-10.html auto-hyphenation-10-ref.html
269== auto-hyphenation-xmllang-1.xhtml auto-hyphenation-1-ref.html
270!= auto-hyphenation-xmllang-1.xhtml auto-hyphenation-1-notref.html
271== auto-hyphenation-xmllang-1a.xhtml auto-hyphenation-1-ref.html
272== auto-hyphenation-xmllang-2.xhtml auto-hyphenation-2-ref.html
273== auto-hyphenation-xmllang-3.xhtml auto-hyphenation-3-ref.html
274== auto-hyphenation-xmllang-4.xhtml auto-hyphenation-4-ref.html
275== auto-hyphenation-xmllang-5.xhtml auto-hyphenation-5-ref.html
276== auto-hyphenation-xmllang-6.xhtml auto-hyphenation-6-ref.html
277== auto-hyphenation-xmllang-7.xhtml auto-hyphenation-7-ref.html
278== auto-hyphenation-xmllang-8.xhtml auto-hyphenation-8-ref.html
279== auto-hyphenation-xmllang-9.xhtml auto-hyphenation-9-ref.html
280== auto-hyphenation-xmllang-10.xhtml auto-hyphenation-10-ref.html
281== auto-hyphenation-xmllang-11a.xhtml auto-hyphenation-1-ref.html
282== auto-hyphenation-xmllang-11b.xhtml auto-hyphenation-1-ref.html
283== auto-hyphenation-xmllang-12a.xhtml auto-hyphenation-4-ref.html
284== auto-hyphenation-xmllang-12b.xhtml auto-hyphenation-4-ref.html
285== auto-hyphenation-xmllang-13a.xhtml auto-hyphenation-1-ref.html
286== auto-hyphenation-xmllang-13b.xhtml auto-hyphenation-1-ref.html
287== auto-hyphenation-xmllang-14a.xhtml auto-hyphenation-4-ref.html
288== auto-hyphenation-xmllang-14b.xhtml auto-hyphenation-4-ref.html
289== auto-hyphenation-af-1.html auto-hyphenation-af-1-ref.html
290== auto-hyphenation-bg-1.html auto-hyphenation-bg-1-ref.html
291== auto-hyphenation-ca-1.html auto-hyphenation-ca-1-ref.html
292== auto-hyphenation-cy-1.html auto-hyphenation-cy-1-ref.html
293== auto-hyphenation-da-1.html auto-hyphenation-da-1-ref.html
294== auto-hyphenation-de-1901-1.html auto-hyphenation-de-1901-1-ref.html
295== auto-hyphenation-de-1996-1.html auto-hyphenation-de-1996-1-ref.html
296!= auto-hyphenation-de-1901-1.html auto-hyphenation-de-1996-1.html
297== auto-hyphenation-de-ch-1.html auto-hyphenation-de-ch-1-ref.html
298== auto-hyphenation-eo-1.html auto-hyphenation-eo-1-ref.html
299== auto-hyphenation-es-1.html auto-hyphenation-es-1-ref.html
300== auto-hyphenation-et-1.html auto-hyphenation-et-1-ref.html
301== auto-hyphenation-fi-1.html auto-hyphenation-fi-1-ref.html
302== auto-hyphenation-fr-1.html auto-hyphenation-fr-1-ref.html
303== auto-hyphenation-gl-1.html auto-hyphenation-gl-1-ref.html
304== auto-hyphenation-hr-1.html auto-hyphenation-hr-1-ref.html
305== auto-hyphenation-hsb-1.html auto-hyphenation-hsb-1-ref.html
306== auto-hyphenation-hu-1.html auto-hyphenation-hu-1-ref.html
307== auto-hyphenation-ia-1.html auto-hyphenation-ia-1-ref.html
308== auto-hyphenation-is-1.html auto-hyphenation-is-1-ref.html
309== auto-hyphenation-it-1.html auto-hyphenation-it-1-ref.html
310== auto-hyphenation-kmr-1.html auto-hyphenation-kmr-1-ref.html
311== auto-hyphenation-la-1.html auto-hyphenation-la-1-ref.html
312== auto-hyphenation-lt-1.html auto-hyphenation-lt-1-ref.html
313== auto-hyphenation-mn-1.html auto-hyphenation-mn-1-ref.html
314== auto-hyphenation-nb-1.html auto-hyphenation-nb-1-ref.html
315== auto-hyphenation-nl-1.html auto-hyphenation-nl-1-ref.html
316== auto-hyphenation-nn-1.html auto-hyphenation-nn-1-ref.html
317== auto-hyphenation-pl-1.html auto-hyphenation-pl-1-ref.html
318== auto-hyphenation-pt-1.html auto-hyphenation-pt-1-ref.html
319== auto-hyphenation-ru-1.html auto-hyphenation-ru-1-ref.html
320== auto-hyphenation-sh-1.html auto-hyphenation-sh-1-ref.html
321== auto-hyphenation-sl-1.html auto-hyphenation-sl-1-ref.html
322== auto-hyphenation-sr-1.html auto-hyphenation-sr-1-ref.html
323== auto-hyphenation-sv-1.html auto-hyphenation-sv-1-ref.html # test swedish patterns
324!= auto-hyphenation-sv-1.html auto-hyphenation-sv-1-notref.html # verify swedish != english
325== auto-hyphenation-tr-1.html auto-hyphenation-tr-1-ref.html
326== auto-hyphenation-uk-1.html auto-hyphenation-uk-1-ref.html
327
328== auto-hyphenation-transformed-1.html auto-hyphenation-transformed-1-ref.html
329
330== hyphenation-caps-1.html hyphenation-caps-1-ref.html
331
332== hyphenation-control-1.html hyphenation-control-1-ref.html
333== hyphenation-control-2.html hyphenation-control-2-ref.html
334== hyphenation-control-3.html hyphenation-control-3-ref.html
335== hyphenation-control-4.html hyphenation-control-4-ref.html
336fuzzy-if(Android,0-64,0-18) fuzzy-if(winWidget,0-56,0-6) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == hyphenation-control-5.html hyphenation-control-5-ref.html # Bug 1392106
337random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == hyphenation-control-6.html hyphenation-control-6-ref.html # Bug 1392106
338== hyphenation-control-7.html hyphenation-control-7-ref.html
339
340# osx-font-smoothing - with and without subpixel AA, only under OSX
341fails-if(!cocoaWidget) != osx-font-smoothing.html osx-font-smoothing-ref.html
342fails-if(!cocoaWidget) != osx-font-smoothing-2.html osx-font-smoothing-2-notref.html
343== osx-font-smoothing-2.html osx-font-smoothing-2-ref.html
344
345# stray control chars should be visible by default, bug 1099557
346pref(layout.css.moz-control-character-visibility.enabled,true) != control-chars-01a.html control-chars-01-notref.html
347pref(layout.css.moz-control-character-visibility.enabled,true) != control-chars-01b.html control-chars-01-notref.html
348pref(layout.css.moz-control-character-visibility.enabled,true) != control-chars-01c.html control-chars-01-notref.html
349pref(layout.css.moz-control-character-visibility.enabled,true) != control-chars-01d.html control-chars-01-notref.html
350pref(layout.css.moz-control-character-visibility.enabled,true) != control-chars-02.html control-chars-02-notref.html
351pref(layout.css.moz-control-character-visibility.enabled,true) == control-chars-03a.html control-chars-03-ref.html
352pref(layout.css.moz-control-character-visibility.enabled,true) == control-chars-03b.html control-chars-03-ref.html
353pref(layout.css.moz-control-character-visibility.enabled,true) pref(layout.css.control-characters.visible,true) != control-chars-04a.html control-chars-04-notref.html
354pref(layout.css.moz-control-character-visibility.enabled,true) pref(layout.css.control-characters.visible,true) != control-chars-04b.html control-chars-04-notref.html
355pref(layout.css.moz-control-character-visibility.enabled,true) pref(layout.css.control-characters.visible,true) != control-chars-04c.html control-chars-04-notref.html
356pref(layout.css.moz-control-character-visibility.enabled,true) pref(layout.css.control-characters.visible,true) != control-chars-04d.html control-chars-04-notref.html
357
358# font fallback for <space> when not supported in the primary font family - bug 970891
359== space-font-1.html space-font-1-ref.html
360
361# handling of highly negative letter-spacing and intrinsic width
362== negative-letter-spacing-1.html negative-letter-spacing-1-ref.html
363random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == segment-break-transformation-1.html segment-break-transformation-1-ref.html # Bug 1392106
364
365# color glyphs, opacity, and RTL runs - bug 1318539
366== color-opacity-rtl-1.html color-opacity-rtl-1-ref.html
367== color-opacity-rtl-2.html color-opacity-rtl-2-ref.html
368
369== letter-spacing-nolig-1.html letter-spacing-nolig-1-ref.html
370== letter-spacing-nolig-2.html letter-spacing-nolig-2.html
371
372== ethiopic-wordspace.html ethiopic-wordspace-ref.html
373
374# sub and sup elements should be influenced by their container's line-height - bug 1524897
375== sub-sup-and-line-height.html sub-sup-and-line-height-ref.html
376
377# Reset default prefs.
378defaults
379