Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 fails-if(Android||B2G) == fallback-01.xhtml fallback-01-ref.xhtml
2 == font-selection-by-lang-01.html font-selection-by-lang-01-ref.html
3 skip-if(B2G) HTTP(..) == font-selection-fallback-1.html font-selection-fallback-1-ref.html
4 skip-if(B2G) HTTP(..) == font-selection-generic-1.html font-selection-generic-1-ref.html # bug 773482
5 fails-if(Android||B2G) != font-size-adjust-01.html font-size-adjust-01-ref.html
6 # The following test passes consistently only on Mac OS X;
7 # both Windows and Linux give results that vary depending on the font size/zoom factor used,
8 # because hinting affects the metrics used to compute the font size adjustment. See bug 429605.
9 random-if(!cocoaWidget) == font-size-adjust-02.html font-size-adjust-02-ref.html
10 # This currently fails because line spacing does not respect font-size-adjust
11 # in the "obvious" way, but it is unclear what the behavior should really be;
12 # see bug #366138 for some (inconclusive) discussion
13 # == font-size-adjust-03.html font-size-adjust-03-ref.html
14 == justification-1.html justification-1-ref.html
15 == justification-2a.html justification-2-ref.html
16 == justification-2b.html justification-2-ref.html
17 == justification-2c.html justification-2-ref.html
18 != justification-2d.html justification-2-ref.html
19 HTTP(..) load ligature-with-space-1.html
20 == line-editing-1a.html line-editing-1-ref.html
21 == line-editing-1b.html line-editing-1-ref.html
22 == line-editing-1c.html line-editing-1-ref.html
23 == line-editing-1d.html line-editing-1-ref.html
24 == line-editing-1e.html line-editing-1-ref.html
25 fails-if(cocoaWidget||winWidget) HTTP(..) == lineheight-metrics-1.html lineheight-metrics-1-ref.html # bug 657864
26 == lineheight-percentage-1.html lineheight-percentage-1-ref.html
27 skip-if(B2G) == long-1.html long-ref.html
28 fuzzy-if(Android,255,42) == pre-line-1.html pre-line-1-ref.html
29 == pre-line-2.html pre-line-2-ref.html
30 == pre-line-3.html pre-line-3-ref.html
31 == pre-line-4.html pre-line-4-ref.html
32 == pre-discard-newlines-1.html pre-discard-newlines-1-ref.html
33 == soft-hyphens-1a.html soft-hyphens-1-ref.html
34 == soft-hyphens-1b.html soft-hyphens-1-ref.html
35 == soft-hyphens-1c.html soft-hyphens-1-ref.html
36 == soft-hyphens-break-word-1a.html soft-hyphens-break-word-1-ref.html
37 == soft-hyphens-break-word-1b.html soft-hyphens-break-word-1-ref.html
38 == soft-hyphens-break-word-1c.html soft-hyphens-break-word-1-ref.html
39 # Tests for soft hyphens in table cells, bug 418975
40 != soft-hyphen-in-table-1.html soft-hyphen-in-table-1-notref.html
41 == soft-hyphen-in-table-1.html soft-hyphen-in-table-1-ref.html
42 == soft-hyphen-in-table-2.html soft-hyphen-in-table-2-ref.html
43 # Cairo's FreeType and GDI backends snap glyphs to pixels, while Mac (usually)
44 # and D2D have subpixel positioning. The tests for pixel-snapping assume that
45 # 1 CSS pixel == 1 device pixel
46 fails-if(Android) skip-if(d2d||cocoaWidget) == subpixel-glyphs-x-1a.html subpixel-glyphs-x-1b.html
47 # Platforms with subpixel positioning already have inconsistent glyphs by
48 # design, but that is considered more tolerable because they are subpixel
49 # inconsistencies. On those platforms we just test that glyph positions are
50 # subpixel.
51 # D2D/DirectWrite results depend on the rendering mode chosen, so considering this as random for now.
52 skip-if(!(d2d||cocoaWidget)) random-if(d2d) != subpixel-glyphs-x-2a.html subpixel-glyphs-x-2b.html
53 skip-if(B2G) HTTP(..) == subpixel-glyphs-x-3a.html subpixel-glyphs-x-3b.html
54 # No platforms do subpixel positioning vertically
55 == subpixel-glyphs-y-1a.html subpixel-glyphs-y-1b.html
56 fuzzy-if((Android||B2G),231,653) == subpixel-lineheight-1a.html subpixel-lineheight-1b.html
57 == swash-1.html swash-1-ref.html
58 HTTP(..) != synthetic-bold-metrics-01.html synthetic-bold-metrics-01-notref.html
59 HTTP(..) == synthetic-bold-papyrus-01.html synthetic-bold-papyrus-01-ref.html
60 # Tests for text-align-last
61 == text-align-last-start.html text-align-last-start-ref.html
62 == text-align-last-end.html text-align-last-end-ref.html
63 == text-align-last-center.html text-align-last-center-ref.html
64 == text-align-last-justify.html text-align-last-justify-ref.html
65 == text-align-last-justify-rtl.html text-align-last-justify-rtl-ref.html
66 #
67 # Default values:
68 # text-align defaults to start. text-align-last defaults to auto, which is
69 # equivalent to the value of the ‘text-align’ property except when ‘text-align’
70 # is set to ‘justify’, in which case it is currently equivalent to ‘start’
71 # This will need to change when we implement text-justify
72 == text-align-default-last-default.html text-align-start-last-start.html
73 == text-align-start-last-default.html text-align-start-last-start.html
74 == text-align-end-last-default.html text-align-end-last-end.html
75 == text-align-center-last-default.html text-align-center-last-center.html
76 == text-align-justify-last-default.html text-align-justify-last-start.html
77 # All combinations of text-align and text-align-last should give different results
78 # This only tests the combinations with the same value for text-align and
79 # different values for text-align-last
80 != text-align-start-last-start.html text-align-start-last-end.html
81 != text-align-start-last-start.html text-align-start-last-center.html
82 != text-align-start-last-start.html text-align-start-last-justify.html
83 != text-align-start-last-end.html text-align-start-last-center.html
84 != text-align-start-last-end.html text-align-start-last-justify.html
85 != text-align-start-last-center.html text-align-start-last-justify.html
86 != text-align-end-last-start.html text-align-end-last-end.html
87 != text-align-end-last-start.html text-align-end-last-center.html
88 != text-align-end-last-start.html text-align-end-last-justify.html
89 != text-align-end-last-end.html text-align-end-last-center.html
90 != text-align-end-last-end.html text-align-end-last-justify.html
91 != text-align-end-last-center.html text-align-end-last-justify.html
92 != text-align-center-last-start.html text-align-center-last-end.html
93 != text-align-center-last-start.html text-align-center-last-center.html
94 != text-align-center-last-start.html text-align-center-last-justify.html
95 != text-align-center-last-end.html text-align-center-last-center.html
96 != text-align-center-last-end.html text-align-center-last-justify.html
97 != text-align-center-last-center.html text-align-center-last-justify.html
98 != text-align-justify-last-start.html text-align-justify-last-end.html
99 != text-align-justify-last-start.html text-align-justify-last-center.html
100 != text-align-justify-last-start.html text-align-justify-last-justify.html
101 != text-align-justify-last-end.html text-align-justify-last-center.html
102 != text-align-justify-last-end.html text-align-justify-last-justify.html
103 != text-align-justify-last-center.html text-align-justify-last-justify.html
104 == text-align-left-in-rtl-block.html text-align-left-in-rtl-block-ref.html
105 HTTP(..) == variation-selector-unsupported-1.html variation-selector-unsupported-1-ref.html
106 == white-space-1a.html white-space-1-ref.html
107 == white-space-1b.html white-space-1-ref.html
108 == white-space-2.html white-space-2-ref.html
109 == wordbreak-1.html wordbreak-1-ref.html
110 == wordbreak-2.html wordbreak-2-ref.html
111 == wordbreak-3.html wordbreak-3-ref.html
112 skip-if((Android&&(AndroidVersion==10||AndroidVersion==17))||(B2G&&browserIsRemote)) == wordbreak-4a.html wordbreak-4a-ref.html
113 == wordbreak-4b.html wordbreak-4b-ref.html
114 == wordbreak-5.html wordbreak-5-ref.html
115 == wordbreak-6.html wordbreak-6-ref.html
116 skip-if(B2G) HTTP(..) == wordbreak-7a.html wordbreak-7a-ref.html
117 fails HTTP(..) == wordbreak-7b.html wordbreak-7b-ref.html # bug 479829
118 == wordbreak-8.html wordbreak-8-ref.html
119 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) == wordbreak-9.html wordbreak-9-ref.html
120 == wordwrap-01.html wordwrap-01-ref.html
121 HTTP(..) == wordwrap-02.html wordwrap-02-ref.html
122 skip-if(B2G) HTTP(..) == wordwrap-03.html wordwrap-03-ref.html
123 == wordwrap-04.html wordwrap-04-ref.html
124 == wordwrap-05.html wordwrap-05-ref.html
125 == wordwrap-06.html wordwrap-06-ref.html
126 == wordwrap-07.html wordwrap-07-ref.html
127 skip-if(B2G) != wordwrap-08.html wordwrap-01-ref.html
128 skip-if(B2G) == wordwrap-08.html wordwrap-08-ref.html
129 skip-if(B2G) != wordwrap-09.html wordwrap-01-ref.html
130 skip-if(B2G) == wordwrap-09.html wordwrap-09-ref.html
131 == wordwrap-10.html wordwrap-10-ref.html # bug 752459
132 == word-spacing-01.html word-spacing-01-ref.html
133 # the following will fail when rendering with Core Text (see bug 389074) due to what appears to be
134 # an Apple bug: the presence of ZWNJ disturbs the positioning of an adjacent glyph. rdar://6427865
135 random-if(cocoaWidget) HTTP(..) == zwnj-01.xhtml zwnj-01-ref.xhtml
136 HTTP(..) == zwnj-02.xhtml zwnj-02-ref.xhtml # HTTP(..) for ../filters.svg
137 != zwnj-01.html zwnj-01-notref.html
138 == initial-zwj-1.html initial-zwj-1-ref.html
139 == cgj-01.html cgj-01-ref.html
140 == 444656.html 444656-ref.html
141 == 449555-1.html 449555-1-ref.html
142 == 467722.html 467722-ref.html
143 skip-if(B2G) HTTP(..) == 475092-sub.html 475092-ref.html
144 fails-if(!winWidget&&!gtk2Widget) skip-if(B2G) HTTP(..) == 475092-pos.html 475092-sub.html # bug 482596
145 == 476378-soft-hyphen-fallback.html 476378-soft-hyphen-fallback-ref.html
146 # Test for bug 484954
147 == rgba-text.html rgba-text-ref.html
148 # Test for bug 575695, 'kern' table support
149 HTTP(..) != kerning-01.html kerning-01-notref.html
150 # Test for bug 577380, support for AAT layout (on OS X only)
151 random-if(!cocoaWidget) == 577380.html 577380-ref.html
152 # Test for OpenType Arabic shaping support
153 HTTP(..) == arabic-shaping-1.html arabic-shaping-1-ref.html
154 # check ligature in Arial Bold on Windows, for bug 644184; may fail on other platforms depending on fonts
155 random-if(!winWidget) == arial-bold-lam-alef-1.html arial-bold-lam-alef-1-ref.html
156 # Fallback (presentation-forms) shaping with a font that lacks GSUB/GPOS
157 # These tests are not valid with Mac or FT2 font backends because our masking of complex-script ranges
158 # in the 'cmap' will prevent the test font (without GSUB) being used.
159 skip-if(B2G) fails-if(cocoaWidget||Android) HTTP(..) == arabic-fallback-1.html arabic-fallback-1-ref.html
160 fails-if(cocoaWidget||Android||B2G) HTTP(..) == arabic-fallback-2.html arabic-fallback-2-ref.html
161 fails-if(cocoaWidget||Android||B2G) HTTP(..) == arabic-fallback-3.html arabic-fallback-3-ref.html
162 fails-if(!cocoaWidget&&!Android&&!B2G) HTTP(..) != arabic-fallback-4.html arabic-fallback-4-notref.html
163 == arabic-marks-1.html arabic-marks-1-ref.html
165 == 726392-1.html 726392-1-ref.html
166 == 726392-2.html 726392-2-ref.html
167 skip-if(B2G) == 726392-3.html 726392-3-ref.html
168 == 745555-1.html 745555-1-ref.html
169 == 745555-2.html 745555-2-ref.html
170 == 820255.html 820255-ref.html
172 # ensure emoji chars don't render blank (bug 715798, bug 779042);
173 # should at least render hexboxes if there's no font support
174 != emoji-01.html emoji-01-notref.html
175 != emoji-02.html emoji-02-notref.html
177 # check that Graphite shaping (bug 631479) is working
178 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) == graphite-01.html graphite-01-ref.html
179 # Test 02 (using Pig Latin) is fuzzy on Win7 because glyph positioning is not guaranteed to match exactly
180 # between a sequence of simple glyphs rendered individually, and the same sequence treated as a single cluster.
181 fuzzy-if(winWidget,49,220) pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) == graphite-02.html graphite-02-ref.html
182 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) != graphite-03a.html graphite-03-notref.html
183 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) != graphite-03b.html graphite-03-notref.html
184 pref(gfx.font_rendering.graphite.enabled,false) HTTP(..) != graphite-01.html graphite-01-ref.html
185 pref(gfx.font_rendering.graphite.enabled,false) HTTP(..) != graphite-02.html graphite-02-ref.html
186 # test 03a (lang setting in Padauk font) now works in opentype/harfbuzz as well
187 pref(gfx.font_rendering.graphite.enabled,false) HTTP(..) != graphite-03a.html graphite-03-notref.html
188 pref(gfx.font_rendering.graphite.enabled,false) HTTP(..) == graphite-03b.html graphite-03-notref.html
190 # tests for graphite rendering with valid and invalid lang tags
191 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) == graphite-04-fa.html graphite-04-ref.html
192 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) != graphite-04-sd.html graphite-04-ref.html
193 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) == graphite-04-snd.html graphite-04-ref.html
194 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) != graphite-04-ur.html graphite-04-ref.html
195 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) == graphite-04-urd.html graphite-04-ref.html
196 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) != graphite-04-sd.html graphite-04-ur.html
198 # tests to compare graphite to opentype (will trivially pass when graphite not enabled)
199 HTTP(..) == graphite-05-ot-only.html graphite-05-ref.html
200 HTTP(..) != graphite-05-ot-only.html graphite-05-fail.html
201 HTTP(..) == graphite-05-simple.html graphite-05-ref.html
202 HTTP(..) == graphite-05-multipass.html graphite-05-ref.html
203 HTTP(..) == graphite-05-lang.html graphite-05-ref.html
204 HTTP(..) == graphite-05-badlang.html graphite-05-ref.html
205 HTTP(..) == graphite-05-feat.html graphite-05-ref.html
207 # comparing composed and decomposed characters that should render identically
208 # under both OpenType and Graphite shaping
209 pref(gfx.font_rendering.graphite.enabled,false) HTTP(..) == glyph-decomposition-opentype.html glyph-decomposition-opentype-ref.html
210 pref(gfx.font_rendering.graphite.enabled,true) HTTP(..) == glyph-decomposition-graphite.html glyph-decomposition-graphite-ref.html
212 # Tests for hyphenation with -moz-hyphens
213 == auto-hyphenation-1.html auto-hyphenation-1-ref.html
214 != auto-hyphenation-1.html auto-hyphenation-1-notref.html
215 == auto-hyphenation-1a.html auto-hyphenation-1-ref.html
216 == auto-hyphenation-2.html auto-hyphenation-2-ref.html
217 == auto-hyphenation-3.html auto-hyphenation-3-ref.html
218 == auto-hyphenation-4.html auto-hyphenation-4-ref.html
219 == auto-hyphenation-5.html auto-hyphenation-5-ref.html
220 == auto-hyphenation-6.html auto-hyphenation-6-ref.html
221 == auto-hyphenation-7.html auto-hyphenation-7-ref.html
222 == auto-hyphenation-8.html auto-hyphenation-8-ref.html
223 == auto-hyphenation-9.html auto-hyphenation-9-ref.html
224 == auto-hyphenation-10.html auto-hyphenation-10-ref.html
225 == auto-hyphenation-xmllang-1.xhtml auto-hyphenation-1-ref.html
226 != auto-hyphenation-xmllang-1.xhtml auto-hyphenation-1-notref.html
227 == auto-hyphenation-xmllang-1a.xhtml auto-hyphenation-1-ref.html
228 == auto-hyphenation-xmllang-2.xhtml auto-hyphenation-2-ref.html
229 == auto-hyphenation-xmllang-3.xhtml auto-hyphenation-3-ref.html
230 == auto-hyphenation-xmllang-4.xhtml auto-hyphenation-4-ref.html
231 == auto-hyphenation-xmllang-5.xhtml auto-hyphenation-5-ref.html
232 == auto-hyphenation-xmllang-6.xhtml auto-hyphenation-6-ref.html
233 == auto-hyphenation-xmllang-7.xhtml auto-hyphenation-7-ref.html
234 == auto-hyphenation-xmllang-8.xhtml auto-hyphenation-8-ref.html
235 == auto-hyphenation-xmllang-9.xhtml auto-hyphenation-9-ref.html
236 == auto-hyphenation-xmllang-10.xhtml auto-hyphenation-10-ref.html
237 == auto-hyphenation-xmllang-11a.xhtml auto-hyphenation-1-ref.html
238 == auto-hyphenation-xmllang-11b.xhtml auto-hyphenation-1-ref.html
239 == auto-hyphenation-xmllang-12a.xhtml auto-hyphenation-4-ref.html
240 == auto-hyphenation-xmllang-12b.xhtml auto-hyphenation-4-ref.html
241 == auto-hyphenation-xmllang-13a.xhtml auto-hyphenation-1-ref.html
242 == auto-hyphenation-xmllang-13b.xhtml auto-hyphenation-1-ref.html
243 == auto-hyphenation-xmllang-14a.xhtml auto-hyphenation-4-ref.html
244 == auto-hyphenation-xmllang-14b.xhtml auto-hyphenation-4-ref.html
245 == auto-hyphenation-af-1.html auto-hyphenation-af-1-ref.html
246 == auto-hyphenation-bg-1.html auto-hyphenation-bg-1-ref.html
247 == auto-hyphenation-ca-1.html auto-hyphenation-ca-1-ref.html
248 == auto-hyphenation-cy-1.html auto-hyphenation-cy-1-ref.html
249 == auto-hyphenation-da-1.html auto-hyphenation-da-1-ref.html
250 == auto-hyphenation-de-1901-1.html auto-hyphenation-de-1901-1-ref.html
251 == auto-hyphenation-de-1996-1.html auto-hyphenation-de-1996-1-ref.html
252 != auto-hyphenation-de-1901-1.html auto-hyphenation-de-1996-1.html
253 == auto-hyphenation-de-ch-1.html auto-hyphenation-de-ch-1-ref.html
254 == auto-hyphenation-eo-1.html auto-hyphenation-eo-1-ref.html
255 == auto-hyphenation-es-1.html auto-hyphenation-es-1-ref.html
256 == auto-hyphenation-et-1.html auto-hyphenation-et-1-ref.html
257 == auto-hyphenation-fi-1.html auto-hyphenation-fi-1-ref.html
258 == auto-hyphenation-fr-1.html auto-hyphenation-fr-1-ref.html
259 == auto-hyphenation-gl-1.html auto-hyphenation-gl-1-ref.html
260 == auto-hyphenation-hr-1.html auto-hyphenation-hr-1-ref.html
261 == auto-hyphenation-hsb-1.html auto-hyphenation-hsb-1-ref.html
262 == auto-hyphenation-hu-1.html auto-hyphenation-hu-1-ref.html
263 == auto-hyphenation-ia-1.html auto-hyphenation-ia-1-ref.html
264 == auto-hyphenation-is-1.html auto-hyphenation-is-1-ref.html
265 == auto-hyphenation-it-1.html auto-hyphenation-it-1-ref.html
266 == auto-hyphenation-kmr-1.html auto-hyphenation-kmr-1-ref.html
267 == auto-hyphenation-la-1.html auto-hyphenation-la-1-ref.html
268 == auto-hyphenation-lt-1.html auto-hyphenation-lt-1-ref.html
269 == auto-hyphenation-mn-1.html auto-hyphenation-mn-1-ref.html
270 == auto-hyphenation-nb-1.html auto-hyphenation-nb-1-ref.html
271 == auto-hyphenation-nl-1.html auto-hyphenation-nl-1-ref.html
272 == auto-hyphenation-nn-1.html auto-hyphenation-nn-1-ref.html
273 == auto-hyphenation-pl-1.html auto-hyphenation-pl-1-ref.html
274 == auto-hyphenation-pt-1.html auto-hyphenation-pt-1-ref.html
275 == auto-hyphenation-ru-1.html auto-hyphenation-ru-1-ref.html
276 == auto-hyphenation-sh-1.html auto-hyphenation-sh-1-ref.html
277 == auto-hyphenation-sl-1.html auto-hyphenation-sl-1-ref.html
278 == auto-hyphenation-sr-1.html auto-hyphenation-sr-1-ref.html
279 == auto-hyphenation-sv-1.html auto-hyphenation-sv-1-ref.html # test swedish patterns
280 != auto-hyphenation-sv-1.html auto-hyphenation-sv-1-notref.html # verify swedish != english
281 == auto-hyphenation-tr-1.html auto-hyphenation-tr-1-ref.html
282 == auto-hyphenation-uk-1.html auto-hyphenation-uk-1-ref.html
284 # osx-font-smoothing - with and without subpixel AA, only under OSX
285 fails-if(!cocoaWidget||OSX==10.6||OSX==10.7) != osx-font-smoothing.html osx-font-smoothing-ref.html
286 fails-if(!cocoaWidget||OSX==10.6||OSX==10.7) != osx-font-smoothing-2.html osx-font-smoothing-2-notref.html
287 == osx-font-smoothing-2.html osx-font-smoothing-2-ref.html
289 pref(layout.css.text-align-true-value.enabled,true) == text-align-true.html text-align-true-ref.html
291 # stray control chars should not be invisible, bug 909344
292 != control-chars-01a.html control-chars-01-notref.html
293 != control-chars-01b.html control-chars-01-notref.html
294 != control-chars-01c.html control-chars-01-notref.html
295 != control-chars-01d.html control-chars-01-notref.html
296 != control-chars-02.html control-chars-02-notref.html
297 == control-chars-03a.html control-chars-03-ref.html
298 == control-chars-03b.html control-chars-03-ref.html
300 # font fallback for <space> when not supported in the primary font family - bug 970891
301 HTTP(..) == space-font-1.html space-font-1-ref.html