1 2014-01-27 David Hyatt <hyatt@apple.com>
3 [New Multicolumn] Add support for block progression axis and reverse direction
4 https://bugs.webkit.org/show_bug.cgi?id=127715
8 This patch adds support for -webkit-progression-direction and -webkit-progression-axis
9 to the new column code. This allows columns to stack along the block axis instead of
10 the inline axis or to reverse directions along that progression axis.
12 Added fast/multicol/newmulticol/progression-reverse.html and
13 fast/multicol/newmulticol/progression-reverse-overflow.html
15 * fast/multicol/newmulticol/progression-reverse-expected.html: Added.
16 * fast/multicol/newmulticol/progression-reverse-overflow-expected.html: Added.
17 * fast/multicol/newmulticol/progression-reverse-overflow.html: Added.
18 * fast/multicol/newmulticol/progression-reverse.html: Added.
20 2014-01-27 Jinwoo Song <jinwoo7.song@samsung.com>
22 Unreviewed EFL gardening. Add test expectations for failing tests.
24 * platform/efl/TestExpectations:
26 2014-01-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
28 Unreviewed gardening, unskip now passing webgl tests on EFL port.
30 * platform/efl-wk2/TestExpectations:
31 * platform/efl/TestExpectations:
33 2014-01-27 Zoltan Horvath <zoltan@webkit.org>
35 [CSS Shapes] Remove restriction of negative values for inset parameters
36 https://bugs.webkit.org/show_bug.cgi?id=127704
38 Reviewed by Darin Adler.
40 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
41 * fast/shapes/parsing/parsing-shape-lengths.html:
43 2014-01-27 Antti Koivisto <antti@apple.com>
45 REGRESSION(r162837): fast/writing-mode/ruby-text-logical-left.html fails on WK1
47 * TestExpectations: skip for now
49 2014-01-27 Zoltan Horvath <zoltan@webkit.org>
51 [CSS Shapes] inset() function with multiple spaces on element style
52 https://bugs.webkit.org/show_bug.cgi?id=127617
54 Reviewed by Dirk Schulze.
56 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
57 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
58 * fast/shapes/parsing/parsing-test-utils.js:
60 2014-01-27 Csaba Osztrogonác <ossy@webkit.org>
62 Typo fix after r162838.
64 * platform/wk2/TestExpectations:
66 2014-01-27 Csaba Osztrogonác <ossy@webkit.org>
68 Unreviewed gardening, unskip now passing tests.
70 * platform/wk2/TestExpectations:
72 2014-01-27 Csaba Osztrogonác <ossy@webkit.org>
74 [Mac] fast/profiler/stop-profiling-after-setTimeout.html and fast/profiler/dead-time.html are flaky
75 https://bugs.webkit.org/show_bug.cgi?id=84102
77 Reviewed by Darin Adler.
79 * fast/profiler/dead-time-expected.txt: Updated.
80 * fast/profiler/stop-profiling-after-setTimeout-expected.txt: Updated.
81 * platform/efl/TestExpectations: Unskip tests.
82 * platform/gtk/fast/profiler/dead-time-expected.txt: Removed.
83 * platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt: Removed.
84 * platform/mac/TestExpectations: Unskip tests.
86 2014-01-26 Jinwoo Song <jinwoo7.song@samsung.com>
88 Unreviewed EFL gardening after r162742, r162791 and r162803.
90 * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Removed.
91 * platform/efl-wk1/fast/forms/indeterminate-expected.png: Removed.
92 * platform/efl-wk2/fast/forms/basic-inputs-expected.png: Removed.
93 * platform/efl-wk2/fast/forms/indeterminate-expected.png: Removed.
94 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png:
95 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt:
96 * platform/efl/css1/box_properties/acid_test-expected.png:
97 * platform/efl/css1/box_properties/acid_test-expected.txt:
98 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png:
99 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt:
100 * platform/efl/css3/selectors3/html/css3-modsel-25-expected.png:
101 * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt:
102 * platform/efl/css3/selectors3/html/css3-modsel-70-expected.png:
103 * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt:
104 * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.png:
105 * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
106 * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.png:
107 * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
108 * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.png:
109 * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt:
110 * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.png:
111 * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt:
112 * platform/efl/fast/block/basic/011-expected.png:
113 * platform/efl/fast/block/basic/011-expected.txt:
114 * platform/efl/fast/block/margin-collapse/103-expected.png:
115 * platform/efl/fast/block/margin-collapse/103-expected.txt:
116 * platform/efl/fast/css/non-standard-checkbox-size-expected.png:
117 * platform/efl/fast/css/non-standard-checkbox-size-expected.txt:
118 * platform/efl/fast/forms/001-expected.png:
119 * platform/efl/fast/forms/001-expected.txt:
120 * platform/efl/fast/forms/basic-inputs-expected.txt:
121 * platform/efl/fast/forms/box-shadow-override-expected.png:
122 * platform/efl/fast/forms/box-shadow-override-expected.txt:
123 * platform/efl/fast/forms/file/file-input-disabled-expected.png:
124 * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
125 * platform/efl/fast/forms/form-element-geometry-expected.png:
126 * platform/efl/fast/forms/form-element-geometry-expected.txt:
127 * platform/efl/fast/forms/formmove-expected.png:
128 * platform/efl/fast/forms/formmove-expected.txt:
129 * platform/efl/fast/forms/formmove2-expected.png:
130 * platform/efl/fast/forms/formmove2-expected.txt:
131 * platform/efl/fast/forms/indeterminate-expected.txt:
132 * platform/efl/fast/forms/input-appearance-height-expected.png:
133 * platform/efl/fast/forms/input-appearance-height-expected.txt:
134 * platform/efl/fast/forms/input-value-expected.png:
135 * platform/efl/fast/forms/input-value-expected.txt:
136 * platform/efl/fast/forms/search-vertical-alignment-expected.png:
137 * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
138 * platform/efl/fast/forms/searchfield-heights-expected.png:
139 * platform/efl/fast/forms/searchfield-heights-expected.txt:
140 * platform/efl/fast/inline/positionedLifetime-expected.png:
141 * platform/efl/fast/inline/positionedLifetime-expected.txt:
142 * platform/efl/fast/parser/bad-xml-slash-expected.png:
143 * platform/efl/fast/parser/bad-xml-slash-expected.txt:
144 * platform/efl/fast/replaced/replaced-breaking-expected.png:
145 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
146 * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
147 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
148 * platform/efl/fast/replaced/width100percent-radio-expected.png:
149 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
150 * platform/efl/fast/text/textIteratorNilRenderer-expected.png:
151 * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
152 * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
153 * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
154 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png:
155 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:
156 * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
157 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
158 * platform/efl/tables/mozilla/bugs/bug4527-expected.png:
159 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
160 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.png:
161 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
162 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.png:
163 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt:
165 2014-01-26 Zalan Bujtas <zalan@apple.com>
167 Some more Apple Windows port rebaseline.
169 * platform/win/svg/custom/foreign-object-skew-expected.txt: Added.
171 2014-01-26 Zalan Bujtas <zalan@apple.com>
173 Unreviewed Apple Windows port rebaseline after r162803.
175 * platform/win/editing/selection/3690703-2-expected.txt: Added.
176 * platform/win/editing/selection/3690703-expected.txt: Added.
177 * platform/win/editing/selection/3690719-expected.txt: Added.
178 * platform/win/editing/selection/4397952-expected.txt: Added.
179 * platform/win/editing/selection/5240265-expected.txt: Added.
180 * platform/win/editing/selection/selection-button-text-expected.txt: Added.
181 * platform/win/fast/block/float/float-avoidance-expected.txt: Added.
182 * platform/win/fast/css/continuationCrash-expected.txt: Added.
183 * platform/win/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
184 * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
185 * platform/win/fast/forms/001-expected.txt: Added.
186 * platform/win/fast/forms/blankbuttons-expected.txt: Added.
187 * platform/win/fast/forms/button-table-styles-expected.txt: Added.
188 * platform/win/fast/forms/control-restrict-line-height-expected.txt: Added.
189 * platform/win/fast/forms/file/file-input-direction-expected.txt: Added.
190 * platform/win/fast/forms/file/input-file-re-render-expected.txt: Added.
191 * platform/win/fast/forms/formmove3-expected.txt: Added.
192 * platform/win/fast/forms/input-appearance-height-expected.txt: Added.
193 * platform/win/fast/forms/input-button-sizes-expected.txt: Added.
194 * platform/win/fast/forms/input-value-expected.txt: Added.
195 * platform/win/fast/forms/targeted-frame-submission-expected.txt: Added.
196 * platform/win/fast/html/details-replace-summary-child-expected.txt: Added.
197 * platform/win/fast/html/details-replace-text-expected.txt: Added.
198 * platform/win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
199 * platform/win/fast/overflow/scrollRevealButton-expected.txt: Added.
200 * platform/win/fast/replaced/width100percent-button-expected.txt: Added.
201 * platform/win/fast/text/textIteratorNilRenderer-expected.txt: Added.
202 * platform/win/tables/mozilla/bugs/bug138725-expected.txt: Added.
203 * platform/win/tables/mozilla/bugs/bug18359-expected.txt: Added.
204 * platform/win/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
205 * platform/win/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
206 * platform/win/tables/mozilla/bugs/bug26178-expected.txt: Added.
207 * platform/win/tables/mozilla/bugs/bug28928-expected.txt: Added.
208 * platform/win/tables/mozilla/bugs/bug33855-expected.txt: Added.
209 * platform/win/tables/mozilla/bugs/bug39209-expected.txt: Added.
210 * platform/win/tables/mozilla/bugs/bug4429-expected.txt: Added.
211 * platform/win/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
212 * platform/win/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
213 * platform/win/tables/mozilla/bugs/bug51037-expected.txt: Added.
214 * platform/win/tables/mozilla/bugs/bug51727-expected.txt: Added.
215 * platform/win/tables/mozilla/bugs/bug52505-expected.txt: Added.
216 * platform/win/tables/mozilla/bugs/bug52506-expected.txt: Added.
217 * platform/win/tables/mozilla/bugs/bug60749-expected.txt: Added.
218 * platform/win/tables/mozilla/bugs/bug7342-expected.txt: Added.
219 * platform/win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
220 * platform/win/tables/mozilla/dom/tableDom-expected.txt: Added.
221 * platform/win/tables/mozilla/other/move_row-expected.txt: Added.
222 * platform/win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
223 * platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
224 * platform/win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
226 2014-01-26 Zalan Bujtas <zalan@apple.com>
228 Subpixel Layout: Align <input type="button", submit etc (PushButtonPart) top and bottom paddings with <button>
229 https://bugs.webkit.org/show_bug.cgi?id=127640
231 Reviewed by Simon Fraser.
233 <button> sets padding-top: 2px and padding-bottom: 3px as default values (html.css),
234 while <input type="button" (submit, etc) has the hardcoded values of 0, 0 and we center the text using the available space.
235 This results in different baseline text position in normal cases. This adjustment puts the <input type='button'
236 rendering back to the pre-subpixel layout state.
238 * platform/mac/css3/flexbox/button-expected.txt:
239 * platform/mac/editing/selection/3690703-2-expected.txt:
240 * platform/mac/editing/selection/3690703-expected.txt:
241 * platform/mac/editing/selection/3690719-expected.txt:
242 * platform/mac/editing/selection/4397952-expected.txt:
243 * platform/mac/editing/selection/5240265-expected.txt:
244 * platform/mac/editing/selection/selection-button-text-expected.txt:
245 * platform/mac/fast/block/float/float-avoidance-expected.txt:
246 * platform/mac/fast/css/continuationCrash-expected.txt:
247 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
248 * platform/mac/fast/css/rtl-ordering-expected.txt:
249 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
250 * platform/mac/fast/forms/001-expected.png:
251 * platform/mac/fast/forms/001-expected.txt:
252 * platform/mac/fast/forms/basic-buttons-expected.png:
253 * platform/mac/fast/forms/basic-buttons-expected.txt:
254 * platform/mac/fast/forms/blankbuttons-expected.txt:
255 * platform/mac/fast/forms/box-shadow-override-expected.png:
256 * platform/mac/fast/forms/box-shadow-override-expected.txt:
257 * platform/mac/fast/forms/button-positioned-expected.png:
258 * platform/mac/fast/forms/button-positioned-expected.txt:
259 * platform/mac/fast/forms/button-sizes-expected.png:
260 * platform/mac/fast/forms/button-sizes-expected.txt:
261 * platform/mac/fast/forms/button-style-color-expected.png:
262 * platform/mac/fast/forms/button-style-color-expected.txt:
263 * platform/mac/fast/forms/button-table-styles-expected.png:
264 * platform/mac/fast/forms/button-table-styles-expected.txt:
265 * platform/mac/fast/forms/button-text-transform-expected.png:
266 * platform/mac/fast/forms/button-text-transform-expected.txt:
267 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
268 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
269 * platform/mac/fast/forms/file/file-input-direction-expected.png:
270 * platform/mac/fast/forms/file/file-input-direction-expected.txt:
271 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
272 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
273 * platform/mac/fast/forms/form-element-geometry-expected.png:
274 * platform/mac/fast/forms/form-element-geometry-expected.txt:
275 * platform/mac/fast/forms/formmove3-expected.txt:
276 * platform/mac/fast/forms/input-appearance-height-expected.png:
277 * platform/mac/fast/forms/input-appearance-height-expected.txt:
278 * platform/mac/fast/forms/input-button-sizes-expected.png:
279 * platform/mac/fast/forms/input-button-sizes-expected.txt:
280 * platform/mac/fast/forms/input-value-expected.png:
281 * platform/mac/fast/forms/input-value-expected.txt:
282 * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
283 * platform/mac/fast/forms/validation-message-appearance-expected.png:
284 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
285 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
286 * platform/mac/fast/html/details-replace-text-expected.txt:
287 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
288 * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
289 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
290 * platform/mac/fast/replaced/width100percent-button-expected.txt:
291 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
292 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
293 * platform/mac/svg/custom/foreign-object-skew-expected.txt: Added.
294 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
295 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
296 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
297 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
298 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
299 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
300 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
301 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
302 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
303 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
304 * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
305 * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
306 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
307 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
308 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
309 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
310 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
311 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
312 * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
313 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
314 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
315 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
316 * platform/mac/tables/mozilla/other/move_row-expected.txt:
317 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
318 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
319 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
321 2014-01-26 Zan Dobersek <zdobersek@igalia.com>
323 Unreviewed GTK gardening. Rebaselining after r162553, r162742, r162791 and possibly other revisions.
325 * platform/gtk/css1/box_properties/padding-expected.txt:
326 * platform/gtk/css1/box_properties/padding_top-expected.txt:
327 * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
328 * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
329 * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
330 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
331 * platform/gtk/css3/selectors3/html/css3-modsel-25-expected.txt:
332 * platform/gtk/css3/selectors3/html/css3-modsel-70-expected.txt:
333 * platform/gtk/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
334 * platform/gtk/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
335 * platform/gtk/css3/selectors3/xml/css3-modsel-25-expected.txt:
336 * platform/gtk/css3/selectors3/xml/css3-modsel-70-expected.txt:
337 * platform/gtk/fast/block/basic/011-expected.txt:
338 * platform/gtk/fast/block/float/032-expected.txt:
339 * platform/gtk/fast/block/margin-collapse/103-expected.txt:
340 * platform/gtk/fast/css/empty-pseudo-class-expected.txt:
341 * platform/gtk/fast/css/fieldset-display-row-expected.txt:
342 * platform/gtk/fast/css/first-child-pseudo-class-expected.txt:
343 * platform/gtk/fast/css/input-search-padding-expected.txt:
344 * platform/gtk/fast/css/last-child-pseudo-class-expected.txt:
345 * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt:
346 * platform/gtk/fast/css/only-child-pseudo-class-expected.txt:
347 * platform/gtk/fast/forms/001-expected.txt:
348 * platform/gtk/fast/forms/basic-inputs-expected.txt:
349 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
350 * platform/gtk/fast/forms/file/file-input-disabled-expected.txt:
351 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
352 * platform/gtk/fast/forms/formmove-expected.txt:
353 * platform/gtk/fast/forms/formmove2-expected.txt:
354 * platform/gtk/fast/forms/indeterminate-expected.txt:
355 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
356 * platform/gtk/fast/forms/input-text-word-wrap-expected.txt:
357 * platform/gtk/fast/forms/input-value-expected.txt:
358 * platform/gtk/fast/forms/large-toggle-elements-expected.txt:
359 * platform/gtk/fast/inline/positionedLifetime-expected.txt:
360 * platform/gtk/fast/parser/bad-xml-slash-expected.txt:
361 * platform/gtk/fast/repaint/reflection-redraw-expected.txt:
362 * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
363 * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
364 * platform/gtk/fast/replaced/width100percent-radio-expected.txt:
365 * platform/gtk/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
366 * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
367 * platform/gtk/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
368 * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
369 * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
370 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
371 * platform/gtk/tables/mozilla/marvin/body_col-expected.txt:
372 * platform/gtk/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
373 * platform/gtk/tables/mozilla/other/body_col-expected.txt:
374 * platform/gtk/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
375 * platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
376 * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
377 * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.txt:
378 * platform/gtk/tables/mozilla_expected_failures/core/captions3-expected.txt:
379 * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
381 2014-01-26 Benjamin Poulain <bpoulain@apple.com>
383 Improve the bindings of NodeList's name accessor
384 https://bugs.webkit.org/show_bug.cgi?id=127358
386 Reviewed by Geoffrey Garen.
388 * fast/dom/NodeList/nodelist-name-getter-properties-expected.txt: Added.
389 * fast/dom/NodeList/nodelist-name-getter-properties.html: Added.
391 2014-01-26 Benjamin Poulain <bpoulain@apple.com>
393 ASSERTION FAILED: !m_hasPendingCharacter
394 https://bugs.webkit.org/show_bug.cgi?id=110118
396 Reviewed by Sam Weinig.
398 Add more test coverage for r144552 with a use case that use to hit the assertion.
400 * fast/dom/xml-parser-entity-in-attribute-value-expected.txt: Added.
401 * fast/dom/xml-parser-entity-in-attribute-value.html: Added.
403 2014-01-26 Joseph Pecoraro <pecoraro@apple.com>
405 Web Inspector: Move InspectorDebuggerAgent into JavaScriptCore
406 https://bugs.webkit.org/show_bug.cgi?id=127629
408 Rubber-stamped by Sam Weinig.
410 Add a test that we pause in the debugger for console.assert failures
411 when the DebuggerAgent is enabled.
413 * inspector-protocol/debugger/pause-on-assert-expected.txt: Added.
414 * inspector-protocol/debugger/pause-on-assert.html: Added.
415 * inspector-protocol/debugger/resources/assert.js: Added.
419 (assertConditionWithMessage):
421 2014-01-25 Timothy Hatcher <timothy@apple.com>
423 Remove dead code from the JSC profiler.
425 https://bugs.webkit.org/show_bug.cgi?id=127643
427 Reviewed by Mark Lam.
429 * fast/profiler/resources/profiler-test-JS-resources.js:
430 (printProfileNodeWithoutTime): Don't use visible. It was always true.
432 2014-01-25 Zalan Bujtas <zalan@apple.com>
434 Subpixel layout: RenderInline is not centered when child RenderTextControl's innerTextRenderer needs bias centering.
435 https://bugs.webkit.org/show_bug.cgi?id=125659
437 Reviewed by Andreas Kling.
439 layoutMod(logicalHeightDiff, 2) fails to bias round when subpixel layout is enabled. It sets
440 the denominator value to 2, which returns incorrect modulo result.
441 (subpixel off: 3px % 2 = 1 vs subpixel on: (3px * 64) -> 192 % 2 = 0)
443 Covered by existing tests.
445 * platform/mac/fast/block/float/032-expected.txt:
446 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
447 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
448 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt:
450 2014-01-25 Antti Koivisto <antti@apple.com>
452 REGRESSION(r162744): wsj.com paints white
453 https://bugs.webkit.org/show_bug.cgi?id=127619
455 Reviewed by Sam Weinig.
457 * fast/css/stylesheet-layout-with-pending-paint-expected.html: Added.
458 * fast/css/stylesheet-layout-with-pending-paint.html: Added.
460 2014-01-24 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
462 ASSERT(time.isFinite()) in SVGSMILElement::createInstanceTimesFromSyncbase
463 <https://webkit.org/b/108184>
465 Reviewed by Philip Rogers.
467 Additional test to detect the crash in debug mode. It is merged back
468 from blink commit https://src.chromium.org/viewvc/blink?revision=165498&view=revision
470 * svg/animations/self-dependency-crash-expected.txt: Added.
471 * svg/animations/self-dependency-crash.html: Added.
473 2014-01-24 Zalan Bujtas <zalan@apple.com>
475 Unreviewed Apple Windows port gardering.
477 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
478 * platform/win/tables/mozilla/marvin/body_col-expected.txt: Added.
480 2014-01-24 Zalan Bujtas <zalan@apple.com>
482 Subpixel layout: Default style of input type=checkbox/radio (0.5ex) adds 1px extra margin on both left and right.
483 https://bugs.webkit.org/show_bug.cgi?id=125728
485 Reviewed by Simon Fraser.
487 Using the 0.5ex value to set checkbox/radio left and right margins is a long-standing
488 (khtml) behavior. While it indicates dynamic behavior, in order to get the margins changed,
489 the widget's font size needs to be set, which is rather rare for such input types.
490 It also results in odd layout, where the checkbox's indentation may seem to change randomly.
492 '<input style="font-size: 30px;" type="checkbox">foo' changes neither the checkbox
493 nor the text size, but it indents the line by about 15px.
495 Other browsers (FF, Opera with Presto) disagree and they set static margins values.
496 2px is the current default computed value.
498 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt:
499 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt:
500 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt:
501 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt:
502 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt:
503 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
504 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt:
505 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt:
506 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt:
507 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt:
508 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
509 * platform/mac/css1/box_properties/acid_test-expected.txt:
510 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
511 * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
512 * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
513 * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
514 * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
515 * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
516 * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
517 * platform/mac/fast/block/basic/011-expected.txt:
518 * platform/mac/fast/block/margin-collapse/103-expected.txt:
519 * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
520 * platform/mac/fast/forms/001-expected.txt:
521 * platform/mac/fast/forms/basic-inputs-expected.txt:
522 * platform/mac/fast/forms/box-shadow-override-expected.txt:
523 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
524 * platform/mac/fast/forms/form-element-geometry-expected.txt:
525 * platform/mac/fast/forms/formmove-expected.txt:
526 * platform/mac/fast/forms/formmove2-expected.txt:
527 * platform/mac/fast/forms/indeterminate-expected.txt:
528 * platform/mac/fast/forms/input-appearance-height-expected.txt:
529 * platform/mac/fast/forms/input-value-expected.txt:
530 * platform/mac/fast/inline/positionedLifetime-expected.txt:
531 * platform/mac/fast/parser/bad-xml-slash-expected.txt:
532 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
533 * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
534 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
535 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
536 * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
537 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
538 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
539 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
540 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
541 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
543 2014-01-24 Oliver Hunt <oliver@apple.com>
545 Put functions need to take a base object and a this value, and perform type checks on |this|
546 https://bugs.webkit.org/show_bug.cgi?id=127594
548 Reviewed by Geoffrey Garen.
550 Add tests, and update expectation for previously failing test.
552 * js/dom/dom-as-prototype-assignment-exception-expected.txt: Added.
553 * js/dom/dom-as-prototype-assignment-exception.html: Added.
554 * js/dom/script-tests/dom-as-prototype-assignment-exception.js: Added.
555 * media/network-no-source-const-shadow-expected.txt:
557 2014-01-24 Oliver Hunt <oliver@apple.com>
559 Generic JSObject::put should handle static properties in the classinfo hierarchy
560 https://bugs.webkit.org/show_bug.cgi?id=127523
562 Reviewed by Geoffrey Garen.
566 * fast/canvas/webgl/constants.html:
567 Remove incorrect constant
568 * js/script-tests/static-put-in-prototype-chain.js: Added.
569 * js/static-put-in-prototype-chain-expected.txt: Added.
570 * js/static-put-in-prototype-chain.html: Added.
572 2014-01-24 Commit Queue <commit-queue@webkit.org>
574 Unreviewed, rolling out r162713.
575 http://trac.webkit.org/changeset/162713
576 https://bugs.webkit.org/show_bug.cgi?id=127593
578 broke media/network-no-source-const-shadow (Requested by
581 * fast/canvas/webgl/constants.html:
582 * js/script-tests/static-put-in-prototype-chain.js: Removed.
583 * js/static-put-in-prototype-chain-expected.txt: Removed.
584 * js/static-put-in-prototype-chain.html: Removed.
586 2014-01-24 Oliver Hunt <oliver@apple.com>
588 Generic JSObject::put should handle static properties in the classinfo hierarchy
589 https://bugs.webkit.org/show_bug.cgi?id=127523
591 Reviewed by Geoffrey Garen.
595 * fast/canvas/webgl/constants.html:
596 Remove incorrect constant
597 * js/script-tests/static-put-in-prototype-chain.js: Added.
598 * js/static-put-in-prototype-chain-expected.txt: Added.
599 * js/static-put-in-prototype-chain.html: Added.
601 2014-01-24 Andrzej Badowski <a.badowski@samsung.com>
603 [EFL] Add expectations for two flaky media layout tests
604 https://bugs.webkit.org/show_bug.cgi?id=127557
606 Unreviewed EFL gardening.
608 * platform/efl/TestExpectations:
610 2014-01-24 Michał Pakuła vel Rutka <m.pakula@samsung.com>
612 Unreviewed EFL gardening
614 Skip crashing http tests.
616 * platform/efl-wk2/TestExpectations:
618 2014-01-24 Jinwoo Song <jinwoo7.song@samsung.com>
620 Unreviewed EFL gardening. Remove failure expectations which are passing now.
622 * platform/efl/TestExpectations: fast/css3-text/css3-text-decoration/
624 2014-01-23 Morten Stenshorne <mstensho@opera.com>
626 Region based multicol: unresolvable percent height results in 1px tall multicol
627 https://bugs.webkit.org/show_bug.cgi?id=122826
629 Reviewed by David Hyatt.
631 * fast/multicol/newmulticol/unresolvable-percent-height-2-expected.html: Added.
632 * fast/multicol/newmulticol/unresolvable-percent-height-2.html: Added.
633 * fast/multicol/newmulticol/unresolvable-percent-height-expected.html: Added.
634 * fast/multicol/newmulticol/unresolvable-percent-height.html: Added.
635 * fast/multicol/newmulticol/unresolvable-percent-max-height-2-expected.html: Added.
636 * fast/multicol/newmulticol/unresolvable-percent-max-height-2.html: Added.
637 * fast/multicol/newmulticol/unresolvable-percent-max-height-expected.html: Added.
638 * fast/multicol/newmulticol/unresolvable-percent-max-height.html: Added.
640 2014-01-23 ChangSeok Oh <changseok.oh@collabora.com>
642 Dragging from inner side of video to outside causes a crash
643 https://bugs.webkit.org/show_bug.cgi?id=126338
645 Reviewed by Jer Noble.
647 This tests that dragging through timeslider control to outside of video causes a crash.
648 The crash happened on both gtk+ and efl ports not using MEDIA_CONTROL_SCRIPT.
650 * media/media-controller-drag-crash-expected.txt: Added.
651 * media/media-controller-drag-crash.html: Added.
653 2014-01-23 Jon Honeycutt <jhoneycutt@apple.com>
655 Assertion failure in WebCore::PseudoElement::didRecalcStyle()
656 <https://bugs.webkit.org/show_bug.cgi?id=126761>
657 <rdar://problem/15793540>
659 Reviewed by Andy Estes.
661 * fast/images/animate-list-item-image-assertion-expected.txt: Added.
662 * fast/images/animate-list-item-image-assertion.html: Added.
664 2014-01-23 Joseph Pecoraro <pecoraro@apple.com>
666 Web Inspector: Remove recompileAllJSFunctions timer in ScriptDebugServer
667 https://bugs.webkit.org/show_bug.cgi?id=127409
669 Reviewed by Geoffrey Garen.
671 Remove "Breakpoints Enabled" output in tests. Breakpoints are already
672 enabled by default in tests. Also since the DebuggerAgent.enable() call
673 now immediately recompiles scripts, sourceParsed events are now sent to
674 the frontend earlier even before the setBreakpointsActive message has
675 been processed, so the "Breakpoints Enabled" output was showing up
676 later, seemingly randomly in tests, and is no longer helpful.
678 * inspector-protocol/debugger/breakpoint-action-detach-expected.txt:
679 * inspector-protocol/debugger/breakpoint-action-detach.html:
680 * inspector-protocol/debugger/breakpoint-action-with-exception-expected.txt:
681 * inspector-protocol/debugger/breakpoint-action-with-exception.html:
682 * inspector-protocol/debugger/breakpoint-condition-detach-expected.txt:
683 * inspector-protocol/debugger/breakpoint-condition-detach.html:
684 * inspector-protocol/debugger/breakpoint-condition-with-exception-expected.txt:
685 * inspector-protocol/debugger/breakpoint-condition-with-exception.html:
686 * inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt:
687 * inspector-protocol/debugger/breakpoint-eval-with-exception.html:
688 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions-expected.txt:
689 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html:
690 * inspector-protocol/debugger/call-frame-function-name-expected.txt:
691 * inspector-protocol/debugger/call-frame-function-name.html:
692 * inspector-protocol/debugger/call-frame-this-host-expected.txt:
693 * inspector-protocol/debugger/call-frame-this-host.html:
694 * inspector-protocol/debugger/call-frame-this-nonstrict-expected.txt:
695 * inspector-protocol/debugger/call-frame-this-nonstrict.html:
696 * inspector-protocol/debugger/call-frame-this-strict-expected.txt:
697 * inspector-protocol/debugger/call-frame-this-strict.html:
698 * inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt:
699 * inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
700 * inspector-protocol/debugger/nested-inspectors-expected.txt:
701 * inspector-protocol/debugger/nested-inspectors.html:
702 * inspector-protocol/debugger/removeBreakpoint-expected.txt:
703 * inspector-protocol/debugger/removeBreakpoint.html:
704 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
705 * inspector-protocol/debugger/setBreakpoint-actions.html:
706 * inspector-protocol/debugger/setBreakpoint-autoContinue-expected.txt:
707 * inspector-protocol/debugger/setBreakpoint-autoContinue.html:
708 * inspector-protocol/debugger/setBreakpoint-column-expected.txt:
709 * inspector-protocol/debugger/setBreakpoint-column.html:
710 * inspector-protocol/debugger/setBreakpoint-condition-expected.txt:
711 * inspector-protocol/debugger/setBreakpoint-condition.html:
712 * inspector-protocol/debugger/setBreakpoint-expected.txt:
713 * inspector-protocol/debugger/setBreakpoint-options-exception-expected.txt:
714 * inspector-protocol/debugger/setBreakpoint-options-exception.html:
715 * inspector-protocol/debugger/setBreakpoint.html:
716 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt:
717 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html:
718 * inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt:
719 * inspector-protocol/debugger/setPauseOnExceptions-all.html:
720 * inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt:
721 * inspector-protocol/debugger/setPauseOnExceptions-none.html:
722 * inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt:
723 * inspector-protocol/debugger/setPauseOnExceptions-uncaught.html:
724 * inspector-protocol/dom-debugger/node-removed-expected.txt:
725 * inspector-protocol/dom-debugger/node-removed.html:
727 2014-01-23 Hans Muller <hmuller@adobe.com>
729 [CSS Shapes] Image valued shape size and position should conform to the spec
730 https://bugs.webkit.org/show_bug.cgi?id=123295
732 Reviewed by Andreas Kling.
734 * fast/shapes/shape-outside-floats/shape-outside-image-fit-001-expected.html: Added.
735 * fast/shapes/shape-outside-floats/shape-outside-image-fit-001.html: Added.
736 * fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html: Added.
737 * fast/shapes/shape-outside-floats/shape-outside-image-fit-002.html: Added.
738 * fast/shapes/shape-outside-floats/shape-outside-image-fit-003-expected.html: Added.
739 * fast/shapes/shape-outside-floats/shape-outside-image-fit-003.html: Added.
740 * fast/shapes/shape-outside-floats/shape-outside-image-fit-004-expected.html: Added.
741 * fast/shapes/shape-outside-floats/shape-outside-image-fit-004.html: Added.
743 2014-01-23 Antti Koivisto <antti@apple.com>
745 Rebaseline after r162640.
747 * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
748 * platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
750 2014-01-23 Max Vujovic <mvujovic@adobe.com>
752 Remove CSS Custom Filters code and tests
753 https://bugs.webkit.org/show_bug.cgi?id=127382
755 Reviewed by Simon Fraser.
757 * animations/resources/animation-test-helpers.js:
758 (parseFilterFunctionList):
759 (compareFilterFunctions):
760 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt: Removed.
761 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html: Removed.
762 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Removed.
763 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html: Removed.
764 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Removed.
765 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Removed.
766 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Removed.
767 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Removed.
768 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid-expected.txt: Removed.
769 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid.html: Removed.
770 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid-expected.txt: Removed.
771 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid.html: Removed.
772 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid-expected.txt: Removed.
773 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid.html: Removed.
774 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid-expected.txt: Removed.
775 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid.html: Removed.
776 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid-expected.txt: Removed.
777 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid.html: Removed.
778 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid-expected.txt: Removed.
779 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid.html: Removed.
780 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Removed.
781 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Removed.
782 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Removed.
783 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Removed.
784 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js: Removed.
785 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: Removed.
786 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Removed.
787 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Removed.
788 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-invalid.js: Removed.
789 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-valid.js: Removed.
790 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-invalid.js: Removed.
791 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-valid.js: Removed.
792 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-invalid.js: Removed.
793 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-valid.js: Removed.
794 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Removed.
795 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Removed.
796 * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Removed.
797 * css3/filters/custom/composited/custom-filter-blend-modes.html: Removed.
798 * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Removed.
799 * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Removed.
800 * css3/filters/custom/custom-filter-animation-expected.txt: Removed.
801 * css3/filters/custom/custom-filter-animation.html: Removed.
802 * css3/filters/custom/custom-filter-array-blending-expected.txt: Removed.
803 * css3/filters/custom/custom-filter-array-blending.html: Removed.
804 * css3/filters/custom/custom-filter-array-expected.html: Removed.
805 * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Removed.
806 * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Removed.
807 * css3/filters/custom/custom-filter-array.html: Removed.
808 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Removed.
809 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Removed.
810 * css3/filters/custom/custom-filter-blend-modes-expected.html: Removed.
811 * css3/filters/custom/custom-filter-blend-modes.html: Removed.
812 * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Removed.
813 * css3/filters/custom/custom-filter-change-blend-mode.html: Removed.
814 * css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.html: Removed.
815 * css3/filters/custom/custom-filter-clamp-css-color-matrix-negative-expected.html: Removed.
816 * css3/filters/custom/custom-filter-clamp-css-color-matrix-negative.html: Removed.
817 * css3/filters/custom/custom-filter-clamp-css-color-matrix.html: Removed.
818 * css3/filters/custom/custom-filter-clamp-css-mix-color-expected.html: Removed.
819 * css3/filters/custom/custom-filter-clamp-css-mix-color-negative-expected.html: Removed.
820 * css3/filters/custom/custom-filter-clamp-css-mix-color-negative.html: Removed.
821 * css3/filters/custom/custom-filter-clamp-css-mix-color.html: Removed.
822 * css3/filters/custom/custom-filter-color-expected.html: Removed.
823 * css3/filters/custom/custom-filter-color-matrix-expected.png: Removed.
824 * css3/filters/custom/custom-filter-color-matrix-expected.txt: Removed.
825 * css3/filters/custom/custom-filter-color-matrix.html: Removed.
826 * css3/filters/custom/custom-filter-color.html: Removed.
827 * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Removed.
828 * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Removed.
829 * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
830 * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
831 * css3/filters/custom/custom-filter-composite-operators.html: Removed.
832 * css3/filters/custom/custom-filter-composite-source-atop-expected.png: Removed.
833 * css3/filters/custom/custom-filter-composite-source-atop-expected.txt: Removed.
834 * css3/filters/custom/custom-filter-composite-source-atop.html: Removed.
835 * css3/filters/custom/custom-filter-crash-inline-computed-style-expected.txt: Removed.
836 * css3/filters/custom/custom-filter-crash-inline-computed-style.html: Removed.
837 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Removed.
838 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.txt: Removed.
839 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name.html: Removed.
840 * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Removed.
841 * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Removed.
842 * css3/filters/custom/custom-filter-matN-expected.html: Removed.
843 * css3/filters/custom/custom-filter-matN.html: Removed.
844 * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Removed.
845 * css3/filters/custom/custom-filter-mesh-column-row-order.html: Removed.
846 * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Removed.
847 * css3/filters/custom/custom-filter-mix-bindings.html: Removed.
848 * css3/filters/custom/custom-filter-no-element-texture-access-expected.html: Removed.
849 * css3/filters/custom/custom-filter-no-element-texture-access.html: Removed.
850 * css3/filters/custom/custom-filter-nonseparable-blend-mode-color-expected.html: Removed.
851 * css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html: Removed.
852 * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue-expected.html: Removed.
853 * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html: Removed.
854 * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.html: Removed.
855 * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html: Removed.
856 * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation-expected.html: Removed.
857 * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html: Removed.
858 * css3/filters/custom/custom-filter-property-computed-style-expected.txt: Removed.
859 * css3/filters/custom/custom-filter-property-computed-style.html: Removed.
860 * css3/filters/custom/custom-filter-property-parsing-expected.txt: Removed.
861 * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Removed.
862 * css3/filters/custom/custom-filter-property-parsing-invalid.html: Removed.
863 * css3/filters/custom/custom-filter-property-parsing.html: Removed.
864 * css3/filters/custom/custom-filter-reload-expected.txt: Removed.
865 * css3/filters/custom/custom-filter-reload.html: Removed.
866 * css3/filters/custom/custom-filter-shader-cache-expected.png: Removed.
867 * css3/filters/custom/custom-filter-shader-cache-expected.txt: Removed.
868 * css3/filters/custom/custom-filter-shader-cache.html: Removed.
869 * css3/filters/custom/custom-filter-shader-reuse-expected.txt: Removed.
870 * css3/filters/custom/custom-filter-shader-reuse.html: Removed.
871 * css3/filters/custom/custom-filter-transforms-animation-expected.txt: Removed.
872 * css3/filters/custom/custom-filter-transforms-animation.html: Removed.
873 * css3/filters/custom/custom-filter-u-mesh-box-expected.html: Removed.
874 * css3/filters/custom/custom-filter-u-mesh-box.html: Removed.
875 * css3/filters/custom/custom-filter-u-mesh-size-expected.html: Removed.
876 * css3/filters/custom/custom-filter-u-mesh-size.html: Removed.
877 * css3/filters/custom/custom-filter-u-texture-size-expected.html: Removed.
878 * css3/filters/custom/custom-filter-u-texture-size.html: Removed.
879 * css3/filters/custom/custom-filter-u-tile-size-expected.html: Removed.
880 * css3/filters/custom/custom-filter-u-tile-size.html: Removed.
881 * css3/filters/custom/custom-filter-unavailable-varying-expected.html: Removed.
882 * css3/filters/custom/custom-filter-unavailable-varying.html: Removed.
883 * css3/filters/custom/effect-color-check-expected.png: Removed.
884 * css3/filters/custom/effect-color-check-expected.txt: Removed.
885 * css3/filters/custom/effect-color-check.html: Removed.
886 * css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
887 * css3/filters/custom/effect-custom-combined-missing-expected.txt: Removed.
888 * css3/filters/custom/effect-custom-combined-missing.html: Removed.
889 * css3/filters/custom/effect-custom-disabled-expected.txt: Removed.
890 * css3/filters/custom/effect-custom-disabled.html: Removed.
891 * css3/filters/custom/effect-custom-expected.png: Removed.
892 * css3/filters/custom/effect-custom-expected.txt: Removed.
893 * css3/filters/custom/effect-custom-parameters-expected.png: Removed.
894 * css3/filters/custom/effect-custom-parameters-expected.txt: Removed.
895 * css3/filters/custom/effect-custom-parameters.html: Removed.
896 * css3/filters/custom/effect-custom-transform-parameters-expected.html: Removed.
897 * css3/filters/custom/effect-custom-transform-parameters.html: Removed.
898 * css3/filters/custom/effect-custom.html: Removed.
899 * css3/filters/custom/filter-fallback-to-software-expected.html: Removed.
900 * css3/filters/custom/filter-fallback-to-software.html: Removed.
901 * css3/filters/custom/filter-repaint-custom-clipped-expected.png: Removed.
902 * css3/filters/custom/filter-repaint-custom-clipped-expected.txt: Removed.
903 * css3/filters/custom/filter-repaint-custom-clipped.html: Removed.
904 * css3/filters/custom/filter-repaint-custom-expected.png: Removed.
905 * css3/filters/custom/filter-repaint-custom-expected.txt: Removed.
906 * css3/filters/custom/filter-repaint-custom-rotated-expected.png: Removed.
907 * css3/filters/custom/filter-repaint-custom-rotated-expected.txt: Removed.
908 * css3/filters/custom/filter-repaint-custom-rotated.html: Removed.
909 * css3/filters/custom/filter-repaint-custom.html: Removed.
910 * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Removed.
911 * css3/filters/custom/invalid-custom-filter-attribute-types.html: Removed.
912 * css3/filters/custom/invalid-custom-filter-shader-expected.html: Removed.
913 * css3/filters/custom/invalid-custom-filter-shader.html: Removed.
914 * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Removed.
915 * css3/filters/custom/invalid-custom-filter-uniform-types.html: Removed.
916 * css3/filters/custom/missing-custom-filter-shader-expected.png: Removed.
917 * css3/filters/custom/missing-custom-filter-shader-expected.txt: Removed.
918 * css3/filters/custom/missing-custom-filter-shader.html: Removed.
919 * css3/filters/resources/a-tex-coord-defined.vs: Removed.
920 * css3/filters/resources/a-tex-coord-undefined.vs: Removed.
921 * css3/filters/resources/a-triangle-coord-defined.vs: Removed.
922 * css3/filters/resources/array-uniform-indirect-index.vs: Removed.
923 * css3/filters/resources/checkerboard.vs: Removed.
924 * css3/filters/resources/color-fill.fs: Removed.
925 * css3/filters/resources/color-offset.fs: Removed.
926 * css3/filters/resources/composite.fs: Removed.
927 * css3/filters/resources/css-keyword-as-parameter-name.fs: Removed.
928 * css3/filters/resources/custom-filter-clamp-css-color-matrix-negative.fs: Removed.
929 * css3/filters/resources/custom-filter-clamp-css-color-matrix.fs: Removed.
930 * css3/filters/resources/custom-filter-parser.js: Removed.
931 * css3/filters/resources/fragment-color.fs: Removed.
932 * css3/filters/resources/fragment-colors.fs: Removed.
933 * css3/filters/resources/fragment-matN.fs: Removed.
934 * css3/filters/resources/grayscale-color-matrix.fs: Removed.
935 * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs: Removed.
936 * css3/filters/resources/invalid-custom-attribute.vs: Removed.
937 * css3/filters/resources/invalid-shader.vs: Removed.
938 * css3/filters/resources/invalid-type-a-mesh-coord.vs: Removed.
939 * css3/filters/resources/invalid-type-a-position.vs: Removed.
940 * css3/filters/resources/invalid-type-a-tex-coord.vs: Removed.
941 * css3/filters/resources/invalid-type-a-triangle-coord.vs: Removed.
942 * css3/filters/resources/invalid-type-attribute-array.vs: Removed.
943 * css3/filters/resources/invalid-type-u-mesh-box.fs: Removed.
944 * css3/filters/resources/invalid-type-u-mesh-size.fs: Removed.
945 * css3/filters/resources/invalid-type-u-projection-matrix.fs: Removed.
946 * css3/filters/resources/invalid-type-u-texture-size.fs: Removed.
947 * css3/filters/resources/invalid-type-u-tile-size.fs: Removed.
948 * css3/filters/resources/invalid-type-uniform-array.fs: Removed.
949 * css3/filters/resources/mix-color.fs: Removed.
950 * css3/filters/resources/pass-tex-coord.vs: Removed.
951 * css3/filters/resources/sample-defined-css-u-texture-mix.fs: Removed.
952 * css3/filters/resources/sample-defined-css-u-texture.fs: Removed.
953 * css3/filters/resources/sample-u-texture-mix.fs: Removed.
954 * css3/filters/resources/sample-u-texture.fs: Removed.
955 * css3/filters/resources/sample-undefined-css-u-texture-mix.fs: Removed.
956 * css3/filters/resources/sample-undefined-css-u-texture.fs: Removed.
957 * css3/filters/resources/u-mesh-box-is-unit-square.fs: Removed.
958 * css3/filters/resources/u-mesh-size.fs: Removed.
959 * css3/filters/resources/u-texture-size.fs: Removed.
960 * css3/filters/resources/u-tile-size.fs: Removed.
961 * css3/filters/resources/unavailable-varying.fs: Removed.
962 * css3/filters/resources/varying-mix-color.fs: Removed.
963 * css3/filters/resources/vertex-explode-detached.vs: Removed.
964 * css3/filters/resources/vertex-horizontal-offset.vs: Removed.
965 * css3/filters/resources/vertex-offset-parameters.vs: Removed.
966 * css3/filters/resources/vertex-offset.vs: Removed.
967 * css3/filters/resources/vertex-rotate.vs: Removed.
968 * css3/filters/resources/vertex-transform-parameter.vs: Removed.
969 * css3/filters/script-tests/custom-filter-mix-bindings.js: Removed.
970 * css3/filters/script-tests/custom-filter-parsing-common.js: Removed.
971 * css3/filters/script-tests/custom-filter-property-computed-style.js: Removed.
972 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js: Removed.
973 * css3/filters/script-tests/custom-filter-property-parsing.js: Removed.
974 * css3/filters/script-tests/effect-custom-disabled.js: Removed.
975 * js/dom/global-constructors-attributes-expected.txt:
976 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
977 * platform/mac-wk2/TestExpectations:
978 * platform/mac/TestExpectations:
979 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
980 * platform/win/TestExpectations:
981 * platform/wincairo/TestExpectations:
983 2014-01-22 Jon Honeycutt <jhoneycutt@apple.com>
985 REGRESSION(r161967): Crash in WebCore::CachedSVGDocumentReference::load
986 <https://webkit.org/b/127151>
987 <rdar://problem/15840760>
989 Reviewed by Dirk Schulze.
991 * css3/filters/crash-filter-animation-invalid-url-expected.txt: Added.
992 * css3/filters/crash-filter-animation-invalid-url.html: Added.
993 * css3/filters/crash-invalid-url-expected.txt: Added.
994 * css3/filters/crash-invalid-url.html: Added.
996 2014-01-23 Alexey Proskuryakov <ap@apple.com>
998 svg/animations/smil-syncbase-self-dependency.svg is very flaky
1000 This is a newly landed test for <https://bugs.webkit.org/show_bug.cgi?id=108184>
1001 that wasn't actually testing for what the bug fixed. The plan is to add a better
1002 test soon, so deleting this one.
1004 * svg/animations/smil-syncbase-self-dependency-expected.txt: Removed.
1005 * svg/animations/smil-syncbase-self-dependency.svg: Removed.
1007 2014-01-23 Carlos Alberto Lopez Perez <clopez@igalia.com>
1009 Unreviewed GTK gardening.
1011 Remove failure/timeout expectations for the following passed tests:
1013 * platform/gtk/TestExpectations:
1014 http/tests/navigation/redirect-to-random-url-versus-memory-cache.html
1016 * platform/gtk-wk2/TestExpectations:
1017 http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html
1018 accessibility/multiselect-list-reports-active-option.html
1020 2014-01-23 Daniel Bates <dabates@apple.com>
1022 [Win] Mark test mathml/presentation/maction-toggle.html as failing in TestExpectation
1024 For now, mark the test mathml/presentation/maction-toggle.html as failing. See
1025 <https://bugs.webkit.org/show_bug.cgi?id=127495> for more details.
1027 * platform/win/TestExpectations:
1029 2014-01-23 Daniel Bates <dabates@apple.com>
1031 [Win] Mark test js/dom/date-big-constructor.html as failing and add Windows expected result
1033 Mark the test js/dom/date-big-constructor.html as failing while we investigate
1034 regression in <https://bugs.webkit.org/show_bug.cgi?id=127492>. Also add Windows expected
1035 result for test fast/css/relative-position-replaced-in-table-display-crash.html as the test
1036 passes but differs in whitespace. We'll investigate this whitespace difference in
1037 <https://bugs.webkit.org/show_bug.cgi?id=127479>.
1039 * platform/win/TestExpectations:
1040 * platform/win/fast/css/relative-position-replaced-in-table-display-crash-expected.txt: Added.
1042 2014-01-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1044 Unreviewed EFL gardening
1046 Add test expectations for failing tests.
1048 * platform/efl/TestExpectations:
1050 2014-01-23 Daniel Bates <dabates@apple.com>
1052 [Win] Update expected result for test svg/W3C-SVG-1.1/paths-data-03-f.html
1054 The expected result for the test test svg/W3C-SVG-1.1/paths-data-03-f.html on Windows
1055 shows a progression towards matching the Mac expected result. Currently, there are many
1056 numerical differences between the expected results for these platforms, described within
1057 three diff chunks. After this commit there will be a single numerical difference (described
1058 in one diff chunk) between the Mac and Windows results. See <https://bugs.webkit.org/show_bug.cgi?id=127490>
1061 * platform/win/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1063 2014-01-23 Daniel Bates <dabates@apple.com>
1065 [Win] Mark some tests as failing in TestExpectations
1067 Mark test fast/dom/gc-attribute-node.html as failing (see http://webkit.org/b/127480).
1068 Also mark the following Windows-only tests as failing (see http://webkit.org/b/127485):
1070 platform/win/accessibility/option-element-selection-and-focus-events.html
1071 platform/win/accessibility/parent-element.html
1072 platform/win/accessibility/select-element-valuechange-event.html
1074 * platform/win/TestExpectations:
1076 2014-01-23 Csaba Osztrogonác <ossy@webkit.org>
1078 [EFL] Unreviewed gardening
1080 * platform/efl-wk2/TestExpectations: Skip failing tests only on WK2.
1081 * platform/efl/TestExpectations: Unskip now passing tests on WK1.
1083 2014-01-23 Daniel Bates <dabates@apple.com>
1085 [Win] Remove Windows-specific result for test fast/css-generated-content/table-row-group-to-inline.html
1087 As of the time of writing, the Windows expected results for test fast/css-generated-content/table-row-group-to-inline.html
1088 are identical to the results on Mac.
1090 * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Removed.
1092 2014-01-23 Krzysztof Wolanski <k.wolanski@samsung.com>
1094 [EFL] Updated test expectations for failing tests
1095 https://bugs.webkit.org/show_bug.cgi?id=127478
1097 Unreviewed EFL gardening
1099 * platform/efl/TestExpectations:
1100 * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
1101 Removed incorrect test expectation for css2.1/t1604-c542-letter-sp-00-b-a.html
1102 * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
1105 2014-01-23 Daniel Bates <dabates@apple.com>
1107 [Win] Whitespace differences in test results for fast/{css, dom, forms, multicolor, ruinin}
1108 https://bugs.webkit.org/show_bug.cgi?id=127479
1110 Add Windows-specific expected results for some tests that PASS, but differ in whitespace
1111 in their output. We should further investigate such whitespace differences.
1113 * platform/win/fast/css/first-letter-block-form-controls-crash-expected.txt: Added.
1114 * platform/win/fast/dom/adopt-node-crash-2-expected.txt: Added.
1115 * platform/win/fast/forms/access-key-for-all-elements-expected.txt: Added.
1116 * platform/win/fast/forms/form-associated-element-crash3-expected.txt: Added.
1117 * platform/win/fast/multicol/renderer-positioned-assert-crash-expected.txt: Added.
1118 * platform/win/fast/runin/nonblock-runin-expected.txt: Added.
1120 2014-01-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1122 Unreviewed EFL gardening
1124 Update test expectations for failing or crashing http/tests/websocket/tests/hybi tests.
1126 * platform/efl-wk1/TestExpectations:
1127 * platform/efl-wk2/TestExpectations:
1128 * platform/efl/TestExpectations:
1130 2014-01-23 Mihai Maerean <mmaerean@adobe.com>
1132 [CSS Regions] Fix positioning composited layers when the region has overflow:hidden
1133 https://bugs.webkit.org/show_bug.cgi?id=124042
1135 Reviewed by Mihnea Ovidenie.
1137 * compositing/regions/position-layer-inside-region-overflow-hidden.html: Added.
1138 * compositing/regions/position-layer-inside-region-overflow-hidden-expected.html: Added.
1139 * compositing/regions/position-layer-inside-overflow-hidden.html: Added.
1140 * compositing/regions/position-layer-inside-overflow-hidden-expected.html: Added.
1141 * compositing/regions/position-layers-inside-region-overflow-hidden.html: Added.
1142 * compositing/regions/position-layers-inside-region-overflow-hidden-expected.html: Added.
1143 * compositing/regions/position-layers-inside-regions-overflow-hidden.html: Added.
1144 * compositing/regions/position-layers-inside-regions-overflow-hidden-expected.html: Added.
1146 2014-01-23 Csaba Osztrogonác <ossy@webkit.org>
1148 Unreviewed gardening.
1150 Move fast/harness/sample-fail-mismatch-reftest.html to the platform
1151 independent TestExpectations, since all ports skip it as expected.
1154 * platform/efl/TestExpectations:
1155 * platform/gtk/TestExpectations:
1156 * platform/mac/TestExpectations:
1157 * platform/win/TestExpectations:
1158 * platform/wincairo/TestExpectations:
1160 2014-01-23 László Langó <llango.u-szeged@partner.samsung.com>
1162 Range should be constructable.
1163 https://bugs.webkit.org/show_bug.cgi?id=115639
1165 Reviewed by Ryosuke Niwa.
1167 * fast/dom/Range/range-constructor-expected.txt: Added.
1168 * fast/dom/Range/range-constructor.html: Added.
1169 * fast/dom/dom-constructors-expected.txt:
1170 * fast/dom/dom-constructors.html:
1172 2014-01-22 Jinwoo Song <jinwoo7.song@samsung.com>
1174 Unreviewed EFL gardening after r162553.
1176 * platform/efl/css1/box_properties/padding-expected.txt:
1177 * platform/efl/css1/box_properties/padding_top-expected.txt:
1178 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
1179 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1180 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
1181 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1182 * platform/efl/fast/css/empty-pseudo-class-expected.txt:
1183 * platform/efl/fast/css/fieldset-display-row-expected.txt:
1184 * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
1185 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
1186 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
1187 * platform/efl/fast/repaint/reflection-redraw-expected.txt:
1188 * platform/efl/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
1189 * platform/efl/fast/table/multiple-captions-display-expected.txt:
1190 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
1191 * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
1192 * platform/efl/tables/mozilla/other/body_col-expected.txt:
1193 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
1194 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
1195 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
1196 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
1198 2014-01-22 Myles C. Maxfield <mmaxfield@apple.com>
1200 ASSERTION FAILED: v.isFixed() in WebCore::RenderStyle::setWordSpacing
1201 https://bugs.webkit.org/show_bug.cgi?id=126987
1203 Reviewed by Simon Fraser.
1205 When "inherit" is specified and there is no parent, Length values have an "Auto" type
1207 * fast/css3-text/css3-word-spacing-percentage/word-spacing-crash-expected.txt: Added.
1208 * fast/css3-text/css3-word-spacing-percentage/word-spacing-crash.html: Added.
1210 2014-01-22 Samuel White <samuel_white@apple.com>
1212 AX: Can't always increment web sliders.
1213 https://bugs.webkit.org/show_bug.cgi?id=127451
1215 Reviewed by Chris Fleizach.
1217 Adding range-alter-by-percent.html to compliment the existing range-alter-by-step.html test.
1219 * accessibility/range-alter-by-percent-expected.txt: Added.
1220 * accessibility/range-alter-by-percent.html: Added.
1222 2014-01-22 Chris Fleizach <cfleizach@apple.com>
1224 AX: WebKit concatenates name of all toolbar buttons in the apple.com video player
1225 https://bugs.webkit.org/show_bug.cgi?id=126914
1227 Reviewed by Mario Sanchez Prada.
1229 * accessibility/focusable-div-expected.txt:
1230 * accessibility/focusable-div.html:
1232 2014-01-22 Dean Jackson <dino@apple.com>
1234 Implement ANGLE_instanced_arrays
1235 https://bugs.webkit.org/show_bug.cgi?id=127257
1237 Reviewed by Brent Fulgham.
1239 Copied a slightly modified version of the Khronos instanced
1240 arrays test (mostly modified due to the fact this comes from
1241 an in-progress update to the test suite).
1243 * fast/canvas/webgl/angle-instanced-arrays-expected.txt: Added.
1244 * fast/canvas/webgl/angle-instanced-arrays.html: Added.
1245 * fast/canvas/webgl/resources/webgl-test-utils.js:
1246 (WebGLTestUtils): Added some new functions that were missing, and
1247 some output to a checkColor test.
1248 * platform/efl/TestExpectations: Skip this for EFL.
1249 * platform/mac-mountainlion/fast/canvas/webgl/angle-instanced-arrays-expected.txt: Not
1250 supported on Mountain Lion.
1252 2014-01-22 Zalan Bujtas <zalan@apple.com>
1254 Unreviewed Apple Windows port gardering after r162553.
1256 * platform/win/fast/repaint/reflection-redraw-expected.txt: Added.
1257 * platform/win/fast/table/dynamic-caption-add-remove-before-child-expected.txt: Added.
1258 * platform/win/fast/table/multiple-captions-display-expected.txt: Added.
1259 * platform/win/tables/mozilla/marvin/body_col-a-expected.txt: Added.
1260 * platform/win/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: Added.
1261 * platform/win/tables/mozilla/other/body_col-expected.txt: Added.
1263 2014-01-22 Zalan Bujtas <zalan@apple.com>
1265 [CSS Shapes] shape-inside rectangle layout can fail
1266 https://bugs.webkit.org/show_bug.cgi?id=124784
1268 Reviewed by Darin Adler.
1270 Early subpixel rounding/flooring/ceiling can have unwanted
1271 side effect on the final pixel value. Delay pixel
1272 conversions as much as possible.
1274 Existing test is changed to reflect subpixel functionality.
1276 * fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.html:
1277 * platform/mac/TestExpectations:
1278 * platform/win/TestExpectations:
1280 2014-01-22 Zalan Bujtas <zalan@apple.com>
1282 Subpixel Layout: SimpleLineLayout needs more position rounding to match InlineFlowBox layout.
1283 https://bugs.webkit.org/show_bug.cgi?id=127404
1285 Reviewed by Antti Koivisto.
1287 In order to produce a CSS pixel perfect layout, SimpleLineLayout needs to
1288 round line positions to CSS (integral) position similarly to InlineFlowBox.
1290 * platform/mac/css1/box_properties/padding-expected.txt:
1291 * platform/mac/css1/box_properties/padding_top-expected.txt:
1292 * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
1293 * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1294 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
1295 * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1296 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
1297 * platform/mac/fast/css/fieldset-display-row-expected.txt:
1298 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
1299 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
1300 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
1301 * platform/mac/fast/repaint/reflection-redraw-expected.txt:
1302 * platform/mac/fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.png: Removed.
1303 * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
1304 * platform/mac/fast/table/multiple-captions-display-expected.txt:
1305 * platform/mac/tables/mozilla/marvin/body_col-expected.txt:
1306 * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
1307 * platform/mac/tables/mozilla/other/body_col-expected.txt:
1308 * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
1309 * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
1310 * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
1311 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
1313 2014-01-22 Alexey Proskuryakov <ap@apple.com>
1315 REGRESSION: fast/js/dfg-* typed array tests frequently time out on debug bots
1316 https://bugs.webkit.org/show_bug.cgi?id=126166
1318 Rubber-stamped by Filip Pizlo.
1320 * TestExpectations: Skipped these tests in debug builds.
1322 2014-01-22 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1324 Unreviewed EFL gardening
1326 Add some http/tests/websocket/tests/hybi tests to skipped list as they crash
1327 generating thousands lines of error messages.
1329 * platform/efl/TestExpectations:
1331 2014-01-22 Mihai Tica <mitica@adobe.com>
1333 [CSS Background Blending] -webkit-background-blend-mode fails for certain SVG files
1334 https://bugs.webkit.org/show_bug.cgi?id=127350
1336 Reviewed by Dirk Schulze.
1338 * css3/compositing/background-blend-mode-svg-expected.html: Added.
1339 * css3/compositing/background-blend-mode-svg.html: Added.
1341 2014-01-22 Antti Koivisto <antti@apple.com>
1343 Update overlay scrollbars in single pass
1344 https://bugs.webkit.org/show_bug.cgi?id=127289
1346 * platform/mac/accessibility/iframe-aria-hidden.html:
1348 Try to keep this non-flaky by forcing layout. Real fix would probably be in the
1349 accessibility test framework.
1351 2014-01-22 ChangSeok Oh <changseok.oh@collabora.com>
1353 Unreviewed GTK gardening
1355 Remove test expectations for passed tests.
1356 fast/parser/document-write-basic.html is marked crash but passed.
1357 fast/forms/select-live-pseudo-selectors.html is marked crash but passed.
1359 * platform/gtk-wk2/TestExpectations:
1361 2014-01-22 Alexey Proskuryakov <ap@apple.com>
1363 inspector-protocol/page/deny-X-FrameOption.html is very flaky
1364 https://bugs.webkit.org/show_bug.cgi?id=127414
1366 * inspector-protocol/page/deny-X-FrameOption.html: Speculative fix, don't manipulate
1367 a frame before onload, even if it's empty.
1369 2014-01-22 Mihnea Ovidenie <mihnea@adobe.com>
1371 [CSSRegions] Incorrect layout of a region pseudo children
1372 https://bugs.webkit.org/show_bug.cgi?id=126146
1374 Reviewed by David Hyatt.
1376 * fast/regions/collapse-anonymous-region-expected.html: Added.
1377 * fast/regions/collapse-anonymous-region.html: Added.
1379 2014-01-21 Ryuan Choi <ryuan.choi@samsung.com>
1381 Remove unused "acceleratedCompositingForScrollableFramesEnabled" setting
1382 https://bugs.webkit.org/show_bug.cgi?id=127402
1384 Reviewed by Anders Carlsson.
1386 * compositing/iframes/iframe-composited-scrolling.html:
1387 Removed acceleratedCompositingForScrollableFramesEnabled changes because
1388 it is dead code in WebCore side.
1390 2014-01-21 Zalan Bujtas <zalan@apple.com>
1392 Subpixel Layout: Off-by-one pixel text when multiple regions with different widths are present.
1393 https://bugs.webkit.org/show_bug.cgi?id=127212
1395 Reviewed by Simon Fraser.
1397 Subpixel values accumulate differently when computing the text position inside a 300px wide div
1398 vs. multiple 'flow into' regions with 300px, 400px widths. They are both correct. Blink
1399 also addressed it by adjusting the test content.
1401 * fast/regions/overflow-moving-below-floats-in-variable-width-regions.html:
1402 * platform/mac/TestExpectations:
1404 2014-01-21 László Langó <llango.u-szeged@partner.samsung.com>
1406 Assertion failure in Range::nodeWillBeRemoved
1407 https://bugs.webkit.org/show_bug.cgi?id=121694
1409 Reviewed by Ryosuke Niwa.
1411 * fast/dom/Range/remove-twice-crash-expected.txt: Added.
1412 * fast/dom/Range/remove-twice-crash.html: Added.
1414 2014-01-21 Alexey Proskuryakov <ap@apple.com>
1416 AX: Mac: Expose the visible text of a password field to AX
1417 https://bugs.webkit.org/show_bug.cgi?id=127353
1419 Test landed with this fix was filing everywhere, trying to fix it.
1421 * accessibility/password-field-value.html: Fix paths in the test, and clean it up a little.
1423 2014-01-21 Bear Travis <betravis@adobe.com>
1425 [CSS Shapes] Preserve box-shape order when serializing shape values
1426 https://bugs.webkit.org/show_bug.cgi?id=127200
1428 Reviewed by Dirk Schulze.
1430 Modify the expectations for box shape pairs, preserving the order of
1431 the arguments in non-computed values. Computed values are still a
1432 shape followed by a box.
1434 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
1435 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
1436 * fast/shapes/parsing/parsing-test-utils.js:
1438 2014-01-21 Alexey Proskuryakov <ap@apple.com>
1440 platform/mac/accessibility/iframe-aria-hidden.html is flaky
1441 https://bugs.webkit.org/show_bug.cgi?id=127323
1443 Reviewed by Chris Fleizach.
1445 This test got de-flaked on bots by rolling out r162354. But there was still
1446 a potential race in it, which this change fixes.
1448 * platform/mac-wk2/TestExpectations: Removed expectation.
1450 * platform/mac/accessibility/iframe-aria-hidden.html: Run the test in onload, as
1451 frames load asynchronously.
1453 2014-01-21 Chris Fleizach <cfleizach@apple.com>
1455 AX: Mac: Expose the visible text of a password field to AX
1456 https://bugs.webkit.org/show_bug.cgi?id=127353
1458 Reviewed by Brent Fulgham.
1460 * accessibility/password-field-value-expected.txt: Added.
1461 * accessibility/password-field-value.html: Added.
1463 2014-01-21 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1465 ASSERT(time.isFinite()) in SVGSMILElement::createInstanceTimesFromSyncbase
1466 <https://webkit.org/b/108184>
1468 Reviewed by Philip Rogers.
1470 Test checks whether valid self-dependency is accidentally broken.
1472 * svg/animations/smil-syncbase-self-dependency-expected.txt: Added.
1473 * svg/animations/smil-syncbase-self-dependency.svg: Added.
1475 2014-01-20 Myles C. Maxfield <mmaxfield@apple.com>
1477 Test that text-decoration-skip: ink inherits as expected
1478 https://bugs.webkit.org/show_bug.cgi?id=127329
1480 Reviewed by Dean Jackson.
1482 Adding a test for text-decoration-skip: ink inheriting
1484 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html: Added.
1485 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html: Added.
1487 2014-01-21 Eric Carlson <eric.carlson@apple.com>
1489 Add ‎ ‏ and to WebVTT parser
1490 https://bugs.webkit.org/show_bug.cgi?id=85112
1492 Reviewed by Jer Noble.
1494 * media/track/captions-webvtt/tc022-entities.vtt:
1495 * media/track/track-webvtt-tc022-entities-expected.txt:
1496 * media/track/track-webvtt-tc022-entities.html:
1498 2014-01-21 Mihai Tica <mitica@adobe.com>
1500 If you set a tiled cross-faded-image or a tiled gradient as
1501 a background layer, -webkit-background-blend-mode doesn't work.
1502 https://bugs.webkit.org/show_bug.cgi?id=126888
1504 Reviewed by Dirk Schulze.
1506 * css3/compositing/background-blend-mode-tiled-layers-expected.html: Added.
1507 * css3/compositing/background-blend-mode-tiled-layers.html: Added.
1508 * platform/efl/TestExpectations: Skip test for efl, blendModes are not implemented.
1509 * platform/mac/TestExpectations: Mark added test as ImageOnlyFailure due to slight differences between the actual result and the blending formula.
1511 2014-01-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1513 Fix SVG animations which set rx or ry attributes
1514 https://bugs.webkit.org/show_bug.cgi?id=127337
1516 Reviewed by Dirk Schulze.
1518 Merged from Blink: https://src.chromium.org/viewvc/blink?revision=152376&view=revision
1520 * svg/stroke/animated-non-scaling-rxry-expected.html: Added.
1521 * svg/stroke/animated-non-scaling-rxry.html: Added.
1523 2014-01-21 Krzysztof Czech <k.czech@samsung.com>
1525 [ATK] Expose aria-flowto through ATK_RELATION_FLOWS_TO
1526 https://bugs.webkit.org/show_bug.cgi?id=127291
1528 Reviewed by Mario Sanchez Prada.
1530 Share aria-flowto.html with other ports. It passes on GTK and EFL.
1532 * accessibility/aria-flowto-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-flowto-expected.txt.
1533 * accessibility/aria-flowto.html: Renamed from LayoutTests/platform/mac/accessibility/aria-flowto.html.
1535 2014-01-20 Zalan Bujtas <zalan@apple.com>
1537 Change image failures from [ Failure ] to [ ImageOnlyFailure ] where needed.
1539 * platform/mac/TestExpectations:
1540 * platform/win/TestExpectations:
1542 2014-01-20 Zalan Bujtas <zalan@apple.com>
1544 Add missing expectations to subpixel failures.
1546 * platform/mac/TestExpectations:
1548 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1550 platform/mac/accessibility/iframe-aria-hidden.html is flaky
1551 https://bugs.webkit.org/show_bug.cgi?id=127323
1553 * platform/mac-wk2/TestExpectations: Marked as such.
1555 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1557 Fix an erroneous paste in TestExpectations.
1559 * platform/mac-wk2/TestExpectations:
1561 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1563 svg/dom/SVGPolygonElement-baseVal-list-removal-crash.html is flaky
1564 https://bugs.webkit.org/show_bug.cgi?id=127316
1566 * platform/mac-wk2/TestExpectations: Marked as such.
1568 2014-01-20 Zalan Bujtas <zalan@apple.com>
1570 Subpixel layout: 100000px overflows while calculating layout positions.
1571 https://bugs.webkit.org/show_bug.cgi?id=126896
1573 Reviewed by Simon Fraser.
1575 Test case is adjusted to subpixel layout.
1577 * fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
1578 * platform/efl/TestExpectations:
1579 * platform/gtk/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Removed.
1580 * platform/mac/TestExpectations:
1582 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1584 svg/filters/feComponentTransfer-style-crash.xhtml is flaky
1585 https://bugs.webkit.org/show_bug.cgi?id=127310
1587 * platform/mac/TestExpectations: Marked it as such.
1589 2014-01-20 Morten Stenshorne <mstensho@opera.com>
1591 Region based multicol: support explicit column breaks
1592 https://bugs.webkit.org/show_bug.cgi?id=123993
1594 Reviewed by David Hyatt.
1596 * fast/multicol/newmulticol/break-after-expected.html: Added.
1597 * fast/multicol/newmulticol/break-after.html: Added.
1598 * fast/multicol/newmulticol/break-before-expected.html: Added.
1599 * fast/multicol/newmulticol/break-before.html: Added.
1600 * fast/multicol/newmulticol/breaks-2-columns-3-expected.html: Added.
1601 * fast/multicol/newmulticol/breaks-2-columns-3-no-balancing-expected.html: Added.
1602 * fast/multicol/newmulticol/breaks-2-columns-3-no-balancing.html: Added.
1603 * fast/multicol/newmulticol/breaks-2-columns-3.html: Added.
1604 * fast/multicol/newmulticol/breaks-3-columns-3-expected.html: Added.
1605 * fast/multicol/newmulticol/breaks-3-columns-3.html: Added.
1606 * fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html: Added.
1607 * fast/multicol/newmulticol/fixed-height-fill-balance-2.html: Added.
1609 2014-01-20 Eric Carlson <eric.carlson@apple.com>
1611 Allow MediaSessionManager to restrict 'preload' behavior
1612 https://bugs.webkit.org/show_bug.cgi?id=127297
1614 Reviewed by Jer Noble.
1616 * media/video-restricted-no-preload-auto-expected.txt: Added.
1617 * media/video-restricted-no-preload-auto.html: Added.
1618 * media/video-restricted-no-preload-metadata-expected.txt: Added.
1619 * media/video-restricted-no-preload-metadata.html: Added.
1621 2014-01-20 Mihai Tica <mitica@adobe.com>
1623 Fix test expectations for css3/compositing/background-blend-mode-data-uri-svg-image.html
1624 https://bugs.webkit.org/show_bug.cgi?id=127298
1626 Reviewed by Mihnea Ovidenie.
1628 * platform/efl/TestExpectations:
1629 * platform/mac/TestExpectations:
1631 2014-01-20 Mihai Tica <mitica@adobe.com>
1634 [CSS Background Blending] Background layer with -webkit-cross-fade doesn't blend
1635 when having -webkit-background-blending applied. Tests now use SVG rects, instead
1638 https://bugs.webkit.org/show_bug.cgi?id=126887
1639 Reviewed by Dirk Schulze.
1641 * css3/compositing/background-blend-mode-crossfade-image-expected.html:
1642 * css3/compositing/background-blend-mode-crossfade-image.html:
1643 * platform/efl/TestExpectations: Pass efl as blendMode is not implemented.
1644 * platform/mac/TestExpectations: Mark added test as ImageOnlyFailure due to slight differences between the result and the blending formula.
1646 2014-01-16 Sergio Villar Senin <svillar@igalia.com>
1648 [CSS Grid Layout] Simplify grid-columns-rows-get-set{-multiple}.html tests
1649 https://bugs.webkit.org/show_bug.cgi?id=127055
1651 Reviewed by Andreas Kling.
1653 The testing code was refactored in 4 new functions that allow us
1654 to write each test case in a single line significantly reducing
1655 the amount of boilerplate and improving maintenance.
1657 * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
1658 * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
1659 * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
1660 * fast/css-grid-layout/grid-columns-rows-get-set.html:
1661 * fast/css-grid-layout/named-grid-line-get-set-expected.txt:
1662 * fast/css-grid-layout/named-grid-line-get-set.html:
1663 * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
1666 * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
1667 * fast/css-grid-layout/resources/grid-definitions-parsing-utils.js: Added.
1668 (testGridDefinitionsValues):
1669 (testGridDefinitionsSetJSValues):
1670 (testNonGridDefinitionsSetJSValues):
1671 (checkGridDefinitionsSetJSValues): Helper function for testGridDefinitions*.
1672 (testGridDefinitionsSetBadJSValues):
1674 2013-11-22 Sergio Villar Senin <svillar@igalia.com>
1676 Null-pointer dereference in WebCore::CSSValue::isPrimitiveValue
1677 https://bugs.webkit.org/show_bug.cgi?id=124769
1679 Reviewed by Andreas Kling.
1681 Checks that invalid position declarations (like skiping the comma
1682 separator) do not make the engine crash.
1684 * fast/gradients/crash-on-no-position-separator-expected.txt: Added.
1685 * fast/gradients/crash-on-no-position-separator.html: Added.
1687 2014-01-20 Mihai Tica <mitica@adobe.com>
1689 Background-blend-mode doesn't work for an element with an
1690 SVG image as background and border-style or padding set.
1691 Tests now use rectangles instead of circles for SVGs.
1692 https://bugs.webkit.org/show_bug.cgi?id=118894
1694 Reviewed by Dirk Schulze.
1696 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html:
1697 * css3/compositing/background-blend-mode-data-uri-svg-image.html:
1698 * platform/efl/TestExpectations: pass tests for efl, blendMode is not implemented.
1699 * platform/mac/TestExpectations: marking test as ImageOnlyFailure due to slight pixel inconsistencies between the result and the formula.
1701 2014-01-20 Zalan Bujtas <zalan@apple.com>
1703 Subpixel layout: setSimpleLineLayoutEnabled() produces different layout when line position has CSS px fractions.
1704 https://bugs.webkit.org/show_bug.cgi?id=126892
1706 Reviewed by Antti Koivisto.
1708 SimpleLineLayout needs to copy normal linebox layout's subpixel rounding strategy to produce
1711 * platform/mac/TestExpectations: Unskipping some SimpleLineLayout tests.
1713 2014-01-20 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1715 Unreviewed EFL gardening
1717 Add test expectations for failing tests.
1719 * platform/efl-wk2/TestExpectations:
1720 * platform/efl/TestExpectations:
1722 2014-01-20 Gurpreet Kaur <k.gurpreet@samsung.com>
1724 Col width is not honored when dynamically updated and it would make table narrower
1725 https://bugs.webkit.org/show_bug.cgi?id=104711
1727 Reviewed by Antti Koivisto.
1729 * fast/dom/HTMLTableColElement/resize-table-width-using-col-width-expected.txt: Added.
1730 * fast/dom/HTMLTableColElement/resize-table-width-using-col-width.html: Added.
1731 Added new test case to verify that table cell width decreases by
1732 decreasing the colgroup width.
1734 2014-01-20 Zan Dobersek <zdobersek@igalia.com>
1736 Unreviewed GTK gardening.
1738 Marked media/audio-concurrent-supported.html as flaky.
1739 Marked js/dom/string-replacement-outofmemory.html as slow on the release configuration as well.
1741 * platform/gtk/TestExpectations:
1743 2014-01-20 Morten Stenshorne <mstensho@opera.com>
1745 Region based multicol: tall line causes taller multicol container than necessary
1746 https://bugs.webkit.org/show_bug.cgi?id=122550
1748 Reviewed by David Hyatt.
1750 * fast/multicol/newmulticol/balance10-expected.txt: Added.
1751 * fast/multicol/newmulticol/balance10.html: Added.
1753 2014-01-19 Zalan Bujtas <zalan@apple.com>
1755 Unreviewed Apple Windows port gardering.
1757 A few more missing newlines.
1759 * platform/win/svg/batik/masking/maskRegions-expected.txt:
1760 * platform/win/svg/batik/text/textPosition-expected.txt:
1762 2014-01-18 Zalan Bujtas <zalan@apple.com>
1764 Unreviewed Apple Windows port gardering.
1766 Add missing newlines.
1768 * platform/win/css1/box_properties/margin_right-expected.txt:
1769 * platform/win/css1/box_properties/padding-expected.txt:
1770 * platform/win/css1/box_properties/padding_left-expected.txt:
1771 * platform/win/css1/box_properties/padding_right-expected.txt:
1772 * platform/win/css1/box_properties/padding_top-expected.txt:
1773 * platform/win/css1/font_properties/font-expected.txt:
1774 * platform/win/css1/formatting_model/vertical_formatting-expected.txt:
1775 * platform/win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1776 * platform/win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
1777 * platform/win/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
1778 * platform/win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
1779 * platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1780 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1781 * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
1782 * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
1783 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
1784 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
1785 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
1786 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
1787 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
1788 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
1789 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
1790 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
1791 * platform/win/fast/borders/bidi-012-expected.txt:
1792 * platform/win/fast/css/empty-pseudo-class-expected.txt:
1793 * platform/win/fast/css/fieldset-display-row-expected.txt:
1794 * platform/win/fast/css/first-child-pseudo-class-expected.txt:
1795 * platform/win/fast/css/last-child-pseudo-class-expected.txt:
1796 * platform/win/fast/css/only-child-pseudo-class-expected.txt:
1797 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
1798 * platform/win/fast/inline/inline-box-background-expected.txt:
1799 * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
1800 * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
1801 * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
1802 * platform/win/fast/lists/003-vertical-expected.txt:
1803 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1804 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1805 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1806 * platform/win/svg/batik/filters/feTile-expected.txt:
1807 * platform/win/svg/batik/masking/maskRegions-expected.txt:
1808 * platform/win/svg/batik/paints/gradientLimit-expected.txt:
1809 * platform/win/svg/batik/text/textDecoration-expected.txt:
1810 * platform/win/svg/batik/text/textEffect-expected.txt:
1811 * platform/win/svg/batik/text/textLength-expected.txt:
1812 * platform/win/svg/batik/text/textPosition-expected.txt:
1813 * platform/win/svg/batik/text/verticalText-expected.txt:
1814 * platform/win/transforms/2d/hindi-rotated-expected.txt:
1816 2014-01-18 Zalan Bujtas <zalan@apple.com>
1818 Unreviewed Apple Windows port gardering.
1820 Rebaseline subpixel layout results.
1822 * platform/win/TestExpectations:
1823 * platform/win/css1/box_properties/margin_right-expected.txt: Added.
1824 * platform/win/css1/box_properties/padding-expected.txt: Added.
1825 * platform/win/css1/box_properties/padding_left-expected.txt: Added.
1826 * platform/win/css1/box_properties/padding_right-expected.txt: Added.
1827 * platform/win/css1/box_properties/padding_top-expected.txt: Added.
1828 * platform/win/css1/font_properties/font-expected.txt:
1829 * platform/win/css1/formatting_model/vertical_formatting-expected.txt: Added.
1830 * platform/win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
1831 * platform/win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Added.
1832 * platform/win/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Added.
1833 * platform/win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Added.
1834 * platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Added.
1835 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1836 * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
1837 * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
1838 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
1839 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
1840 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
1841 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
1842 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
1843 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
1844 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
1845 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
1846 * platform/win/fast/borders/bidi-012-expected.txt:
1847 * platform/win/fast/css/empty-pseudo-class-expected.txt: Added.
1848 * platform/win/fast/css/fieldset-display-row-expected.txt: Added.
1849 * platform/win/fast/css/first-child-pseudo-class-expected.txt: Added.
1850 * platform/win/fast/css/last-child-pseudo-class-expected.txt: Added.
1851 * platform/win/fast/css/only-child-pseudo-class-expected.txt: Added.
1852 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
1853 * platform/win/fast/forms/range/slider-mouse-events-expected.txt:
1854 * platform/win/fast/inline/inline-box-background-expected.txt:
1855 * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
1856 * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
1857 * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
1858 * platform/win/fast/lists/003-vertical-expected.txt:
1859 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1860 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1861 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1862 * platform/win/svg/batik/filters/feTile-expected.txt: Added.
1863 * platform/win/svg/batik/masking/maskRegions-expected.txt: Added.
1864 * platform/win/svg/batik/paints/gradientLimit-expected.txt:
1865 * platform/win/svg/batik/text/textDecoration-expected.txt: Added.
1866 * platform/win/svg/batik/text/textEffect-expected.txt: Added.
1867 * platform/win/svg/batik/text/textLength-expected.txt: Added.
1868 * platform/win/svg/batik/text/textPosition-expected.txt: Added.
1869 * platform/win/svg/batik/text/verticalText-expected.txt: Added.
1870 * platform/win/transforms/2d/hindi-rotated-expected.txt:
1872 2014-01-18 Zalan Bujtas <zalan@apple.com>
1874 Subpixel layout: IntRect::infiniteRect() overflows when subpixel layout is enabled.
1875 https://bugs.webkit.org/show_bug.cgi?id=126899
1877 Reviewed by Tim Horton.
1879 Use LayoutUnits when setting the infinite values on IntRect::infiniteRect() to ensure
1880 it won't overflow later when the IntRect gets converted to LayoutRect.
1882 * platform/mac/TestExpectations: Unskipping svg test (failed with subpixel on)
1884 2014-01-18 Anders Carlsson <andersca@apple.com>
1886 Remove support for the viewsource attribute
1887 https://bugs.webkit.org/show_bug.cgi?id=127232
1889 Reviewed by Andreas Kling.
1892 * fast/frames/resources/viewsource-fake-image-file.png: Removed.
1893 * fast/frames/resources/viewsource-frame-1.html: Removed.
1894 * fast/frames/resources/viewsource-frame-2.html: Removed.
1895 * fast/frames/resources/viewsource-frame-3.html: Removed.
1896 * fast/frames/resources/viewsource-frame-4.html: Removed.
1897 * fast/frames/resources/viewsource-frame-5.html: Removed.
1898 * fast/frames/resources/viewsource-frame-unfinished-script.html: Removed.
1899 * fast/frames/resources/viewsource-frame-unfinished-textarea.html: Removed.
1900 * fast/frames/viewsource-attribute.html: Removed.
1901 * fast/frames/viewsource-empty-attribute-value-expected.txt: Removed.
1902 * fast/frames/viewsource-empty-attribute-value.html: Removed.
1903 * fast/frames/viewsource-linebreak-expected.txt: Removed.
1904 * fast/frames/viewsource-linebreak.html: Removed.
1905 * fast/frames/viewsource-link-on-href-value-expected.txt: Removed.
1906 * fast/frames/viewsource-link-on-href-value.html: Removed.
1907 * fast/frames/viewsource-on-image-file.html: Removed.
1908 * fast/frames/viewsource-plain-text-tags-expected.txt: Removed.
1909 * fast/frames/viewsource-plain-text-tags.html: Removed.
1910 * fast/frames/viewsource-unfinished-tags-expected.txt: Removed.
1911 * fast/frames/viewsource-unfinished-tags.html: Removed.
1912 * fast/frames/viewsource-xml-expected.txt: Removed.
1913 * fast/frames/viewsource-xml.html: Removed.
1914 * http/tests/security/resources/view-source-no-refresh.php: Removed.
1915 * http/tests/security/view-source-javascript-url-in-document-expected.txt: Removed.
1916 * http/tests/security/view-source-javascript-url-in-document.html: Removed.
1917 * http/tests/security/view-source-no-javascript-url-expected.txt: Removed.
1918 * http/tests/security/view-source-no-javascript-url.html: Removed.
1919 * http/tests/security/view-source-no-refresh-expected.txt: Removed.
1920 * http/tests/security/view-source-no-refresh.html: Removed.
1921 * platform/efl/fast/frames/viewsource-attribute-expected.png: Removed.
1922 * platform/efl/fast/frames/viewsource-attribute-expected.txt: Removed.
1923 * platform/efl/fast/frames/viewsource-on-image-file-expected.png: Removed.
1924 * platform/efl/fast/frames/viewsource-on-image-file-expected.txt: Removed.
1925 * platform/mac/fast/frames/viewsource-attribute-expected.png: Removed.
1926 * platform/mac/fast/frames/viewsource-attribute-expected.txt: Removed.
1927 * platform/mac/fast/frames/viewsource-on-image-file-expected.png: Removed.
1928 * platform/mac/fast/frames/viewsource-on-image-file-expected.txt: Removed.
1929 * platform/win/TestExpectations:
1931 2014-01-18 Alexey Proskuryakov <ap@apple.com>
1933 media/video-size.html is flaky
1934 https://bugs.webkit.org/show_bug.cgi?id=124932
1936 * platform/efl/TestExpectations:
1937 * platform/TestExpectations:
1938 Moving flakiness expectation to cross-platform file, as it also fails on Mac in the same way.
1940 2014-01-18 Alexey Proskuryakov <ap@apple.com>
1942 media/video-display-aspect-ratio.html fails
1943 https://bugs.webkit.org/show_bug.cgi?id=35297
1945 * platform/mac/TestExpectations: Marking as flaky.
1947 2014-01-17 Beth Dakin <bdakin@apple.com>
1949 Need a way to test the tile cache with margins enabled
1950 https://bugs.webkit.org/show_bug.cgi?id=127194
1952 <rdar://problem/15571327>
1954 Reviewed by Tim Horton.
1956 * platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt: Added.
1957 * platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles.html: Added.
1959 2014-01-17 Bem Jones-Bey <bjonesbe@adobe.com>
1961 [CSS Shapes] Stacked floats with shape-outside should allow inline content to interact with the non-outermost float
1962 https://bugs.webkit.org/show_bug.cgi?id=122576
1964 Reviewed by David Hyatt.
1966 Tests for shape-outside on stacked floats and interaction with inline
1969 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-000-expected.html: Added.
1970 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-000.html: Added.
1971 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-001-expected.html: Added.
1972 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-001.html: Added.
1973 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002-expected.html: Added.
1974 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002.html: Added.
1976 2014-01-17 Zoltan Horvath <zoltan@webkit.org>
1978 [CSS3] Add rendering support for -webkit-text-align-last
1979 https://bugs.webkit.org/show_bug.cgi?id=99584
1981 Reviewed by David Hyatt.
1983 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.html: Added.
1984 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify.html: Added.
1985 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-non-justify-expected.html: Added.
1986 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-non-justify.html: Added.
1988 2014-01-17 Bear Travis <betravis@adobe.com>
1990 [CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset
1991 https://bugs.webkit.org/show_bug.cgi?id=127010
1993 Reviewed by Rob Buis.
1995 Update existing parsing and animation tests. For parsing tests, top / left keywords
1996 are omitted whenever possible. For animation tests, animations to bottom / right
1997 offsets will use calc values based from the top / left direction.
1999 * animations/resources/animation-test-helpers.js:
2000 (parseBasicShape): Parse non-numerical arguments to the shape function.
2001 (basicShapeParametersMatch): Match non-numerical arguments to the shape function.
2002 * fast/shapes/parsing/parsing-shape-inside-expected.txt: Update serialized values
2003 to omit top / left keywords when possible.
2004 * fast/shapes/parsing/parsing-shape-outside-expected.txt: Update serialized values
2005 to omit top / left keywords when possible.
2006 * fast/shapes/parsing/parsing-test-utils.js: Modify shape parsing test expectations.
2007 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt: Ditto.
2008 * fast/shapes/shape-outside-floats/shape-outside-animation.html: Ditto.
2010 2014-01-16 Myles C. Maxfield <mmaxfield@apple.com>
2012 Unprefix text-emphasis CSS properties
2013 https://bugs.webkit.org/show_bug.cgi?id=127160
2015 Reviewed by Sam Weinig.
2017 Add a reftest to compare the prefixed and unprefixed properties
2019 * fast/css3-text/css3-text-decoration/text-decoration-unprefix-expected.html: Added.
2020 * fast/css3-text/css3-text-decoration/text-decoration-unprefix.html: Added.
2022 2014-01-17 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2024 Unreviewed EFL gardening
2026 * platform/efl/js/dom/dom-static-property-for-in-iteration-expected.txt: Rebaseline after r153772 and r154057.
2027 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Rebaseline after r153772 and r154127.
2028 * platform/efl/js/dom/global-constructors-attributes-expected.txt: Ditto.
2029 * platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt: Ditto.
2031 2014-01-17 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2033 Unreviewed EFL gardening
2035 Fix wrong test expectations added in r162128.
2037 * platform/efl-wk2/TestExpectations:
2039 2014-01-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2041 Allow grammar checking tests to be able to run asynchronously
2042 https://bugs.webkit.org/show_bug.cgi?id=127099
2044 Reviewed by Ryosuke Niwa.
2046 Some grammar checking tests have already used asynchronous text checking path.
2047 Due to WebKit tends to use asynchronous spell checking, this patch adapts grammar
2048 checking tests that used synchronous path to be able to run asynchronously.
2050 Additionally, the tests description was fixed.
2052 * editing/spelling/grammar-edit-word-expected.txt:
2053 * editing/spelling/grammar-edit-word.html:
2054 * editing/spelling/grammar-expected.txt:
2055 * editing/spelling/grammar-markers.html:
2056 * editing/spelling/grammar.html:
2057 * editing/spelling/markers-expected.txt:
2058 * editing/spelling/markers.html:
2060 * platform/mac-wk2/TestExpectations:
2061 Marking markers.html as failing for mac-wk2 due to bug 125690.
2063 2014-01-16 Jer Noble <jer.noble@apple.com>
2065 REGRESSION(r162145): media/video-controls-visible-audio-only.html fails
2066 https://bugs.webkit.org/show_bug.cgi?id=127147
2068 Re-enable media/video-controls-visible-audio-only.html.
2070 Reviewed by Eric Carlson.
2072 * platform/mac/TestExpectations:
2074 2014-01-16 Alexey Proskuryakov <ap@apple.com>
2076 REGRESSION(r162145): media/video-controls-visible-audio-only.html fails
2077 https://bugs.webkit.org/show_bug.cgi?id=127147
2079 * platform/mac/TestExpectations: Marking it as flaky while Jer investigates.
2081 2014-01-16 Eric Carlson <eric.carlson@apple.com>
2083 Allow MediaSessionManager to restrict inline <video> playback
2084 https://bugs.webkit.org/show_bug.cgi?id=127113
2086 Reviewed by Jer Noble.
2088 * media/video-fullscreeen-only-playback-expected.txt: Added.
2089 * media/video-fullscreeen-only-playback.html: Added.
2091 2014-01-07 Myles C. Maxfield <mmaxfield@apple.com>
2093 text-emphasis-position CSS property doesn't recognize 'left' and 'right'
2094 https://bugs.webkit.org/show_bug.cgi?id=126611
2096 Reviewed by Simon Fraser.
2098 With regards to text-emphasis-position, "left" and "right" are only valid in
2099 vertical writing modes, and "over" and "under" are only valid in horizontal
2102 In order to keep in line with existing pages, specifying "under" without
2103 "left" or "right" should draw text as if "under left" was specified (and
2106 The default value for text-emphasis-position should be "over right".
2108 * fast/css/getComputedStyle/computed-style-expected.txt:
2109 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2110 * fast/css/parsing-text-emphasis-expected.txt:
2111 * fast/css/parsing-text-emphasis.html:
2112 * fast/text/emphasis-horizontal-left-right-expected.html: Added.
2113 * fast/text/emphasis-horizontal-left-right.html: Added.
2114 * fast/text/emphasis-vertical-over-right-expected.html: Added.
2115 * fast/text/emphasis-vertical-over-right.html: Added.
2116 * fast/text/emphasis-vertical-over-under-expected.html: Added.
2117 * fast/text/emphasis-vertical-over-under.html: Added.
2119 2014-01-16 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2121 Unreviewed EFL gardening
2123 Add failure test expectations for tests introduced in r162117.
2125 * platform/efl-wk2/TestExpectations:
2127 2014-01-16 Chris Fleizach <cfleizach@apple.com>
2129 AX: WebKit is not firing AXMenuOpenedNotification
2130 https://bugs.webkit.org/show_bug.cgi?id=126993
2132 Reviewed by Mario Sanchez Prada.
2134 * platform/mac/accessibility/aria-menu-open-notification-expected.txt: Added.
2135 * platform/mac/accessibility/aria-menu-open-notification.html: Added.
2137 2014-01-16 Zalan Bujtas <zalan@apple.com>
2139 Merged some more subpixel skipped tests. Unreviewed.
2141 webkit.org/b/126891 is a duplicate of webkit.org/b/126892
2143 * platform/mac/TestExpectations:
2145 2014-01-16 Chris Fleizach <cfleizach@apple.com>
2147 AX: WebKit is not firing AXMenuItemSelectedNotification
2148 https://bugs.webkit.org/show_bug.cgi?id=127081
2150 Reviewed by Mario Sanchez Prada.
2152 * platform/mac/accessibility/aria-menu-item-selected-notification-expected.txt: Added.
2153 * platform/mac/accessibility/aria-menu-item-selected-notification.html: Added.
2155 2014-01-16 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2157 Unreviewed EFL gardening
2159 Add failure test expectations for media tests.
2161 * platform/efl-wk2/TestExpectations:
2162 * platform/efl/TestExpectations:
2164 2014-01-16 Krzysztof Wolanski <k.wolanski@samsung.com>
2166 [EFL] Rebaselining after r161404
2167 https://bugs.webkit.org/show_bug.cgi?id=127105
2169 Unreviewed gardening.
2171 * platform/efl/editing/selection/after-line-wrap-expected.txt:
2173 2014-01-15 Mihnea Ovidenie <mihnea@adobe.com>
2175 [CSS Regions] Enable accelerated compositing for fixed elements in named flows
2176 https://bugs.webkit.org/show_bug.cgi?id=125144
2178 Reviewed by David Hyatt.
2180 Added new tests and made the existing tests for fixed positioned elements use the
2181 non-compositing mode.
2183 * compositing/regions/abs-in-named-flow-from-fixed-in-named-flow-expected.txt: Added.
2184 * compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html: Added.
2185 * compositing/regions/fixed-in-diff-named-flows-zIndex-expected.html: Added.
2186 * compositing/regions/fixed-in-diff-named-flows-zIndex.html: Added.
2187 * compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: Added.
2188 * compositing/regions/fixed-in-named-flow-clip-descendant.html: Added.
2189 * compositing/regions/fixed-in-named-flow-expected.txt: Added.
2190 * compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: Added.
2191 * compositing/regions/fixed-in-named-flow-from-abs-in-named-flow.html: Added.
2192 * compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: Added.
2193 * compositing/regions/fixed-in-named-flow-from-outflow.html: Added.
2194 * compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: Added.
2195 * compositing/regions/fixed-in-named-flow-got-transformed-parent.html: Added.
2196 * compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: Added.
2197 * compositing/regions/fixed-in-named-flow-lost-transformed-parent.html: Added.
2198 * compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: Added.
2199 * compositing/regions/fixed-in-named-flow-overlap-composited.html: Added.
2200 * compositing/regions/fixed-in-named-flow-position-changed-expected.html: Added.
2201 * compositing/regions/fixed-in-named-flow-position-changed.html: Added.
2202 * compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: Added.
2203 * compositing/regions/fixed-in-named-flow-transformed-parent.html: Added.
2204 * compositing/regions/fixed-in-named-flow-zIndex-expected.html: Added.
2205 * compositing/regions/fixed-in-named-flow-zIndex.html: Added.
2206 * compositing/regions/fixed-in-named-flow.html: Added.
2207 * compositing/regions/fixed-transformed-in-named-flow-expected.txt: Added.
2208 * compositing/regions/fixed-transformed-in-named-flow.html: Added.
2209 * fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html:
2210 * fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html:
2211 * fast/regions/repaint/element-inflow-fixed-from-outflow-static.html:
2212 * fast/regions/repaint/element-outflow-static-from-inflow-fixed.html:
2214 2014-01-15 Mihai Maerean <mmaerean@adobe.com>
2216 [CSS Regions] Fix painting when the composited region has overflow:hidden
2217 https://bugs.webkit.org/show_bug.cgi?id=124887
2219 Reviewed by Alexandru Chiculita.
2221 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-div.html: Added.
2222 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-div-expected.html: Added.
2223 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-region.html: Added.
2224 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-region-expected.html: Added.
2226 2014-01-15 Ryuan Choi <ryuan.choi@samsung.com>
2228 Unreviewed. EFL Gardening.
2230 * platform/efl-wk1/TestExpectations:
2231 Unskipped some tests in svg/dynamic-updates which are passing now.
2233 2014-01-15 Roger Fong <roger_fong@apple.com>
2235 Remove unnecessary call to webGLContextCreated
2236 https://bugs.webkit.org/show_bug.cgi?id=127000
2238 Reviewed by Brent Fulgham.
2240 * platform/mac/TestExpectations: Unskipping tests skipped in r162002.
2242 2014-01-15 Brian Burg <bburg@apple.com>
2244 Web Inspector: capture probe samples on the backend
2245 https://bugs.webkit.org/show_bug.cgi?id=126668
2247 Reviewed by Joseph Pecoraro.
2249 Add protocol tests for setting and hitting the probe breakpoint action type.
2251 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
2252 * inspector-protocol/debugger/setBreakpoint-actions.html:
2253 * inspector-protocol/debugger/setProbe-multiple-actions-expected.txt: Added.
2254 * inspector-protocol/debugger/setProbe-multiple-actions.html: Added.
2255 * inspector-protocol/resources/probe-helper.js: Added.
2256 (ProbeHelper.simplifiedProbeSample):
2258 2014-01-15 Gavin Barraclough <barraclough@apple.com>
2260 REGRESSION (r158369): Some pop-up windows open at incorrect size (affects GMail, theblaze.com)
2261 https://bugs.webkit.org/show_bug.cgi?id=126289
2263 Reviewed by Anders Carlson.
2265 Partial revert of https://bugs.webkit.org/show_bug.cgi?id=123557.
2266 On window.open, update page when the UIProcess sends the create message
2268 * platform/mac-wk2/TestExpectations:
2269 - test is bad (results in DRT don't reflect in browser behaviour).
2271 2014-01-15 Frédéric Wang <fred.wang@free.fr>
2273 [SVG] Accept HTML and MathML namespaces as valid requiredExtensions
2274 https://bugs.webkit.org/show_bug.cgi?id=88188
2276 Reviewed by Chris Fleizach.
2278 conditional-processing-1 verifies that indeed a renderer object is only
2279 created for the first "valid" SVG element of a <switch>, contrary to
2280 what an incorrect FIXME comment said. conditional-processing-2 verifies
2281 that the <switch> takes into account XHTML and MathML namespaces in the
2282 requiredExtensions attribute to decide which SVG element is "valid".
2283 SVGTests.html verifies the SVGTests interface of SVG DOM: three
2284 SVGStringList attributes (already tested in svg/dom/SVGStringList.html)
2285 and the hasExtension() function.
2287 * svg/custom/conditional-processing-1-expected.svg: Added.
2288 * svg/custom/conditional-processing-1.svg: Added.
2289 * svg/custom/conditional-processing-2-expected.html: Added.
2290 * svg/custom/conditional-processing-2.html: Added.
2291 * svg/dom/SVGTests-expected.txt: Added.
2292 * svg/dom/SVGTests.html: Added.
2293 * svg/dom/script-tests/SVGTests.js: Added.
2295 2014-01-15 Alexey Proskuryakov <ap@apple.com>
2297 AX: Merge layout test from Mac and GTK checking accessibility roles
2298 https://bugs.webkit.org/show_bug.cgi?id=126685
2300 Fix Mac test results.
2302 * platform/mac-mountainlion/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Removed.
2303 This test was merged into another, but its Mountain Lion results were not moved accordingly.
2305 * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt.
2306 Custom results with a different role for "dl".
2308 * platform/mac/accessibility/roles-exposed-expected.txt: Changed to have results that
2309 are correct forward looking.
2311 2014-01-15 Commit Queue <commit-queue@webkit.org>
2313 Unreviewed, rolling out r162066.
2314 http://trac.webkit.org/changeset/162066
2315 https://bugs.webkit.org/show_bug.cgi?id=127056
2317 The added test still fails on some bots (Requested by ap on
2320 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Removed.
2321 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Removed.
2322 * platform/efl/TestExpectations:
2324 2014-01-15 Brent Fulgham <bfulgham@apple.com>
2326 Unreviewed test correctino for webgl compressed textures.
2328 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt:
2329 * platform/mac-mountainlion/fast/canvas: Removed.
2330 * platform/mac-mountainlion/fast/canvas/webgl: Removed.
2331 * platform/mac-mountainlion/fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
2333 2014-01-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2335 Unreviewed EFL gardening
2337 Add failure test expectations for reftests added in r161626.
2339 * platform/efl/TestExpectations:
2341 2014-01-15 Zalan Bujtas <zalan@apple.com>
2343 Merged some subpixel skipped tests. Unreviewed.
2345 webkit.org/b/126894 is a duplicate of webkit.org/b/126892
2347 * platform/mac/TestExpectations:
2349 2014-01-15 Brent Fulgham <bfulgham@apple.com>
2351 Unreviewed test fix for Mountain Lion WebGL behavior.
2353 Add Mountain Lion expected output matching ML's output of INVALID_OPERATION for improperly-sized textures.
2355 * platform/mac-mountainlion/fast/canvas: Added.
2356 * platform/mac-mountainlion/fast/canvas/webgl: Added.
2357 * platform/mac-mountainlion/fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2359 2014-01-15 Zan Dobersek <zdobersek@igalia.com>
2362 Unreviewed GTK gardening. Removing an unneeded GTK-specific baseline
2363 for a layout test that was fixed proper in r161549.
2365 * platform/gtk/http/tests/security/redirect-BLOCKED-to-localURL-expected.txt: Removed.
2367 2014-01-15 Mario Sanchez Prada <mario.prada@samsung.com>
2369 AX: Merge layout test from Mac and GTK checking accessibility roles
2370 https://bugs.webkit.org/show_bug.cgi?id=126685
2372 Reviewed by Chris Fleizach.
2374 Merged GTK and Mac tests into one cross-platform test that is
2375 aware of the platform-specific differences by declaring which
2376 elements are supported in which platforms and which platform
2377 specific roles (if it's the case) should be expected.
2379 * accessibility/roles-exposed-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/roles-exposed-expected.txt.
2380 * accessibility/roles-exposed.html: Added.
2381 * platform/gtk/accessibility/roles-exposed.html: Removed.
2382 * platform/mac/accessibility/role-subrole-roledescription.html: Removed.
2383 * platform/mac/accessibility/roles-exposed-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/role-subrole-roledescription-expected.txt.
2385 2014-01-15 Mihai Tica <mitica@adobe.com>
2388 Background-blend-mode doesn't work for an element with an
2389 SVG image as background and border-style or padding set.
2390 Tests now use rectangles instead of circles for SVGs.
2391 https://bugs.webkit.org/show_bug.cgi?id=118894
2393 Reviewed by Dirk Schulze.
2395 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html:
2396 * css3/compositing/background-blend-mode-data-uri-svg-image.html:
2397 * platform/efl/TestExpectations: pass tests for efl, blendMode is not implemented.
2399 2014-01-15 Andrei Bucur <abucur@adobe.com>
2401 [CSS Regions] Hit-testing goes through clipped layer in fast/regions/overflow-first-and-last-regions-in-container-hidden.html
2402 https://bugs.webkit.org/show_bug.cgi?id=126886
2404 Reviewed by Mihnea Ovidenie.
2406 Add a test that verifies you can't hover an element flowed inside a region but found inside
2407 the hidden overflow of the region.
2409 * fast/regions/hover-and-js-in-visual-overflow-hidden-expected.html: Added.
2410 * fast/regions/hover-and-js-in-visual-overflow-hidden.html: Added.
2412 2014-01-15 László Langó <llango.u-szeged@partner.samsung.com>
2414 DocumentFragment should be constructable.
2415 https://bugs.webkit.org/show_bug.cgi?id=115641
2417 Reviewed by Ryosuke Niwa.
2419 * fast/dom/DocumentFragment/document-fragment-constructor-expected.txt: Added.
2420 * fast/dom/DocumentFragment/document-fragment-constructor.html: Added.
2421 * fast/dom/dom-constructors-expected.txt:
2422 * fast/dom/dom-constructors.html:
2424 2014-01-14 Ryosuke Niwa <rniwa@webkit.org>
2426 Make DoYouEvenBench runnable by run-perf-tests
2427 https://bugs.webkit.org/show_bug.cgi?id=127030
2429 Reviewed by Andreas Kling.
2431 Use customIterationCount as it has been renamed from dromaeoIterationCount.
2433 * fast/harness/perftests/runs-per-second-iterations.html:
2435 2014-01-14 Dirk Schulze <krit@webkit.org>
2437 Remove unnecessary WebkitCSSSVGDocumentValue
2438 https://bugs.webkit.org/show_bug.cgi?id=126997
2440 Reviewed by Andreas Kling.
2442 Update results after use of CSSPrimitiveValue.
2444 * css3/filters/filter-property-computed-style-expected.txt:
2445 * css3/filters/filter-property-expected.txt:
2446 * css3/filters/filter-property-parsing-expected.txt:
2447 * css3/filters/script-tests/filter-property-computed-style.js:
2448 * css3/filters/script-tests/filter-property-parsing.js:
2449 * css3/filters/script-tests/filter-property.js:
2450 * fast/filter-image/parse-filter-image-expected.txt:
2451 * fast/filter-image/parse-filter-image.html:
2453 2014-01-14 Mihnea Ovidenie <mihnea@adobe.com>
2455 [CSSRegions] Incorrect repaint of fixed element with transformed parent
2456 https://bugs.webkit.org/show_bug.cgi?id=125756
2458 Reviewed by Simon Fraser.
2460 Add tests for a fixed positioned element with a parent that:
2461 1. dynamically gets a transform, in which case the fixed positioned element should be positioned
2462 relative to its parent
2463 2. dynamically loses its transform, in which case the fixed positioned element should be positioned
2464 relative to the view.
2466 * fast/regions/repaint/fixed-in-named-flow-cb-changed-expected.html: Added.
2467 * fast/regions/repaint/fixed-in-named-flow-cb-changed.html: Added.
2468 * fast/regions/repaint/fixed-in-named-flow-cb-changed2-expected.html: Added.
2469 * fast/regions/repaint/fixed-in-named-flow-cb-changed2.html: Added.
2471 2014-01-14 Brent Fulgham <bfulgham@apple.com>
2473 Unreviewed test fix.
2475 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Use same
2476 failure mode as the khronos test suite.
2478 2014-01-14 Zalan Bujtas <zalan@apple.com>
2480 Merged some subpixel skipped tests. Unreviewed.
2482 webkit.org/b/126893 is a duplicate of webkit.org/b/126892
2484 * platform/mac/TestExpectations:
2486 2014-01-14 Mark Lam <mark.lam@apple.com>
2488 ASSERTION FAILED: !hasError() in JSC::Parser<LexerType>::createSavePoint().
2489 https://bugs.webkit.org/show_bug.cgi?id=126990.
2491 Reviewed by Geoffrey Garen.
2493 * js/dom/parse-syntax-error-in-initializer-expected.txt: Added.
2494 * js/dom/parse-syntax-error-in-initializer.html: Added.
2495 * js/resources/parse-syntax-error-in-initializer.js: Added.
2496 - Added bug test case as a regression test.
2498 2014-01-14 Roger Fong <roger_fong@apple.com>
2500 Skip some tests that now fail after r162000.
2501 https://bugs.webkit.org/show_bug.cgi?id=127000.
2503 * platform/mac/TestExpectations:
2505 2014-01-14 Brent Fulgham <bfulgham@apple.com>
2507 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
2508 https://bugs.webkit.org/show_bug.cgi?id=126925
2510 Reviewed by Dean Jackson.
2512 * fast/canvas/webgl/resources/webgl-test-utils.js:
2513 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
2514 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2515 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
2517 2014-01-14 Commit Queue <commit-queue@webkit.org>
2519 Unreviewed, rolling out r161978.
2520 http://trac.webkit.org/changeset/161978
2521 https://bugs.webkit.org/show_bug.cgi?id=126992
2523 Test case causes crash on some hardware (Requested by bfulgham
2526 * fast/canvas/webgl/resources/webgl-test-utils.js:
2528 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
2529 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Removed.
2531 2014-01-14 Commit Queue <commit-queue@webkit.org>
2533 Unreviewed, rolling out r161964 and r161965.
2534 http://trac.webkit.org/changeset/161964
2535 http://trac.webkit.org/changeset/161965
2536 https://bugs.webkit.org/show_bug.cgi?id=126988
2538 Tests do not pass on the bots because of slight color
2539 differences. The tests should be redone with squared results
2540 and blending that leads to stable colors. (Requested by krit_
2543 * css3/compositing/background-blend-mode-crossfade-image-expected.html: Removed.
2544 * css3/compositing/background-blend-mode-crossfade-image.html: Removed.
2545 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Removed.
2546 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Removed.
2548 2014-01-14 Hans Muller <hmuller@adobe.com>
2550 [CSS Shapes] Shape images are now <image> types, not just URIs
2551 https://bugs.webkit.org/show_bug.cgi?id=125224
2553 Reviewed by Andreas Kling.
2555 * fast/shapes/shape-inside/shape-inside-image-set-expected.html: Added.
2556 * fast/shapes/shape-inside/shape-inside-image-set.html: Added.
2557 * fast/shapes/shape-outside-floats/shape-outside-image-set-expected.html: Added.
2558 * fast/shapes/shape-outside-floats/shape-outside-image-set.html: Added.
2560 2014-01-14 Brent Fulgham <bfulgham@apple.com>
2562 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
2563 https://bugs.webkit.org/show_bug.cgi?id=126925
2565 Reviewed by Dean Jackson.
2567 * fast/canvas/webgl/resources/webgl-test-utils.js:
2568 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
2569 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2570 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
2572 2014-01-14 Zalan Bujtas <zalan@apple.com>
2574 Unreviewed Mac TestExpectations update.
2576 <https://webkit.org/b/126890> is duplicate of <https://webkit.org/b/126889>
2578 * platform/mac/TestExpectations: Mark it as such.
2580 2014-01-14 Mario Sanchez Prada <mario.prada@samsung.com>
2582 [ATK] AXChildrenChanged notification handling is a performance black hole
2583 https://bugs.webkit.org/show_bug.cgi?id=126970
2585 Reviewed by Gustavo Noronha Silva.
2587 Because of the removal of the referring test when
2588 AXChildrenChanged is received, the children-changed:add signal is
2589 now emitted later, so we need to reorder the expectations.
2591 * accessibility/children-changed-sends-notification-expected.txt: Updated.
2593 2014-01-14 Mihai Tica <mitica@adobe.com>
2595 [CSS Background Blending] Background layer with -webkit-cross-fade doesn't blend
2596 when having -webkit-background-blending applied.
2598 https://bugs.webkit.org/show_bug.cgi?id=126887
2599 Reviewed by Dirk Schulze.
2601 * css3/compositing/background-blend-mode-crossfade-image-expected.html: Added.
2602 * css3/compositing/background-blend-mode-crossfade-image.html: Added.
2604 2014-01-14 Mihai Tica <mitica@adobe.com>
2606 Background-blend-mode doesn't work for an element with an
2607 SVG image as background and border-style or padding set.
2608 https://bugs.webkit.org/show_bug.cgi?id=118894
2610 Reviewed by Dirk Schulze.
2612 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Added.
2613 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Added.
2615 2014-01-14 Mihnea Ovidenie <mihnea@adobe.com>
2617 [CSSRegions] Test dynamic change of position for fixed element in named flow
2618 https://bugs.webkit.org/show_bug.cgi?id=126807
2620 Reviewed by Dirk Schulze.
2622 * fast/regions/fixed-in-named-flow-position-changed-expected.html: Added.
2623 * fast/regions/fixed-in-named-flow-position-changed.html: Added.
2625 2014-01-14 Manuel Rego Casasnovas <rego@igalia.com>
2627 Unreviewed GTK gardening.
2629 Added missing baselines for some regions tests.
2631 * platform/gtk/TestExpectations: Unskip tests as new baselines have been added.
2632 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
2633 * platform/gtk/fast/regions/region-dynamic-after-before-expected.txt: Added.
2634 * platform/gtk/fast/regions/region-generated-content-before-after-expected.txt: Added.
2635 * platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
2636 * platform/gtk/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
2637 * platform/gtk/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added.
2638 * platform/gtk/fast/regions/repaint/region-painting-invalidation-expected.txt: Added.
2639 * platform/gtk/fast/regions/repaint/region-painting-via-layout-expected.txt: Added.
2640 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Added.
2642 2014-01-14 Manuel Rego Casasnovas <rego@igalia.com>
2644 Unreviewed GTK gardening.
2646 Added missing baselines for some regions tests.
2648 * platform/gtk/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Added.
2649 * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
2650 * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Added.
2651 * platform/gtk/fast/regions/iframe-html-collected-expected.txt: Added.
2653 2014-01-13 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2655 Make spelling tests added in r141354 to be able to run asynchronously
2656 https://bugs.webkit.org/show_bug.cgi?id=126895
2658 Reviewed by Ryosuke Niwa.
2660 As we started running spelling tests asynchronously, invoke 'finishJSTest()'
2661 when all operations are completed, for example, required spelling markers have appeared.
2662 It might happen later then during 'initSpellTest' testing callback.
2664 Due to the tests perform other checks that do not affect expectation order (selection,
2665 context menu suggestion items), the asynchronous operations were pushed back to the end of
2666 the tests to be sure that those won't break expectation order.
2668 * editing/spelling/context-menu-suggestions-multiword-selection-expected.txt:
2669 * editing/spelling/context-menu-suggestions-multiword-selection.html:
2670 * editing/spelling/context-menu-suggestions-subword-selection-expected.txt:
2671 * editing/spelling/context-menu-suggestions-subword-selection.html:
2672 * editing/spelling/resources/util.js:
2673 * editing/spelling/spelling-changed-text-expected.txt:
2674 * editing/spelling/spelling-changed-text.html:
2675 * editing/spelling/spelling-double-clicked-word-expected.txt:
2676 * editing/spelling/spelling-double-clicked-word.html:
2677 * editing/spelling/spelling-exactly-selected-word-expected.txt:
2678 * editing/spelling/spelling-exactly-selected-word.html:
2680 * editing/spelling/spelling-with-whitespace-selection-expected.txt:
2681 * editing/spelling/spelling-with-whitespace-selection.html:
2682 * editing/spelling/spelling-with-punctuation-selection-expected.txt:
2683 * editing/spelling/spelling-with-punctuation-selection.html:
2684 Additionally fix description format and get rid of context click, needless after r148282.
2686 2014-01-13 Commit Queue <commit-queue@webkit.org>
2688 Unreviewed, rolling out r161907.
2689 http://trac.webkit.org/changeset/161907
2690 https://bugs.webkit.org/show_bug.cgi?id=126963
2692 fast/canvas/webgl/webgl-compressed-texture-size-limit.html
2693 fails on many bots (Requested by ap on #webkit).
2695 * fast/canvas/webgl/resources/webgl-test-utils.js:
2697 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
2698 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Removed.
2700 2014-01-13 Alexey Proskuryakov <ap@apple.com>
2702 Layout Test plugins/plugin-document-load-prevented-userscript.html is flaky
2703 https://bugs.webkit.org/show_bug.cgi?id=126962
2705 * platform/mac-wk2/TestExpectations: Marking as such.
2707 2014-01-13 Commit Queue <commit-queue@webkit.org>
2709 Unreviewed, rolling out r161916.
2710 http://trac.webkit.org/changeset/161916
2711 https://bugs.webkit.org/show_bug.cgi?id=126952
2713 it is a lie - still fails on some configs (Requested by dino
2716 * platform/mac/TestExpectations:
2718 2014-01-13 Jinwoo Song <jinwoo7.song@samsung.com>
2720 Unreviewed EFL gardening. Rebaselining after r161669.
2722 * platform/efl/css3/masking/clip-path-circle-border-box-expected.png: Added.
2723 * platform/efl/css3/masking/clip-path-circle-border-box-expected.txt: Added.
2724 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.png: Added.
2725 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.txt: Added.
2726 * platform/efl/css3/masking/clip-path-circle-content-box-expected.png: Added.
2727 * platform/efl/css3/masking/clip-path-circle-content-box-expected.txt: Added.
2728 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.png: Added.
2729 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.txt: Added.
2730 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.png: Added.
2731 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
2733 2014-01-13 Jinwoo Song <jinwoo7.song@samsung.com>
2735 Unreviewed EFL gardening. Rebaseline after r161696.
2737 * platform/efl/css1/text_properties/word_spacing-expected.png:
2738 * platform/efl/css1/text_properties/word_spacing-expected.txt:
2740 2014-01-13 Dean Jackson <dino@apple.com>
2742 Unreviewed gardening. Unskipping WebGL 1.0.2/conformance/ogles/GL/build_009_to_016.html
2745 * platform/mac/TestExpectations:
2747 2014-01-13 Brent Fulgham <bfulgham@apple.com>
2749 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
2750 https://bugs.webkit.org/show_bug.cgi?id=126925
2752 Reviewed by Dean Jackson.
2754 * fast/canvas/webgl/resources/webgl-test-utils.js:
2755 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
2756 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2757 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
2759 2014-01-13 Alexey Proskuryakov <ap@apple.com>
2761 Update Mountain Lion test results for subpixel layout chanegs.
2763 Patch by Zalan Bujtas.
2765 * platform/mac-mountainlion/compositing: Added.
2766 * platform/mac-mountainlion/compositing/contents-opaque: Added.
2767 * platform/mac-mountainlion/compositing/contents-opaque/control-layer-expected.txt: Added.
2768 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt:
2769 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt:
2770 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt:
2771 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt:
2772 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
2773 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
2774 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
2775 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
2776 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt:
2777 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt:
2778 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt:
2779 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt:
2780 * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt:
2781 * platform/mac-mountainlion/editing/selection/3690703-expected.txt:
2782 * platform/mac-mountainlion/editing/selection/3690719-expected.txt:
2783 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt:
2784 * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt:
2785 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt:
2786 * platform/mac-mountainlion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
2787 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt:
2788 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2789 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt:
2790 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt:
2791 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt:
2792 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt:
2793 * platform/mac-mountainlion/fast/forms/button-cannot-be-nested-expected.txt: Added.
2794 * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt:
2795 * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt:
2796 * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt:
2797 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt:
2798 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt:
2799 * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt:
2800 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt:
2801 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt:
2802 * platform/mac-mountainlion/fast/forms/file/input-file-re-render-expected.txt:
2803 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt:
2804 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt:
2805 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt:
2806 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt:
2807 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt:
2808 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt:
2809 * platform/mac-mountainlion/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2810 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
2811 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt:
2812 * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt:
2813 * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt:
2814 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt:
2815 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt:
2816 * platform/mac-mountainlion/fast/forms/select-baseline-expected.txt: Added.
2817 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt:
2818 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt:
2819 * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt:
2820 * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt:
2821 * platform/mac-mountainlion/fast/html/details-open2-expected.txt:
2822 * platform/mac-mountainlion/fast/html/details-open4-expected.txt:
2823 * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt:
2824 * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt:
2825 * platform/mac-mountainlion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2826 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt:
2827 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt:
2828 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt:
2829 * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt:
2830 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt:
2831 * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt:
2832 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt:
2833 * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt:
2834 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt:
2835 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt:
2836 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt:
2837 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt:
2838 * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt:
2839 * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt:
2840 * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt:
2841 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt:
2842 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt:
2843 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt:
2844 * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt:
2845 * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt:
2846 * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt:
2847 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt:
2848 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt:
2849 * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2850 * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt:
2851 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt:
2852 * platform/mac-mountainlion/tables/mozilla/other/move_row-expected.txt:
2853 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2854 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2855 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2856 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2857 * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt:
2859 2014-01-13 Eric Carlson <eric.carlson@apple.com>
2861 Allow MediaSessionManager to restrict media playback
2862 https://bugs.webkit.org/show_bug.cgi?id=126780
2864 Reviewed by Jer Noble.
2866 * media/video-concurrent-playback-expected.txt: Added.
2867 * media/video-concurrent-playback.html: Added.
2869 2014-01-13 Zalan Bujtas <zalan@apple.com>
2871 Unreviewed Mac WK2 gardering after r161882.
2873 * platform/mac-wk2/fast/dynamic/012-expected.txt:
2875 2014-01-13 Youenn Fablet <youennf@gmail.com>
2877 Dispatch a progress event before dispatching abort, error or timeout event
2878 https://bugs.webkit.org/show_bug.cgi?id=126575
2880 Reviewed by Alexey Proskuryakov.
2882 Updated onloadend-event-after-abort.html and onloadend-event-after-error.html to check for progress event.
2883 Fixed the other tests to cope with additional progress event.
2885 * http/tests/xmlhttprequest/onabort-progressevent-attributes.html:
2886 * http/tests/xmlhttprequest/onloadend-event-after-abort-expected.txt:
2887 * http/tests/xmlhttprequest/onloadend-event-after-abort.html:
2888 * http/tests/xmlhttprequest/onloadend-event-after-error-expected.txt:
2889 * http/tests/xmlhttprequest/onloadend-event-after-error.html:
2890 * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt:
2891 * http/tests/xmlhttprequest/simple-cross-origin-progress-events.html:
2892 * http/tests/xmlhttprequest/upload-onloadend-event-after-abort.html:
2893 * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
2895 2014-01-13 Brent Fulgham <bfulgham@apple.com>
2897 [WebGL] Error messages should use source code labels, not internal mangled symbols.
2898 https://bugs.webkit.org/show_bug.cgi?id=126832
2900 Reviewed by Dean Jackson.
2902 * fast/canvas/webgl/glsl-conformance.html: Add log to program output
2903 showing error message to confirm proper labels are being used.
2904 * fast/canvas/webgl/glsl-conformance-expected.txt: updated.
2906 2014-01-13 Zalan Bujtas <zalan@apple.com>
2908 Unreviewed MAC gardening. Rebaselining after subpixel layout is enabled (r161882).
2910 * css3/background/background-repeat-space-content-expected.html:
2911 * css3/background/background-repeat-space-padding-expected.html:
2912 * css3/masking/mask-repeat-space-content-expected.html:
2913 * css3/masking/mask-repeat-space-padding-expected.html:
2914 * fast/regions/auto-size/autoheight-correct-region-for-lines-2.html:
2915 * fast/regions/overflow-region-transform.html:
2916 * platform/mac/TestExpectations:
2917 * platform/mac/accessibility/image-link-expected.txt:
2918 * platform/mac/accessibility/internal-link-anchors2-expected.txt:
2919 * platform/mac/accessibility/svg-bounds-expected.txt:
2920 * platform/mac/accessibility/svg-remote-element-expected.txt:
2921 * platform/mac/accessibility/table-attributes-expected.txt:
2922 * platform/mac/accessibility/table-cell-spans-expected.txt:
2923 * platform/mac/accessibility/table-cells-expected.txt:
2924 * platform/mac/accessibility/table-detection-expected.txt:
2925 * platform/mac/accessibility/table-sections-expected.txt:
2926 * platform/mac/compositing/contents-opaque/control-layer-expected.txt: Added.
2927 * platform/mac/compositing/direct-image-compositing-expected.txt:
2928 * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt:
2929 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
2930 * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
2931 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2932 * platform/mac/css1/basic/inheritance-expected.txt:
2933 * platform/mac/css1/box_properties/acid_test-expected.txt:
2934 * platform/mac/css1/box_properties/clear_float-expected.txt:
2935 * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
2936 * platform/mac/css1/box_properties/margin-expected.txt:
2937 * platform/mac/css1/box_properties/margin_bottom-expected.txt:
2938 * platform/mac/css1/box_properties/margin_right-expected.txt:
2939 * platform/mac/css1/box_properties/margin_top-expected.txt:
2940 * platform/mac/css1/box_properties/padding-expected.txt:
2941 * platform/mac/css1/box_properties/padding_bottom-expected.txt:
2942 * platform/mac/css1/box_properties/padding_left-expected.txt:
2943 * platform/mac/css1/box_properties/padding_right-expected.txt:
2944 * platform/mac/css1/box_properties/padding_top-expected.txt:
2945 * platform/mac/css1/box_properties/width-expected.txt:
2946 * platform/mac/css1/color_and_background/background_attachment-expected.txt:
2947 * platform/mac/css1/font_properties/font-expected.txt:
2948 * platform/mac/css1/font_properties/font_size-expected.txt:
2949 * platform/mac/css1/font_properties/font_weight-expected.txt:
2950 * platform/mac/css1/formatting_model/floating_elements-expected.txt:
2951 * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
2952 * platform/mac/css1/formatting_model/inline_elements-expected.txt:
2953 * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
2954 * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
2955 * platform/mac/css1/text_properties/text_indent-expected.txt:
2956 * platform/mac/css1/text_properties/vertical_align-expected.txt:
2957 * platform/mac/css1/units/percentage_units-expected.txt:
2958 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
2959 * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
2960 * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
2961 * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
2962 * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
2963 * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
2964 * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
2965 * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
2966 * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
2967 * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
2968 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
2969 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
2970 * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
2971 * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
2972 * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
2973 * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
2974 * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
2975 * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
2976 * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
2977 * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
2978 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
2979 * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
2980 * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
2981 * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
2982 * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
2983 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
2984 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
2985 * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
2986 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
2987 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
2988 * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
2989 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
2990 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
2991 * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
2992 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
2993 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
2994 * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
2995 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
2996 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
2997 * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
2998 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
2999 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
3000 * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
3001 * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
3002 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
3003 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
3004 * platform/mac/editing/pasteboard/4806874-expected.txt:
3005 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
3006 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
3007 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
3008 * platform/mac/editing/selection/3690703-2-expected.txt:
3009 * platform/mac/editing/selection/3690703-expected.txt:
3010 * platform/mac/editing/selection/3690719-expected.txt:
3011 * platform/mac/editing/selection/4397952-expected.txt:
3012 * platform/mac/editing/selection/4895428-3-expected.txt:
3013 * platform/mac/editing/selection/4975120-expected.txt:
3014 * platform/mac/editing/selection/5240265-expected.txt:
3015 * platform/mac/editing/selection/5354455-2-expected.txt:
3016 * platform/mac/editing/selection/caret-ltr-2-expected.txt:
3017 * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
3018 * platform/mac/editing/selection/caret-ltr-expected.txt:
3019 * platform/mac/editing/selection/caret-ltr-right-expected.txt:
3020 * platform/mac/editing/selection/caret-rtl-2-expected.txt:
3021 * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
3022 * platform/mac/editing/selection/caret-rtl-expected.txt:
3023 * platform/mac/editing/selection/caret-rtl-right-expected.txt:
3024 * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt:
3025 * platform/mac/editing/selection/drag-select-1-expected.txt:
3026 * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt:
3027 * platform/mac/editing/selection/mixed-editability-10-expected.txt:
3028 * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
3029 * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
3030 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
3031 * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
3032 * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
3033 * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
3034 * platform/mac/editing/selection/selection-button-text-expected.txt:
3035 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
3036 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
3037 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
3038 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
3039 * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
3040 * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
3041 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt:
3042 * platform/mac/fast/block/basic/001-expected.txt:
3043 * platform/mac/fast/block/basic/011-expected.txt:
3044 * platform/mac/fast/block/basic/014-expected.txt:
3045 * platform/mac/fast/block/basic/015-expected.txt:
3046 * platform/mac/fast/block/basic/016-expected.txt:
3047 * platform/mac/fast/block/basic/019-expected.txt:
3048 * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
3049 * platform/mac/fast/block/float/013-expected.txt:
3050 * platform/mac/fast/block/float/025-expected.txt:
3051 * platform/mac/fast/block/float/026-expected.txt:
3052 * platform/mac/fast/block/float/027-expected.txt:
3053 * platform/mac/fast/block/float/028-expected.txt:
3054 * platform/mac/fast/block/float/032-expected.txt:
3055 * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
3056 * platform/mac/fast/block/float/float-avoidance-expected.txt:
3057 * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
3058 * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
3059 * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
3060 * platform/mac/fast/block/margin-collapse/100-expected.txt:
3061 * platform/mac/fast/block/margin-collapse/103-expected.txt:
3062 * platform/mac/fast/block/positioning/047-expected.txt:
3063 * platform/mac/fast/block/positioning/051-expected.txt:
3064 * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
3065 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
3066 * platform/mac/fast/borders/bidi-002-expected.txt:
3067 * platform/mac/fast/borders/bidi-009a-expected.txt:
3068 * platform/mac/fast/borders/bidi-012-expected.txt:
3069 * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
3070 * platform/mac/fast/borders/rtl-border-01-expected.txt:
3071 * platform/mac/fast/borders/rtl-border-02-expected.txt:
3072 * platform/mac/fast/borders/rtl-border-03-expected.txt:
3073 * platform/mac/fast/box-sizing/box-sizing-expected.txt:
3074 * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
3075 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
3076 * platform/mac/fast/css-generated-content/011-expected.txt:
3077 * platform/mac/fast/css-generated-content/012-expected.txt:
3078 * platform/mac/fast/css-generated-content/013-expected.txt:
3079 * platform/mac/fast/css-generated-content/014-expected.txt:
3080 * platform/mac/fast/css-generated-content/015-expected.txt:
3081 * platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt:
3082 * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
3083 * platform/mac/fast/css/003-expected.txt:
3084 * platform/mac/fast/css/004-expected.txt:
3085 * platform/mac/fast/css/005-expected.txt:
3086 * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Removed.
3087 * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
3088 * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
3089 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
3090 * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt:
3091 * platform/mac/fast/css/continuationCrash-expected.txt:
3092 * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
3093 * platform/mac/fast/css/css2-system-fonts-expected.txt:
3094 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
3095 * platform/mac/fast/css/ex-after-font-variant-expected.txt:
3096 * platform/mac/fast/css/fieldset-display-row-expected.txt:
3097 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
3098 * platform/mac/fast/css/first-line-text-decoration-expected.txt:
3099 * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
3100 * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
3101 * platform/mac/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt:
3102 * platform/mac/fast/css/h1-in-section-elements-expected.txt:
3103 * platform/mac/fast/css/hsl-color-expected.txt:
3104 * platform/mac/fast/css/hsla-color-expected.txt:
3105 * platform/mac/fast/css/inline-properties-important-expected.txt:
3106 * platform/mac/fast/css/input-search-padding-expected.txt:
3107 * platform/mac/fast/css/invalid-percentage-property-expected.txt:
3108 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
3109 * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
3110 * platform/mac/fast/css/line-height-expected.txt:
3111 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
3112 * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
3113 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
3114 * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
3115 * platform/mac/fast/css/percentage-non-integer-expected.txt:
3116 * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
3117 * platform/mac/fast/css/rgb-float-expected.txt:
3118 * platform/mac/fast/css/rtl-ordering-expected.txt:
3119 * platform/mac/fast/css/selector-set-attribute-expected.txt:
3120 * platform/mac/fast/css/text-align-expected.txt:
3121 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
3122 * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
3123 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
3124 * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
3125 * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
3126 * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
3127 * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
3128 * platform/mac/fast/css/text-overflow-input-expected.txt:
3129 * platform/mac/fast/css/transform-default-parameter-expected.txt:
3130 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
3131 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
3132 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
3133 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
3134 * platform/mac/fast/css/word-space-extra-expected.txt:
3135 * platform/mac/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
3136 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
3137 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
3138 * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
3139 * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
3140 * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
3141 * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
3142 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
3143 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
3144 * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
3145 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
3146 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
3147 * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
3148 * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
3149 * platform/mac/fast/dom/isindex-001-expected.txt:
3150 * platform/mac/fast/dom/isindex-002-expected.txt:
3151 * platform/mac/fast/dynamic/012-expected.txt:
3152 * platform/mac/fast/dynamic/anchor-lock-expected.txt:
3153 * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
3154 * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
3155 * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
3156 * platform/mac/fast/events/context-no-deselect-expected.txt:
3157 * platform/mac/fast/events/document-elementFromPoint-expected.txt:
3158 * platform/mac/fast/events/pointer-events-2-expected.txt:
3159 * platform/mac/fast/flexbox/flex-hang-expected.txt:
3160 * platform/mac/fast/forms/001-expected.txt:
3161 * platform/mac/fast/forms/006-expected.txt:
3162 * platform/mac/fast/forms/007-expected.txt:
3163 * platform/mac/fast/forms/basic-buttons-expected.txt:
3164 * platform/mac/fast/forms/basic-inputs-expected.txt:
3165 * platform/mac/fast/forms/basic-textareas-expected.txt:
3166 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
3167 * platform/mac/fast/forms/blankbuttons-expected.txt:
3168 * platform/mac/fast/forms/box-shadow-override-expected.txt:
3169 * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
3170 * platform/mac/fast/forms/button-default-title-expected.txt:
3171 * platform/mac/fast/forms/button-generated-content-expected.txt:
3172 * platform/mac/fast/forms/button-positioned-expected.txt:
3173 * platform/mac/fast/forms/button-sizes-expected.txt:
3174 * platform/mac/fast/forms/button-style-color-expected.txt:
3175 * platform/mac/fast/forms/button-table-styles-expected.txt:
3176 * platform/mac/fast/forms/button-text-transform-expected.txt:
3177 * platform/mac/fast/forms/button-white-space-expected.txt:
3178 * platform/mac/fast/forms/color/input-appearance-color-expected.txt:
3179 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
3180 * platform/mac/fast/forms/encoding-test-expected.txt:
3181 * platform/mac/fast/forms/fieldset-align-expected.txt:
3182 * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
3183 * platform/mac/fast/forms/fieldset-with-float-expected.txt:
3184 * platform/mac/fast/forms/file/file-input-direction-expected.txt:
3185 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
3186 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
3187 * platform/mac/fast/forms/float-before-fieldset-expected.txt:
3188 * platform/mac/fast/forms/form-element-geometry-expected.txt:
3189 * platform/mac/fast/forms/formmove-expected.txt:
3190 * platform/mac/fast/forms/formmove2-expected.txt:
3191 * platform/mac/fast/forms/formmove3-expected.txt:
3192 * platform/mac/fast/forms/indeterminate-expected.txt:
3193 * platform/mac/fast/forms/input-align-expected.txt:
3194 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
3195 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
3196 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
3197 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
3198 * platform/mac/fast/forms/input-appearance-height-expected.txt:
3199 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
3200 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
3201 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
3202 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
3203 * platform/mac/fast/forms/input-appearance-width-expected.txt:
3204 * platform/mac/fast/forms/input-baseline-expected.txt:
3205 * platform/mac/fast/forms/input-button-sizes-expected.txt:
3206 * platform/mac/fast/forms/input-disabled-color-expected.txt:
3207 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3208 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
3209 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
3210 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
3211 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
3212 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
3213 * platform/mac/fast/forms/input-spaces-expected.txt:
3214 * platform/mac/fast/forms/input-table-expected.txt:
3215 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
3216 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
3217 * platform/mac/fast/forms/input-text-double-click-expected.txt:
3218 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
3219 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
3220 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
3221 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
3222 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
3223 * platform/mac/fast/forms/input-value-expected.txt:
3224 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
3225 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
3226 * platform/mac/fast/forms/menulist-clip-expected.txt:
3227 * platform/mac/fast/forms/minWidthPercent-expected.txt:
3228 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
3229 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
3230 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
3231 * platform/mac/fast/forms/placeholder-position-expected.txt:
3232 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
3233 * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
3234 * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
3235 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
3236 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
3237 * platform/mac/fast/forms/search-rtl-expected.txt:
3238 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
3239 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
3240 * platform/mac/fast/forms/searchfield-heights-expected.txt:
3241 * platform/mac/fast/forms/select-baseline-expected.txt:
3242 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
3243 * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
3244 * platform/mac/fast/forms/text-style-color-expected.txt:
3245 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
3246 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
3247 * platform/mac/fast/forms/textfield-overflow-expected.txt:
3248 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
3249 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
3250 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
3251 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
3252 * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
3253 * platform/mac/fast/gradients/generated-gradients-expected.txt:
3254 * platform/mac/fast/gradients/radial-centered-expected.txt:
3255 * platform/mac/fast/gradients/simple-gradients-expected.txt:
3256 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
3257 * platform/mac/fast/html/details-add-child-1-expected.txt:
3258 * platform/mac/fast/html/details-add-child-2-expected.txt:
3259 * platform/mac/fast/html/details-add-details-child-1-expected.txt:
3260 * platform/mac/fast/html/details-add-details-child-2-expected.txt:
3261 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
3262 * platform/mac/fast/html/details-add-summary-1-expected.txt:
3263 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
3264 * platform/mac/fast/html/details-add-summary-10-expected.txt:
3265 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
3266 * platform/mac/fast/html/details-add-summary-2-expected.txt:
3267 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
3268 * platform/mac/fast/html/details-add-summary-3-expected.txt:
3269 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
3270 * platform/mac/fast/html/details-add-summary-4-expected.txt:
3271 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
3272 * platform/mac/fast/html/details-add-summary-5-expected.txt:
3273 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
3274 * platform/mac/fast/html/details-add-summary-6-expected.txt:
3275 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
3276 * platform/mac/fast/html/details-add-summary-7-expected.txt:
3277 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
3278 * platform/mac/fast/html/details-add-summary-8-expected.txt:
3279 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
3280 * platform/mac/fast/html/details-add-summary-9-expected.txt:
3281 * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
3282 * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
3283 * platform/mac/fast/html/details-marker-style-expected.txt:
3284 * platform/mac/fast/html/details-nested-1-expected.txt:
3285 * platform/mac/fast/html/details-nested-2-expected.txt:
3286 * platform/mac/fast/html/details-no-summary1-expected.txt:
3287 * platform/mac/fast/html/details-no-summary2-expected.txt:
3288 * platform/mac/fast/html/details-no-summary3-expected.txt:
3289 * platform/mac/fast/html/details-no-summary4-expected.txt:
3290 * platform/mac/fast/html/details-open-javascript-expected.txt:
3291 * platform/mac/fast/html/details-open1-expected.txt:
3292 * platform/mac/fast/html/details-open2-expected.txt:
3293 * platform/mac/fast/html/details-open3-expected.txt:
3294 * platform/mac/fast/html/details-open4-expected.txt:
3295 * platform/mac/fast/html/details-open5-expected.txt:
3296 * platform/mac/fast/html/details-open6-expected.txt:
3297 * platform/mac/fast/html/details-position-expected.txt:
3298 * platform/mac/fast/html/details-remove-child-1-expected.txt:
3299 * platform/mac/fast/html/details-remove-child-2-expected.txt:
3300 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
3301 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
3302 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
3303 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
3304 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
3305 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
3306 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
3307 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
3308 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
3309 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
3310 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
3311 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
3312 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
3313 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
3314 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
3315 * platform/mac/fast/html/details-replace-text-expected.txt:
3316 * platform/mac/fast/html/details-writing-mode-expected.txt:
3317 * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
3318 * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
3319 * platform/mac/fast/images/zoomed-img-size-expected.txt:
3320 * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
3321 * platform/mac/fast/inline/002-expected.txt:
3322 * platform/mac/fast/inline/continuation-outlines-expected.txt:
3323 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
3324 * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
3325 * platform/mac/fast/inline/inline-box-background-expected.txt:
3326 * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
3327 * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
3328 * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
3329 * platform/mac/fast/inline/outline-continuations-expected.txt:
3330 * platform/mac/fast/inline/positionedLifetime-expected.txt:
3331 * platform/mac/fast/invalid/010-expected.txt:
3332 * platform/mac/fast/invalid/014-expected.txt:
3333 * platform/mac/fast/invalid/junk-data-expected.txt:
3334 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
3335 * platform/mac/fast/invalid/nestedh3s-expected.txt:
3336 * platform/mac/fast/layers/video-layer-expected.txt:
3337 * platform/mac/fast/line-grid/line-align-left-edges-expected.txt:
3338 * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
3339 * platform/mac/fast/lists/003-expected.txt:
3340 * platform/mac/fast/lists/003-vertical-expected.txt:
3341 * platform/mac/fast/lists/008-expected.txt:
3342 * platform/mac/fast/lists/008-vertical-expected.txt:
3343 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
3344 * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
3345 * platform/mac/fast/multicol/break-properties-expected.txt:
3346 * platform/mac/fast/multicol/client-rects-expected.txt:
3347 * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
3348 * platform/mac/fast/multicol/float-multicol-expected.txt:
3349 * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
3350 * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
3351 * platform/mac/fast/multicol/nested-columns-expected.txt:
3352 * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
3353 * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt:
3354 * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
3355 * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
3356 * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
3357 * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
3358 * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
3359 * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
3360 * platform/mac/fast/multicol/span/clone-flexbox-expected.txt:
3361 * platform/mac/fast/multicol/span/clone-summary-expected.txt:
3362 * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
3363 * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
3364 * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
3365 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
3366 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
3367 * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
3368 * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
3369 * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
3370 * platform/mac/fast/multicol/table-vertical-align-expected.txt:
3371 * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt:
3372 * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
3373 * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
3374 * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
3375 * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt:
3376 * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
3377 * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
3378 * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
3379 * platform/mac/fast/overflow/007-expected.txt:
3380 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
3381 * platform/mac/fast/overflow/overflow-rtl-expected.txt:
3382 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
3383 * platform/mac/fast/overflow/overflow_hidden-expected.txt:
3384 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
3385 * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
3386 * platform/mac/fast/parser/bad-xml-slash-expected.txt:
3387 * platform/mac/fast/parser/entity-comment-in-style-expected.txt:
3388 * platform/mac/fast/parser/style-script-head-test-expected.txt:
3389 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
3390 * platform/mac/fast/reflections/reflection-with-zoom-expected.txt:
3391 * platform/mac/fast/regions/floats-basic-in-variable-width-regions-expected.png: Added.
3392 * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
3393 * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
3394 * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
3395 * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
3396 * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added.
3397 * platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt:
3398 * platform/mac/fast/regions/selection/selecting-text-through-different-region-flows-expected.png: Added.
3399 * platform/mac/fast/repaint/control-clip-expected.txt:
3400 * platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
3401 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
3402 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
3403 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
3404 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
3405 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
3406 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
3407 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
3408 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
3409 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
3410 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
3411 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
3412 * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
3413 * platform/mac/fast/repaint/search-field-cancel-expected.txt:
3414 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
3415 * platform/mac/fast/repaint/transform-translate-expected.txt:
3416 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
3417 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
3418 * platform/mac/fast/replaced/table-percent-height-expected.txt:
3419 * platform/mac/fast/replaced/width100percent-button-expected.txt:
3420 * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
3421 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
3422 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
3423 * platform/mac/fast/ruby/ruby-inline-table-expected.txt:
3424 * platform/mac/fast/selectors/032-expected.txt:
3425 * platform/mac/fast/selectors/166-expected.txt:
3426 * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
3427 * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
3428 * platform/mac/fast/shapes/shape-inside/shape-inside-circle-expected.png: Added.
3429 * platform/mac/fast/shapes/shape-inside/shape-inside-circle-padding-expected.png: Added.
3430 * platform/mac/fast/shapes/shape-inside/shape-inside-ellipse-expected.png: Added.
3431 * platform/mac/fast/shapes/shape-inside/shape-inside-ellipse-padding-expected.png: Added.
3432 * platform/mac/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.png: Added.
3433 * platform/mac/fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.png: Added.
3434 * platform/mac/fast/table/009-expected.txt:
3435 * platform/mac/fast/table/014-expected.txt:
3436 * platform/mac/fast/table/040-expected.txt:
3437 * platform/mac/fast/table/040-vertical-expected.txt:
3438 * platform/mac/fast/table/041-expected.txt:
3439 * platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
3440 * platform/mac/fast/table/append-cells2-expected.txt:
3441 * platform/mac/fast/table/border-collapsing/004-expected.txt:
3442 * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
3443 * platform/mac/fast/table/colspanMinWidth-expected.txt:
3444 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
3445 * platform/mac/fast/table/frame-and-rules-expected.txt:
3446 * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
3447 * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
3448 * platform/mac/fast/table/nested-percent-height-table-expected.txt:
3449 * platform/mac/fast/table/overflowHidden-expected.txt:
3450 * platform/mac/fast/table/percent-heights-expected.txt:
3451 * platform/mac/fast/table/remove-td-display-none-expected.txt:
3452 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
3453 * platform/mac/fast/table/table-display-types-strict-expected.txt:
3454 * platform/mac/fast/table/table-hspace-align-center-expected.txt:
3455 * platform/mac/fast/table/text-field-baseline-expected.txt:
3456 * platform/mac/fast/text/basic/012-expected.txt:
3457 * platform/mac/fast/text/basic/013-expected.txt:
3458 * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
3459 * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
3460 * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
3461 * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
3462 * platform/mac/fast/text/line-breaks-expected.txt:
3463 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
3464 * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
3465 * platform/mac/fast/text/whitespace/024-expected.txt:
3466 * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
3467 * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
3468 * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
3469 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
3470 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
3471 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
3472 * platform/mac/fast/transforms/transforms-with-zoom-expected.txt:
3473 * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
3474 * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
3475 * platform/mac/fast/writing-mode/fieldsets-expected.txt:
3476 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
3477 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
3478 * platform/mac/http/tests/misc/acid3-expected.txt:
3479 * platform/mac/http/tests/misc/iframe404-expected.txt:
3480 * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
3481 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
3482 * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
3483 * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
3484 * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
3485 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
3486 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
3487 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
3488 * platform/mac/media/audio-controls-rendering-expected.txt:
3489 * platform/mac/media/controls-after-reload-expected.txt:
3490 * platform/mac/media/controls-strict-expected.txt:
3491 * platform/mac/media/controls-styling-strict-expected.txt:
3492 * platform/mac/media/controls-without-preload-expected.txt:
3493 * platform/mac/media/media-controls-clone-expected.txt:
3494 * platform/mac/media/video-no-audio-expected.txt:
3495 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
3496 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
3497 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
3498 * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added.
3499 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
3500 * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
3501 * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
3502 * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
3503 * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
3504 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
3505 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
3506 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
3507 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
3508 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
3509 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
3510 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
3511 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
3512 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
3513 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
3514 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
3515 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
3516 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
3517 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
3518 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
3519 * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
3520 * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
3521 * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
3522 * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
3523 * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
3524 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
3525 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
3526 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
3527 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
3528 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
3529 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
3530 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
3531 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
3532 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
3533 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
3534 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
3535 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
3536 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
3537 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
3538 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
3539 * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
3540 * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
3541 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
3542 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
3543 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
3544 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
3545 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
3546 * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
3547 * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
3548 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
3549 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
3550 * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
3551 * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
3552 * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
3553 * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
3554 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
3555 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
3556 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
3557 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
3558 * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
3559 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
3560 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
3561 * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
3562 * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
3563 * platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
3564 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
3565 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
3566 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
3567 * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
3568 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
3569 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
3570 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
3571 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
3572 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
3573 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
3574 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
3575 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
3576 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
3577 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
3578 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
3579 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
3580 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
3581 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
3582 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
3583 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
3584 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
3585 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
3586 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
3587 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
3588 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
3589 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
3590 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
3591 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
3592 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
3593 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
3594 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
3595 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
3596 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
3597 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
3598 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
3599 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
3600 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
3601 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
3602 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
3603 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
3604 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
3605 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
3606 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
3607 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
3608 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
3609 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
3610 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
3611 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
3612 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
3613 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
3614 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
3615 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
3616 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
3617 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
3618 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
3619 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
3620 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
3621 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
3622 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
3623 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
3624 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
3625 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
3626 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
3627 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
3628 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
3629 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
3630 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
3631 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
3632 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
3633 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
3634 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
3635 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
3636 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
3637 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
3638 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
3639 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
3640 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
3641 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
3642 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
3643 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
3644 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
3645 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
3646 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
3647 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
3648 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
3649 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
3650 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
3651 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
3652 * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
3653 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3654 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
3655 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3656 * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
3657 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
3658 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
3659 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
3660 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
3661 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
3662 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
3663 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
3664 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
3665 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
3666 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3667 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3668 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3669 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3670 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3671 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3672 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3673 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3674 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
3675 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3676 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3677 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3678 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
3679 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3680 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3681 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3682 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3683 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3684 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
3685 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3686 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3687 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3688 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3689 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3690 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3691 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3692 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3693 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3694 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3695 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3696 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
3697 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
3698 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3699 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3700 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3701 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3702 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3703 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3704 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3705 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3706 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3707 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3708 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3709 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3710 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
3711 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
3712 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3713 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3714 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3715 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3716 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3717 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3718 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3719 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
3720 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
3721 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3722 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3723 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3724 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3725 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3726 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3727 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
3728 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
3729 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3730 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
3731 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
3732 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3733 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3734 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
3735 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
3736 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
3737 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3738 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3739 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3740 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3741 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3742 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3743 * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
3744 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3745 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3746 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3747 * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
3748 * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
3749 * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
3750 * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
3751 * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
3752 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
3753 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3754 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3755 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3756 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3757 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3758 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3759 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
3760 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
3761 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3762 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3763 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3764 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3765 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3766 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
3767 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
3768 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
3769 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
3770 * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
3771 * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
3772 * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
3773 * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt:
3774 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
3775 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3776 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
3777 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
3778 * platform/mac/svg/batik/text/smallFonts-expected.txt:
3779 * platform/mac/svg/batik/text/textAnchor-expected.txt:
3780 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
3781 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
3782 * platform/mac/svg/batik/text/textDecoration2-expected.txt:
3783 * platform/mac/svg/batik/text/textEffect2-expected.txt:
3784 * platform/mac/svg/batik/text/textEffect3-expected.txt:
3785 * platform/mac/svg/batik/text/textFeatures-expected.txt:
3786 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3787 * platform/mac/svg/batik/text/textLayout-expected.txt:
3788 * platform/mac/svg/batik/text/textLayout2-expected.txt:
3789 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
3790 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
3791 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
3792 * platform/mac/svg/batik/text/textPCDATA-expected.txt:
3793 * platform/mac/svg/batik/text/textPosition2-expected.txt: Added.
3794 * platform/mac/svg/batik/text/textProperties-expected.txt:
3795 * platform/mac/svg/batik/text/textProperties2-expected.txt:
3796 * platform/mac/svg/batik/text/textStyles-expected.txt:
3797 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
3798 * platform/mac/svg/carto.net/button-expected.txt:
3799 * platform/mac/svg/carto.net/colourpicker-expected.txt:
3800 * platform/mac/svg/carto.net/combobox-expected.txt:
3801 * platform/mac/svg/carto.net/scrollbar-expected.txt:
3802 * platform/mac/svg/carto.net/selectionlist-expected.txt:
3803 * platform/mac/svg/carto.net/slider-expected.txt:
3804 * platform/mac/svg/carto.net/tabgroup-expected.txt:
3805 * platform/mac/svg/carto.net/textbox-expected.txt:
3806 * platform/mac/svg/carto.net/window-expected.txt:
3807 * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
3808 * platform/mac/svg/css/shadow-changes-expected.txt:
3809 * platform/mac/svg/css/text-shadow-multiple-expected.txt:
3810 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
3811 * platform/mac/svg/custom/bug45331-expected.txt:
3812 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
3813 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
3814 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
3815 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
3816 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
3817 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
3818 * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
3819 * platform/mac/svg/custom/font-face-simple-expected.txt:
3820 * platform/mac/svg/custom/fractional-rects-expected.txt:
3821 * platform/mac/svg/custom/getTransformToElement-expected.txt:
3822 * platform/mac/svg/custom/glyph-setting-d-attribute-expected.txt:
3823 * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
3824 * platform/mac/svg/custom/image-parent-translation-expected.txt:
3825 * platform/mac/svg/custom/image-small-width-height-expected.txt:
3826 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
3827 * platform/mac/svg/custom/invalid-css-expected.txt:
3828 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
3829 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
3830 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
3831 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
3832 * platform/mac/svg/custom/js-update-container-expected.txt:
3833 * platform/mac/svg/custom/junk-data-expected.txt:
3834 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
3835 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
3836 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
3837 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
3838 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
3839 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
3840 * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
3841 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
3842 * platform/mac/svg/custom/missing-xlink-expected.txt:
3843 * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
3844 * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
3845 * platform/mac/svg/custom/object-sizing-expected.txt:
3846 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
3847 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
3848 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
3849 * platform/mac/svg/custom/path-bad-data-expected.txt:
3850 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
3851 * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
3852 * platform/mac/svg/custom/pattern-rotate-expected.txt:
3853 * platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
3854 * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
3855 * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
3856 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
3857 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
3858 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
3859 * platform/mac/svg/custom/stroked-pattern-expected.txt: Added.
3860 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
3861 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
3862 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
3863 * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
3864 * platform/mac/svg/custom/text-clip-expected.txt:
3865 * platform/mac/svg/custom/text-ctm-expected.txt:
3866 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
3867 * platform/mac/svg/custom/text-filter-expected.txt:
3868 * platform/mac/svg/custom/text-hit-test-expected.txt:
3869 * platform/mac/svg/custom/text-letter-spacing-expected.txt:
3870 * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
3871 * platform/mac/svg/custom/text-rotation-expected.txt:
3872 * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
3873 * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
3874 * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
3875 * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
3876 * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
3877 * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
3878 * platform/mac/svg/custom/text-x-dy-lists-expected.txt:
3879 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
3880 * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
3881 * platform/mac/svg/custom/tref-update-expected.txt:
3882 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
3883 * platform/mac/svg/custom/use-detach-expected.txt:
3884 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
3885 * platform/mac/svg/custom/use-font-face-crash-expected.txt:
3886 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
3887 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
3888 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
3889 * platform/mac/svg/custom/use-recursion-1-expected.txt:
3890 * platform/mac/svg/custom/use-recursion-2-expected.txt:
3891 * platform/mac/svg/custom/use-recursion-3-expected.txt:
3892 * platform/mac/svg/custom/use-recursion-4-expected.txt:
3893 * platform/mac/svg/custom/viewBox-hit-expected.txt:
3894 * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
3895 * platform/mac/svg/hixie/error/002-expected.txt:
3896 * platform/mac/svg/hixie/error/012-expected.txt:
3897 * platform/mac/svg/hixie/error/013-expected.txt:
3898 * platform/mac/svg/hixie/perf/001-expected.txt:
3899 * platform/mac/svg/hixie/perf/002-expected.txt:
3900 * platform/mac/svg/hixie/perf/003-expected.txt:
3901 * platform/mac/svg/hixie/perf/004-expected.txt: Added.
3902 * platform/mac/svg/hixie/perf/005-expected.txt: Added.
3903 * platform/mac/svg/hixie/perf/006-expected.txt: Added.
3904 * platform/mac/svg/hixie/perf/007-expected.txt:
3905 * platform/mac/svg/hixie/text/001-expected.txt:
3906 * platform/mac/svg/hixie/text/003-expected.txt:
3907 * platform/mac/svg/hixie/text/003a-expected.txt:
3908 * platform/mac/svg/hixie/text/003b-expected.txt:
3909 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
3910 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
3911 * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
3912 * platform/mac/svg/text/bidi-embedded-direction-expected.txt:
3913 * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
3914 * platform/mac/svg/text/bidi-text-query-expected.txt:
3915 * platform/mac/svg/text/bidi-tspans-expected.txt:
3916 * platform/mac/svg/text/font-size-below-point-five-expected.txt:
3917 * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
3918 * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
3919 * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
3920 * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
3921 * platform/mac/svg/text/scaled-font-expected.txt:
3922 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt:
3923 * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
3924 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
3925 * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
3926 * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
3927 * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
3928 * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
3929 * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
3930 * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
3931 * platform/mac/svg/text/select-textLength-spacingAndGlyp