1 2014-01-28 Jer Noble <jer.noble@apple.com>
3 Setting muted attribute on <video> element is not reflected in controls
4 https://bugs.webkit.org/show_bug.cgi?id=127726
6 Reviewed by Eric Carlson.
8 * media/video-defaultmuted-expected.txt:
9 * media/video-defaultmuted.html:
11 2014-01-28 Mark Lam <mark.lam@apple.com>
13 Jettison DFG code when neither breakpoints or the profiler are active.
14 <https://webkit.org/b/127766>
16 Reviewed by Geoffrey Garen.
18 Added a test to exercise setting a breakpoint in 2 DFG compiled functions:
19 1 not inlined, and 1 inlined.
21 * inspector-protocol/debugger/resources/breakpoint.js:
28 * inspector-protocol/debugger/setBreakpoint-dfg-expected.txt: Added.
29 * inspector-protocol/debugger/setBreakpoint-dfg.html: Added.
31 2014-01-28 Gurpreet Kaur <k.gurpreet@samsung.com>
33 Add support for menclose element
34 https://bugs.webkit.org/show_bug.cgi?id=85729
36 Reviewed by Chris Fleizach.
38 * mathml/presentation/inferred-mrow-baseline-expected.txt:
39 * mathml/presentation/inferred-mrow-baseline.html:
40 * mathml/presentation/inferred-mrow-stretchy-expected.txt:
41 * mathml/presentation/inferred-mrow-stretchy.html:
42 Rebaselining existing tests as per the new behavior.
44 * mathml/presentation/menclose-add-children-expected.html: Added.
45 * mathml/presentation/menclose-add-children.html: Added.
46 * mathml/presentation/menclose-notation-attribute-add-expected.html: Added.
47 * mathml/presentation/menclose-notation-attribute-add.html: Added.
48 * mathml/presentation/menclose-notation-attribute-change-value-expected.html: Added.
49 * mathml/presentation/menclose-notation-attribute-change-value.html: Added.
50 * mathml/presentation/menclose-notation-attribute-remove-expected.html: Added.
51 * mathml/presentation/menclose-notation-attribute-remove.html: Added.
52 * mathml/presentation/menclose-notation-attribute-set1-expected.txt: Added.
53 * mathml/presentation/menclose-notation-attribute-set1.html: Added.
54 * mathml/presentation/menclose-notation-attribute-set2-expected-mismatch.html: Added.
55 * mathml/presentation/menclose-notation-attribute-set2.html: Added.
56 * mathml/presentation/menclose-notation-no-overlap-expected.txt: Added.
57 * mathml/presentation/menclose-notation-no-overlap.html: Added.
58 * mathml/presentation/menclose-notation-radical-expected.html: Added.
59 * mathml/presentation/menclose-notation-radical.html: Added.
60 * mathml/presentation/menclose-remove-children-expected.html: Added.
61 * mathml/presentation/menclose-remove-children.html: Added.
62 Added new test cases for verifying the behaviour of menclose element
63 with different values of notation attribute and removing/changing/adding
66 2014-01-27 Brian Burg <bburg@apple.com>
68 Web Inspector: clean up initialization of managers and observers in InspectorTest
69 https://bugs.webkit.org/show_bug.cgi?id=127707
71 Reviewed by Timothy Hatcher.
73 The test harness was setting up managers and observers before
74 telling the frontend host that the page loaded. The InspectorObserver
75 was also not being initialized.
77 For clarity, rename importInspectorScripts to initializeInspectorModels.
78 For easier debugging, make model test assertions use InspectorTest.log.
80 * http/tests/inspector-protocol/resources/InspectorTest.js:
81 (InspectorTest.initializeInspectorModels.console.error.window.onerror):
82 (InspectorTest.initializeInspectorModels.console.assert):
83 (InspectorTest.initializeInspectorModels):
84 * inspector-protocol/model/content-flow-content-nodes.html:
85 * inspector-protocol/model/content-flow-content-removal.html:
86 * inspector-protocol/model/content-flow-list.html:
87 * inspector-protocol/model/content-node-region-info.html:
88 * inspector-protocol/model/main-frame-resource.html:
90 2014-01-27 David Hyatt <hyatt@apple.com>
92 [New Multicolumn] Add support for block progression axis and reverse direction
93 https://bugs.webkit.org/show_bug.cgi?id=127715
97 This patch adds support for -webkit-progression-direction and -webkit-progression-axis
98 to the new column code. This allows columns to stack along the block axis instead of
99 the inline axis or to reverse directions along that progression axis.
101 Added fast/multicol/newmulticol/progression-reverse.html and
102 fast/multicol/newmulticol/progression-reverse-overflow.html
104 * fast/multicol/newmulticol/progression-reverse-expected.html: Added.
105 * fast/multicol/newmulticol/progression-reverse-overflow-expected.html: Added.
106 * fast/multicol/newmulticol/progression-reverse-overflow.html: Added.
107 * fast/multicol/newmulticol/progression-reverse.html: Added.
109 2014-01-27 Jinwoo Song <jinwoo7.song@samsung.com>
111 Unreviewed EFL gardening. Add test expectations for failing tests.
113 * platform/efl/TestExpectations:
115 2014-01-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
117 Unreviewed gardening, unskip now passing webgl tests on EFL port.
119 * platform/efl-wk2/TestExpectations:
120 * platform/efl/TestExpectations:
122 2014-01-27 Zoltan Horvath <zoltan@webkit.org>
124 [CSS Shapes] Remove restriction of negative values for inset parameters
125 https://bugs.webkit.org/show_bug.cgi?id=127704
127 Reviewed by Darin Adler.
129 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
130 * fast/shapes/parsing/parsing-shape-lengths.html:
132 2014-01-27 Antti Koivisto <antti@apple.com>
134 REGRESSION(r162837): fast/writing-mode/ruby-text-logical-left.html fails on WK1
136 * TestExpectations: skip for now
138 2014-01-27 Zoltan Horvath <zoltan@webkit.org>
140 [CSS Shapes] inset() function with multiple spaces on element style
141 https://bugs.webkit.org/show_bug.cgi?id=127617
143 Reviewed by Dirk Schulze.
145 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
146 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
147 * fast/shapes/parsing/parsing-test-utils.js:
149 2014-01-27 Csaba Osztrogonác <ossy@webkit.org>
151 Typo fix after r162838.
153 * platform/wk2/TestExpectations:
155 2014-01-27 Csaba Osztrogonác <ossy@webkit.org>
157 Unreviewed gardening, unskip now passing tests.
159 * platform/wk2/TestExpectations:
161 2014-01-27 Csaba Osztrogonác <ossy@webkit.org>
163 [Mac] fast/profiler/stop-profiling-after-setTimeout.html and fast/profiler/dead-time.html are flaky
164 https://bugs.webkit.org/show_bug.cgi?id=84102
166 Reviewed by Darin Adler.
168 * fast/profiler/dead-time-expected.txt: Updated.
169 * fast/profiler/stop-profiling-after-setTimeout-expected.txt: Updated.
170 * platform/efl/TestExpectations: Unskip tests.
171 * platform/gtk/fast/profiler/dead-time-expected.txt: Removed.
172 * platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt: Removed.
173 * platform/mac/TestExpectations: Unskip tests.
175 2014-01-26 Jinwoo Song <jinwoo7.song@samsung.com>
177 Unreviewed EFL gardening after r162742, r162791 and r162803.
179 * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Removed.
180 * platform/efl-wk1/fast/forms/indeterminate-expected.png: Removed.
181 * platform/efl-wk2/fast/forms/basic-inputs-expected.png: Removed.
182 * platform/efl-wk2/fast/forms/indeterminate-expected.png: Removed.
183 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png:
184 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt:
185 * platform/efl/css1/box_properties/acid_test-expected.png:
186 * platform/efl/css1/box_properties/acid_test-expected.txt:
187 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png:
188 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt:
189 * platform/efl/css3/selectors3/html/css3-modsel-25-expected.png:
190 * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt:
191 * platform/efl/css3/selectors3/html/css3-modsel-70-expected.png:
192 * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt:
193 * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.png:
194 * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
195 * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.png:
196 * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
197 * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.png:
198 * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt:
199 * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.png:
200 * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt:
201 * platform/efl/fast/block/basic/011-expected.png:
202 * platform/efl/fast/block/basic/011-expected.txt:
203 * platform/efl/fast/block/margin-collapse/103-expected.png:
204 * platform/efl/fast/block/margin-collapse/103-expected.txt:
205 * platform/efl/fast/css/non-standard-checkbox-size-expected.png:
206 * platform/efl/fast/css/non-standard-checkbox-size-expected.txt:
207 * platform/efl/fast/forms/001-expected.png:
208 * platform/efl/fast/forms/001-expected.txt:
209 * platform/efl/fast/forms/basic-inputs-expected.txt:
210 * platform/efl/fast/forms/box-shadow-override-expected.png:
211 * platform/efl/fast/forms/box-shadow-override-expected.txt:
212 * platform/efl/fast/forms/file/file-input-disabled-expected.png:
213 * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
214 * platform/efl/fast/forms/form-element-geometry-expected.png:
215 * platform/efl/fast/forms/form-element-geometry-expected.txt:
216 * platform/efl/fast/forms/formmove-expected.png:
217 * platform/efl/fast/forms/formmove-expected.txt:
218 * platform/efl/fast/forms/formmove2-expected.png:
219 * platform/efl/fast/forms/formmove2-expected.txt:
220 * platform/efl/fast/forms/indeterminate-expected.txt:
221 * platform/efl/fast/forms/input-appearance-height-expected.png:
222 * platform/efl/fast/forms/input-appearance-height-expected.txt:
223 * platform/efl/fast/forms/input-value-expected.png:
224 * platform/efl/fast/forms/input-value-expected.txt:
225 * platform/efl/fast/forms/search-vertical-alignment-expected.png:
226 * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
227 * platform/efl/fast/forms/searchfield-heights-expected.png:
228 * platform/efl/fast/forms/searchfield-heights-expected.txt:
229 * platform/efl/fast/inline/positionedLifetime-expected.png:
230 * platform/efl/fast/inline/positionedLifetime-expected.txt:
231 * platform/efl/fast/parser/bad-xml-slash-expected.png:
232 * platform/efl/fast/parser/bad-xml-slash-expected.txt:
233 * platform/efl/fast/replaced/replaced-breaking-expected.png:
234 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
235 * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
236 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
237 * platform/efl/fast/replaced/width100percent-radio-expected.png:
238 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
239 * platform/efl/fast/text/textIteratorNilRenderer-expected.png:
240 * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
241 * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
242 * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
243 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png:
244 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:
245 * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
246 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
247 * platform/efl/tables/mozilla/bugs/bug4527-expected.png:
248 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
249 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.png:
250 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
251 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.png:
252 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt:
254 2014-01-26 Zalan Bujtas <zalan@apple.com>
256 Some more Apple Windows port rebaseline.
258 * platform/win/svg/custom/foreign-object-skew-expected.txt: Added.
260 2014-01-26 Zalan Bujtas <zalan@apple.com>
262 Unreviewed Apple Windows port rebaseline after r162803.
264 * platform/win/editing/selection/3690703-2-expected.txt: Added.
265 * platform/win/editing/selection/3690703-expected.txt: Added.
266 * platform/win/editing/selection/3690719-expected.txt: Added.
267 * platform/win/editing/selection/4397952-expected.txt: Added.
268 * platform/win/editing/selection/5240265-expected.txt: Added.
269 * platform/win/editing/selection/selection-button-text-expected.txt: Added.
270 * platform/win/fast/block/float/float-avoidance-expected.txt: Added.
271 * platform/win/fast/css/continuationCrash-expected.txt: Added.
272 * platform/win/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
273 * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
274 * platform/win/fast/forms/001-expected.txt: Added.
275 * platform/win/fast/forms/blankbuttons-expected.txt: Added.
276 * platform/win/fast/forms/button-table-styles-expected.txt: Added.
277 * platform/win/fast/forms/control-restrict-line-height-expected.txt: Added.
278 * platform/win/fast/forms/file/file-input-direction-expected.txt: Added.
279 * platform/win/fast/forms/file/input-file-re-render-expected.txt: Added.
280 * platform/win/fast/forms/formmove3-expected.txt: Added.
281 * platform/win/fast/forms/input-appearance-height-expected.txt: Added.
282 * platform/win/fast/forms/input-button-sizes-expected.txt: Added.
283 * platform/win/fast/forms/input-value-expected.txt: Added.
284 * platform/win/fast/forms/targeted-frame-submission-expected.txt: Added.
285 * platform/win/fast/html/details-replace-summary-child-expected.txt: Added.
286 * platform/win/fast/html/details-replace-text-expected.txt: Added.
287 * platform/win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
288 * platform/win/fast/overflow/scrollRevealButton-expected.txt: Added.
289 * platform/win/fast/replaced/width100percent-button-expected.txt: Added.
290 * platform/win/fast/text/textIteratorNilRenderer-expected.txt: Added.
291 * platform/win/tables/mozilla/bugs/bug138725-expected.txt: Added.
292 * platform/win/tables/mozilla/bugs/bug18359-expected.txt: Added.
293 * platform/win/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
294 * platform/win/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
295 * platform/win/tables/mozilla/bugs/bug26178-expected.txt: Added.
296 * platform/win/tables/mozilla/bugs/bug28928-expected.txt: Added.
297 * platform/win/tables/mozilla/bugs/bug33855-expected.txt: Added.
298 * platform/win/tables/mozilla/bugs/bug39209-expected.txt: Added.
299 * platform/win/tables/mozilla/bugs/bug4429-expected.txt: Added.
300 * platform/win/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
301 * platform/win/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
302 * platform/win/tables/mozilla/bugs/bug51037-expected.txt: Added.
303 * platform/win/tables/mozilla/bugs/bug51727-expected.txt: Added.
304 * platform/win/tables/mozilla/bugs/bug52505-expected.txt: Added.
305 * platform/win/tables/mozilla/bugs/bug52506-expected.txt: Added.
306 * platform/win/tables/mozilla/bugs/bug60749-expected.txt: Added.
307 * platform/win/tables/mozilla/bugs/bug7342-expected.txt: Added.
308 * platform/win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
309 * platform/win/tables/mozilla/dom/tableDom-expected.txt: Added.
310 * platform/win/tables/mozilla/other/move_row-expected.txt: Added.
311 * platform/win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
312 * platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
313 * platform/win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
315 2014-01-26 Zalan Bujtas <zalan@apple.com>
317 Subpixel Layout: Align <input type="button", submit etc (PushButtonPart) top and bottom paddings with <button>
318 https://bugs.webkit.org/show_bug.cgi?id=127640
320 Reviewed by Simon Fraser.
322 <button> sets padding-top: 2px and padding-bottom: 3px as default values (html.css),
323 while <input type="button" (submit, etc) has the hardcoded values of 0, 0 and we center the text using the available space.
324 This results in different baseline text position in normal cases. This adjustment puts the <input type='button'
325 rendering back to the pre-subpixel layout state.
327 * platform/mac/css3/flexbox/button-expected.txt:
328 * platform/mac/editing/selection/3690703-2-expected.txt:
329 * platform/mac/editing/selection/3690703-expected.txt:
330 * platform/mac/editing/selection/3690719-expected.txt:
331 * platform/mac/editing/selection/4397952-expected.txt:
332 * platform/mac/editing/selection/5240265-expected.txt:
333 * platform/mac/editing/selection/selection-button-text-expected.txt:
334 * platform/mac/fast/block/float/float-avoidance-expected.txt:
335 * platform/mac/fast/css/continuationCrash-expected.txt:
336 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
337 * platform/mac/fast/css/rtl-ordering-expected.txt:
338 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
339 * platform/mac/fast/forms/001-expected.png:
340 * platform/mac/fast/forms/001-expected.txt:
341 * platform/mac/fast/forms/basic-buttons-expected.png:
342 * platform/mac/fast/forms/basic-buttons-expected.txt:
343 * platform/mac/fast/forms/blankbuttons-expected.txt:
344 * platform/mac/fast/forms/box-shadow-override-expected.png:
345 * platform/mac/fast/forms/box-shadow-override-expected.txt:
346 * platform/mac/fast/forms/button-positioned-expected.png:
347 * platform/mac/fast/forms/button-positioned-expected.txt:
348 * platform/mac/fast/forms/button-sizes-expected.png:
349 * platform/mac/fast/forms/button-sizes-expected.txt:
350 * platform/mac/fast/forms/button-style-color-expected.png:
351 * platform/mac/fast/forms/button-style-color-expected.txt:
352 * platform/mac/fast/forms/button-table-styles-expected.png:
353 * platform/mac/fast/forms/button-table-styles-expected.txt:
354 * platform/mac/fast/forms/button-text-transform-expected.png:
355 * platform/mac/fast/forms/button-text-transform-expected.txt:
356 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
357 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
358 * platform/mac/fast/forms/file/file-input-direction-expected.png:
359 * platform/mac/fast/forms/file/file-input-direction-expected.txt:
360 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
361 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
362 * platform/mac/fast/forms/form-element-geometry-expected.png:
363 * platform/mac/fast/forms/form-element-geometry-expected.txt:
364 * platform/mac/fast/forms/formmove3-expected.txt:
365 * platform/mac/fast/forms/input-appearance-height-expected.png:
366 * platform/mac/fast/forms/input-appearance-height-expected.txt:
367 * platform/mac/fast/forms/input-button-sizes-expected.png:
368 * platform/mac/fast/forms/input-button-sizes-expected.txt:
369 * platform/mac/fast/forms/input-value-expected.png:
370 * platform/mac/fast/forms/input-value-expected.txt:
371 * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
372 * platform/mac/fast/forms/validation-message-appearance-expected.png:
373 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
374 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
375 * platform/mac/fast/html/details-replace-text-expected.txt:
376 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
377 * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
378 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
379 * platform/mac/fast/replaced/width100percent-button-expected.txt:
380 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
381 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
382 * platform/mac/svg/custom/foreign-object-skew-expected.txt: Added.
383 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
384 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
385 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
386 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
387 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
388 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
389 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
390 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
391 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
392 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
393 * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
394 * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
395 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
396 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
397 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
398 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
399 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
400 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
401 * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
402 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
403 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
404 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
405 * platform/mac/tables/mozilla/other/move_row-expected.txt:
406 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
407 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
408 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
410 2014-01-26 Zan Dobersek <zdobersek@igalia.com>
412 Unreviewed GTK gardening. Rebaselining after r162553, r162742, r162791 and possibly other revisions.
414 * platform/gtk/css1/box_properties/padding-expected.txt:
415 * platform/gtk/css1/box_properties/padding_top-expected.txt:
416 * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
417 * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
418 * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
419 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
420 * platform/gtk/css3/selectors3/html/css3-modsel-25-expected.txt:
421 * platform/gtk/css3/selectors3/html/css3-modsel-70-expected.txt:
422 * platform/gtk/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
423 * platform/gtk/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
424 * platform/gtk/css3/selectors3/xml/css3-modsel-25-expected.txt:
425 * platform/gtk/css3/selectors3/xml/css3-modsel-70-expected.txt:
426 * platform/gtk/fast/block/basic/011-expected.txt:
427 * platform/gtk/fast/block/float/032-expected.txt:
428 * platform/gtk/fast/block/margin-collapse/103-expected.txt:
429 * platform/gtk/fast/css/empty-pseudo-class-expected.txt:
430 * platform/gtk/fast/css/fieldset-display-row-expected.txt:
431 * platform/gtk/fast/css/first-child-pseudo-class-expected.txt:
432 * platform/gtk/fast/css/input-search-padding-expected.txt:
433 * platform/gtk/fast/css/last-child-pseudo-class-expected.txt:
434 * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt:
435 * platform/gtk/fast/css/only-child-pseudo-class-expected.txt:
436 * platform/gtk/fast/forms/001-expected.txt:
437 * platform/gtk/fast/forms/basic-inputs-expected.txt:
438 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
439 * platform/gtk/fast/forms/file/file-input-disabled-expected.txt:
440 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
441 * platform/gtk/fast/forms/formmove-expected.txt:
442 * platform/gtk/fast/forms/formmove2-expected.txt:
443 * platform/gtk/fast/forms/indeterminate-expected.txt:
444 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
445 * platform/gtk/fast/forms/input-text-word-wrap-expected.txt:
446 * platform/gtk/fast/forms/input-value-expected.txt:
447 * platform/gtk/fast/forms/large-toggle-elements-expected.txt:
448 * platform/gtk/fast/inline/positionedLifetime-expected.txt:
449 * platform/gtk/fast/parser/bad-xml-slash-expected.txt:
450 * platform/gtk/fast/repaint/reflection-redraw-expected.txt:
451 * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
452 * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
453 * platform/gtk/fast/replaced/width100percent-radio-expected.txt:
454 * platform/gtk/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
455 * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
456 * platform/gtk/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
457 * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
458 * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
459 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
460 * platform/gtk/tables/mozilla/marvin/body_col-expected.txt:
461 * platform/gtk/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
462 * platform/gtk/tables/mozilla/other/body_col-expected.txt:
463 * platform/gtk/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
464 * platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
465 * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
466 * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.txt:
467 * platform/gtk/tables/mozilla_expected_failures/core/captions3-expected.txt:
468 * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
470 2014-01-26 Benjamin Poulain <bpoulain@apple.com>
472 Improve the bindings of NodeList's name accessor
473 https://bugs.webkit.org/show_bug.cgi?id=127358
475 Reviewed by Geoffrey Garen.
477 * fast/dom/NodeList/nodelist-name-getter-properties-expected.txt: Added.
478 * fast/dom/NodeList/nodelist-name-getter-properties.html: Added.
480 2014-01-26 Benjamin Poulain <bpoulain@apple.com>
482 ASSERTION FAILED: !m_hasPendingCharacter
483 https://bugs.webkit.org/show_bug.cgi?id=110118
485 Reviewed by Sam Weinig.
487 Add more test coverage for r144552 with a use case that use to hit the assertion.
489 * fast/dom/xml-parser-entity-in-attribute-value-expected.txt: Added.
490 * fast/dom/xml-parser-entity-in-attribute-value.html: Added.
492 2014-01-26 Joseph Pecoraro <pecoraro@apple.com>
494 Web Inspector: Move InspectorDebuggerAgent into JavaScriptCore
495 https://bugs.webkit.org/show_bug.cgi?id=127629
497 Rubber-stamped by Sam Weinig.
499 Add a test that we pause in the debugger for console.assert failures
500 when the DebuggerAgent is enabled.
502 * inspector-protocol/debugger/pause-on-assert-expected.txt: Added.
503 * inspector-protocol/debugger/pause-on-assert.html: Added.
504 * inspector-protocol/debugger/resources/assert.js: Added.
508 (assertConditionWithMessage):
510 2014-01-25 Timothy Hatcher <timothy@apple.com>
512 Remove dead code from the JSC profiler.
514 https://bugs.webkit.org/show_bug.cgi?id=127643
516 Reviewed by Mark Lam.
518 * fast/profiler/resources/profiler-test-JS-resources.js:
519 (printProfileNodeWithoutTime): Don't use visible. It was always true.
521 2014-01-25 Zalan Bujtas <zalan@apple.com>
523 Subpixel layout: RenderInline is not centered when child RenderTextControl's innerTextRenderer needs bias centering.
524 https://bugs.webkit.org/show_bug.cgi?id=125659
526 Reviewed by Andreas Kling.
528 layoutMod(logicalHeightDiff, 2) fails to bias round when subpixel layout is enabled. It sets
529 the denominator value to 2, which returns incorrect modulo result.
530 (subpixel off: 3px % 2 = 1 vs subpixel on: (3px * 64) -> 192 % 2 = 0)
532 Covered by existing tests.
534 * platform/mac/fast/block/float/032-expected.txt:
535 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
536 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
537 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt:
539 2014-01-25 Antti Koivisto <antti@apple.com>
541 REGRESSION(r162744): wsj.com paints white
542 https://bugs.webkit.org/show_bug.cgi?id=127619
544 Reviewed by Sam Weinig.
546 * fast/css/stylesheet-layout-with-pending-paint-expected.html: Added.
547 * fast/css/stylesheet-layout-with-pending-paint.html: Added.
549 2014-01-24 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
551 ASSERT(time.isFinite()) in SVGSMILElement::createInstanceTimesFromSyncbase
552 <https://webkit.org/b/108184>
554 Reviewed by Philip Rogers.
556 Additional test to detect the crash in debug mode. It is merged back
557 from blink commit https://src.chromium.org/viewvc/blink?revision=165498&view=revision
559 * svg/animations/self-dependency-crash-expected.txt: Added.
560 * svg/animations/self-dependency-crash.html: Added.
562 2014-01-24 Zalan Bujtas <zalan@apple.com>
564 Unreviewed Apple Windows port gardering.
566 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
567 * platform/win/tables/mozilla/marvin/body_col-expected.txt: Added.
569 2014-01-24 Zalan Bujtas <zalan@apple.com>
571 Subpixel layout: Default style of input type=checkbox/radio (0.5ex) adds 1px extra margin on both left and right.
572 https://bugs.webkit.org/show_bug.cgi?id=125728
574 Reviewed by Simon Fraser.
576 Using the 0.5ex value to set checkbox/radio left and right margins is a long-standing
577 (khtml) behavior. While it indicates dynamic behavior, in order to get the margins changed,
578 the widget's font size needs to be set, which is rather rare for such input types.
579 It also results in odd layout, where the checkbox's indentation may seem to change randomly.
581 '<input style="font-size: 30px;" type="checkbox">foo' changes neither the checkbox
582 nor the text size, but it indents the line by about 15px.
584 Other browsers (FF, Opera with Presto) disagree and they set static margins values.
585 2px is the current default computed value.
587 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt:
588 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt:
589 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt:
590 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt:
591 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt:
592 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
593 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt:
594 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt:
595 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt:
596 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt:
597 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
598 * platform/mac/css1/box_properties/acid_test-expected.txt:
599 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
600 * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
601 * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
602 * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
603 * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
604 * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
605 * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
606 * platform/mac/fast/block/basic/011-expected.txt:
607 * platform/mac/fast/block/margin-collapse/103-expected.txt:
608 * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
609 * platform/mac/fast/forms/001-expected.txt:
610 * platform/mac/fast/forms/basic-inputs-expected.txt:
611 * platform/mac/fast/forms/box-shadow-override-expected.txt:
612 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
613 * platform/mac/fast/forms/form-element-geometry-expected.txt:
614 * platform/mac/fast/forms/formmove-expected.txt:
615 * platform/mac/fast/forms/formmove2-expected.txt:
616 * platform/mac/fast/forms/indeterminate-expected.txt:
617 * platform/mac/fast/forms/input-appearance-height-expected.txt:
618 * platform/mac/fast/forms/input-value-expected.txt:
619 * platform/mac/fast/inline/positionedLifetime-expected.txt:
620 * platform/mac/fast/parser/bad-xml-slash-expected.txt:
621 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
622 * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
623 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
624 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
625 * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
626 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
627 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
628 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
629 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
630 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
632 2014-01-24 Oliver Hunt <oliver@apple.com>
634 Put functions need to take a base object and a this value, and perform type checks on |this|
635 https://bugs.webkit.org/show_bug.cgi?id=127594
637 Reviewed by Geoffrey Garen.
639 Add tests, and update expectation for previously failing test.
641 * js/dom/dom-as-prototype-assignment-exception-expected.txt: Added.
642 * js/dom/dom-as-prototype-assignment-exception.html: Added.
643 * js/dom/script-tests/dom-as-prototype-assignment-exception.js: Added.
644 * media/network-no-source-const-shadow-expected.txt:
646 2014-01-24 Oliver Hunt <oliver@apple.com>
648 Generic JSObject::put should handle static properties in the classinfo hierarchy
649 https://bugs.webkit.org/show_bug.cgi?id=127523
651 Reviewed by Geoffrey Garen.
655 * fast/canvas/webgl/constants.html:
656 Remove incorrect constant
657 * js/script-tests/static-put-in-prototype-chain.js: Added.
658 * js/static-put-in-prototype-chain-expected.txt: Added.
659 * js/static-put-in-prototype-chain.html: Added.
661 2014-01-24 Commit Queue <commit-queue@webkit.org>
663 Unreviewed, rolling out r162713.
664 http://trac.webkit.org/changeset/162713
665 https://bugs.webkit.org/show_bug.cgi?id=127593
667 broke media/network-no-source-const-shadow (Requested by
670 * fast/canvas/webgl/constants.html:
671 * js/script-tests/static-put-in-prototype-chain.js: Removed.
672 * js/static-put-in-prototype-chain-expected.txt: Removed.
673 * js/static-put-in-prototype-chain.html: Removed.
675 2014-01-24 Oliver Hunt <oliver@apple.com>
677 Generic JSObject::put should handle static properties in the classinfo hierarchy
678 https://bugs.webkit.org/show_bug.cgi?id=127523
680 Reviewed by Geoffrey Garen.
684 * fast/canvas/webgl/constants.html:
685 Remove incorrect constant
686 * js/script-tests/static-put-in-prototype-chain.js: Added.
687 * js/static-put-in-prototype-chain-expected.txt: Added.
688 * js/static-put-in-prototype-chain.html: Added.
690 2014-01-24 Andrzej Badowski <a.badowski@samsung.com>
692 [EFL] Add expectations for two flaky media layout tests
693 https://bugs.webkit.org/show_bug.cgi?id=127557
695 Unreviewed EFL gardening.
697 * platform/efl/TestExpectations:
699 2014-01-24 Michał Pakuła vel Rutka <m.pakula@samsung.com>
701 Unreviewed EFL gardening
703 Skip crashing http tests.
705 * platform/efl-wk2/TestExpectations:
707 2014-01-24 Jinwoo Song <jinwoo7.song@samsung.com>
709 Unreviewed EFL gardening. Remove failure expectations which are passing now.
711 * platform/efl/TestExpectations: fast/css3-text/css3-text-decoration/
713 2014-01-23 Morten Stenshorne <mstensho@opera.com>
715 Region based multicol: unresolvable percent height results in 1px tall multicol
716 https://bugs.webkit.org/show_bug.cgi?id=122826
718 Reviewed by David Hyatt.
720 * fast/multicol/newmulticol/unresolvable-percent-height-2-expected.html: Added.
721 * fast/multicol/newmulticol/unresolvable-percent-height-2.html: Added.
722 * fast/multicol/newmulticol/unresolvable-percent-height-expected.html: Added.
723 * fast/multicol/newmulticol/unresolvable-percent-height.html: Added.
724 * fast/multicol/newmulticol/unresolvable-percent-max-height-2-expected.html: Added.
725 * fast/multicol/newmulticol/unresolvable-percent-max-height-2.html: Added.
726 * fast/multicol/newmulticol/unresolvable-percent-max-height-expected.html: Added.
727 * fast/multicol/newmulticol/unresolvable-percent-max-height.html: Added.
729 2014-01-23 ChangSeok Oh <changseok.oh@collabora.com>
731 Dragging from inner side of video to outside causes a crash
732 https://bugs.webkit.org/show_bug.cgi?id=126338
734 Reviewed by Jer Noble.
736 This tests that dragging through timeslider control to outside of video causes a crash.
737 The crash happened on both gtk+ and efl ports not using MEDIA_CONTROL_SCRIPT.
739 * media/media-controller-drag-crash-expected.txt: Added.
740 * media/media-controller-drag-crash.html: Added.
742 2014-01-23 Jon Honeycutt <jhoneycutt@apple.com>
744 Assertion failure in WebCore::PseudoElement::didRecalcStyle()
745 <https://bugs.webkit.org/show_bug.cgi?id=126761>
746 <rdar://problem/15793540>
748 Reviewed by Andy Estes.
750 * fast/images/animate-list-item-image-assertion-expected.txt: Added.
751 * fast/images/animate-list-item-image-assertion.html: Added.
753 2014-01-23 Joseph Pecoraro <pecoraro@apple.com>
755 Web Inspector: Remove recompileAllJSFunctions timer in ScriptDebugServer
756 https://bugs.webkit.org/show_bug.cgi?id=127409
758 Reviewed by Geoffrey Garen.
760 Remove "Breakpoints Enabled" output in tests. Breakpoints are already
761 enabled by default in tests. Also since the DebuggerAgent.enable() call
762 now immediately recompiles scripts, sourceParsed events are now sent to
763 the frontend earlier even before the setBreakpointsActive message has
764 been processed, so the "Breakpoints Enabled" output was showing up
765 later, seemingly randomly in tests, and is no longer helpful.
767 * inspector-protocol/debugger/breakpoint-action-detach-expected.txt:
768 * inspector-protocol/debugger/breakpoint-action-detach.html:
769 * inspector-protocol/debugger/breakpoint-action-with-exception-expected.txt:
770 * inspector-protocol/debugger/breakpoint-action-with-exception.html:
771 * inspector-protocol/debugger/breakpoint-condition-detach-expected.txt:
772 * inspector-protocol/debugger/breakpoint-condition-detach.html:
773 * inspector-protocol/debugger/breakpoint-condition-with-exception-expected.txt:
774 * inspector-protocol/debugger/breakpoint-condition-with-exception.html:
775 * inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt:
776 * inspector-protocol/debugger/breakpoint-eval-with-exception.html:
777 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions-expected.txt:
778 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html:
779 * inspector-protocol/debugger/call-frame-function-name-expected.txt:
780 * inspector-protocol/debugger/call-frame-function-name.html:
781 * inspector-protocol/debugger/call-frame-this-host-expected.txt:
782 * inspector-protocol/debugger/call-frame-this-host.html:
783 * inspector-protocol/debugger/call-frame-this-nonstrict-expected.txt:
784 * inspector-protocol/debugger/call-frame-this-nonstrict.html:
785 * inspector-protocol/debugger/call-frame-this-strict-expected.txt:
786 * inspector-protocol/debugger/call-frame-this-strict.html:
787 * inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt:
788 * inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
789 * inspector-protocol/debugger/nested-inspectors-expected.txt:
790 * inspector-protocol/debugger/nested-inspectors.html:
791 * inspector-protocol/debugger/removeBreakpoint-expected.txt:
792 * inspector-protocol/debugger/removeBreakpoint.html:
793 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
794 * inspector-protocol/debugger/setBreakpoint-actions.html:
795 * inspector-protocol/debugger/setBreakpoint-autoContinue-expected.txt:
796 * inspector-protocol/debugger/setBreakpoint-autoContinue.html:
797 * inspector-protocol/debugger/setBreakpoint-column-expected.txt:
798 * inspector-protocol/debugger/setBreakpoint-column.html:
799 * inspector-protocol/debugger/setBreakpoint-condition-expected.txt:
800 * inspector-protocol/debugger/setBreakpoint-condition.html:
801 * inspector-protocol/debugger/setBreakpoint-expected.txt:
802 * inspector-protocol/debugger/setBreakpoint-options-exception-expected.txt:
803 * inspector-protocol/debugger/setBreakpoint-options-exception.html:
804 * inspector-protocol/debugger/setBreakpoint.html:
805 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt:
806 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html:
807 * inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt:
808 * inspector-protocol/debugger/setPauseOnExceptions-all.html:
809 * inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt:
810 * inspector-protocol/debugger/setPauseOnExceptions-none.html:
811 * inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt:
812 * inspector-protocol/debugger/setPauseOnExceptions-uncaught.html:
813 * inspector-protocol/dom-debugger/node-removed-expected.txt:
814 * inspector-protocol/dom-debugger/node-removed.html:
816 2014-01-23 Hans Muller <hmuller@adobe.com>
818 [CSS Shapes] Image valued shape size and position should conform to the spec
819 https://bugs.webkit.org/show_bug.cgi?id=123295
821 Reviewed by Andreas Kling.
823 * fast/shapes/shape-outside-floats/shape-outside-image-fit-001-expected.html: Added.
824 * fast/shapes/shape-outside-floats/shape-outside-image-fit-001.html: Added.
825 * fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html: Added.
826 * fast/shapes/shape-outside-floats/shape-outside-image-fit-002.html: Added.
827 * fast/shapes/shape-outside-floats/shape-outside-image-fit-003-expected.html: Added.
828 * fast/shapes/shape-outside-floats/shape-outside-image-fit-003.html: Added.
829 * fast/shapes/shape-outside-floats/shape-outside-image-fit-004-expected.html: Added.
830 * fast/shapes/shape-outside-floats/shape-outside-image-fit-004.html: Added.
832 2014-01-23 Antti Koivisto <antti@apple.com>
834 Rebaseline after r162640.
836 * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
837 * platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
839 2014-01-23 Max Vujovic <mvujovic@adobe.com>
841 Remove CSS Custom Filters code and tests
842 https://bugs.webkit.org/show_bug.cgi?id=127382
844 Reviewed by Simon Fraser.
846 * animations/resources/animation-test-helpers.js:
847 (parseFilterFunctionList):
848 (compareFilterFunctions):
849 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt: Removed.
850 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html: Removed.
851 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Removed.
852 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html: Removed.
853 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Removed.
854 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Removed.
855 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Removed.
856 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Removed.
857 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid-expected.txt: Removed.
858 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid.html: Removed.
859 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid-expected.txt: Removed.
860 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid.html: Removed.
861 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid-expected.txt: Removed.
862 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid.html: Removed.
863 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid-expected.txt: Removed.
864 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid.html: Removed.
865 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid-expected.txt: Removed.
866 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid.html: Removed.
867 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid-expected.txt: Removed.
868 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid.html: Removed.
869 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Removed.
870 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Removed.
871 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Removed.
872 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Removed.
873 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js: Removed.
874 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: Removed.
875 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Removed.
876 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Removed.
877 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-invalid.js: Removed.
878 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-valid.js: Removed.
879 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-invalid.js: Removed.
880 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-valid.js: Removed.
881 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-invalid.js: Removed.
882 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-valid.js: Removed.
883 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Removed.
884 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Removed.
885 * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Removed.
886 * css3/filters/custom/composited/custom-filter-blend-modes.html: Removed.
887 * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Removed.
888 * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Removed.
889 * css3/filters/custom/custom-filter-animation-expected.txt: Removed.
890 * css3/filters/custom/custom-filter-animation.html: Removed.
891 * css3/filters/custom/custom-filter-array-blending-expected.txt: Removed.
892 * css3/filters/custom/custom-filter-array-blending.html: Removed.
893 * css3/filters/custom/custom-filter-array-expected.html: Removed.
894 * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Removed.
895 * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Removed.
896 * css3/filters/custom/custom-filter-array.html: Removed.
897 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Removed.
898 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Removed.
899 * css3/filters/custom/custom-filter-blend-modes-expected.html: Removed.
900 * css3/filters/custom/custom-filter-blend-modes.html: Removed.
901 * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Removed.
902 * css3/filters/custom/custom-filter-change-blend-mode.html: Removed.
903 * css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.html: Removed.
904 * css3/filters/custom/custom-filter-clamp-css-color-matrix-negative-expected.html: Removed.
905 * css3/filters/custom/custom-filter-clamp-css-color-matrix-negative.html: Removed.
906 * css3/filters/custom/custom-filter-clamp-css-color-matrix.html: Removed.
907 * css3/filters/custom/custom-filter-clamp-css-mix-color-expected.html: Removed.
908 * css3/filters/custom/custom-filter-clamp-css-mix-color-negative-expected.html: Removed.
909 * css3/filters/custom/custom-filter-clamp-css-mix-color-negative.html: Removed.
910 * css3/filters/custom/custom-filter-clamp-css-mix-color.html: Removed.
911 * css3/filters/custom/custom-filter-color-expected.html: Removed.
912 * css3/filters/custom/custom-filter-color-matrix-expected.png: Removed.
913 * css3/filters/custom/custom-filter-color-matrix-expected.txt: Removed.
914 * css3/filters/custom/custom-filter-color-matrix.html: Removed.
915 * css3/filters/custom/custom-filter-color.html: Removed.
916 * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Removed.
917 * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Removed.
918 * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
919 * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
920 * css3/filters/custom/custom-filter-composite-operators.html: Removed.
921 * css3/filters/custom/custom-filter-composite-source-atop-expected.png: Removed.
922 * css3/filters/custom/custom-filter-composite-source-atop-expected.txt: Removed.
923 * css3/filters/custom/custom-filter-composite-source-atop.html: Removed.
924 * css3/filters/custom/custom-filter-crash-inline-computed-style-expected.txt: Removed.
925 * css3/filters/custom/custom-filter-crash-inline-computed-style.html: Removed.
926 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Removed.
927 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.txt: Removed.
928 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name.html: Removed.
929 * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Removed.
930 * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Removed.
931 * css3/filters/custom/custom-filter-matN-expected.html: Removed.
932 * css3/filters/custom/custom-filter-matN.html: Removed.
933 * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Removed.
934 * css3/filters/custom/custom-filter-mesh-column-row-order.html: Removed.
935 * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Removed.
936 * css3/filters/custom/custom-filter-mix-bindings.html: Removed.
937 * css3/filters/custom/custom-filter-no-element-texture-access-expected.html: Removed.
938 * css3/filters/custom/custom-filter-no-element-texture-access.html: Removed.
939 * css3/filters/custom/custom-filter-nonseparable-blend-mode-color-expected.html: Removed.
940 * css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html: Removed.
941 * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue-expected.html: Removed.
942 * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html: Removed.
943 * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.html: Removed.
944 * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html: Removed.
945 * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation-expected.html: Removed.
946 * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html: Removed.
947 * css3/filters/custom/custom-filter-property-computed-style-expected.txt: Removed.
948 * css3/filters/custom/custom-filter-property-computed-style.html: Removed.
949 * css3/filters/custom/custom-filter-property-parsing-expected.txt: Removed.
950 * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Removed.
951 * css3/filters/custom/custom-filter-property-parsing-invalid.html: Removed.
952 * css3/filters/custom/custom-filter-property-parsing.html: Removed.
953 * css3/filters/custom/custom-filter-reload-expected.txt: Removed.
954 * css3/filters/custom/custom-filter-reload.html: Removed.
955 * css3/filters/custom/custom-filter-shader-cache-expected.png: Removed.
956 * css3/filters/custom/custom-filter-shader-cache-expected.txt: Removed.
957 * css3/filters/custom/custom-filter-shader-cache.html: Removed.
958 * css3/filters/custom/custom-filter-shader-reuse-expected.txt: Removed.
959 * css3/filters/custom/custom-filter-shader-reuse.html: Removed.
960 * css3/filters/custom/custom-filter-transforms-animation-expected.txt: Removed.
961 * css3/filters/custom/custom-filter-transforms-animation.html: Removed.
962 * css3/filters/custom/custom-filter-u-mesh-box-expected.html: Removed.
963 * css3/filters/custom/custom-filter-u-mesh-box.html: Removed.
964 * css3/filters/custom/custom-filter-u-mesh-size-expected.html: Removed.
965 * css3/filters/custom/custom-filter-u-mesh-size.html: Removed.
966 * css3/filters/custom/custom-filter-u-texture-size-expected.html: Removed.
967 * css3/filters/custom/custom-filter-u-texture-size.html: Removed.
968 * css3/filters/custom/custom-filter-u-tile-size-expected.html: Removed.
969 * css3/filters/custom/custom-filter-u-tile-size.html: Removed.
970 * css3/filters/custom/custom-filter-unavailable-varying-expected.html: Removed.
971 * css3/filters/custom/custom-filter-unavailable-varying.html: Removed.
972 * css3/filters/custom/effect-color-check-expected.png: Removed.
973 * css3/filters/custom/effect-color-check-expected.txt: Removed.
974 * css3/filters/custom/effect-color-check.html: Removed.
975 * css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
976 * css3/filters/custom/effect-custom-combined-missing-expected.txt: Removed.
977 * css3/filters/custom/effect-custom-combined-missing.html: Removed.
978 * css3/filters/custom/effect-custom-disabled-expected.txt: Removed.
979 * css3/filters/custom/effect-custom-disabled.html: Removed.
980 * css3/filters/custom/effect-custom-expected.png: Removed.
981 * css3/filters/custom/effect-custom-expected.txt: Removed.
982 * css3/filters/custom/effect-custom-parameters-expected.png: Removed.
983 * css3/filters/custom/effect-custom-parameters-expected.txt: Removed.
984 * css3/filters/custom/effect-custom-parameters.html: Removed.
985 * css3/filters/custom/effect-custom-transform-parameters-expected.html: Removed.
986 * css3/filters/custom/effect-custom-transform-parameters.html: Removed.
987 * css3/filters/custom/effect-custom.html: Removed.
988 * css3/filters/custom/filter-fallback-to-software-expected.html: Removed.
989 * css3/filters/custom/filter-fallback-to-software.html: Removed.
990 * css3/filters/custom/filter-repaint-custom-clipped-expected.png: Removed.
991 * css3/filters/custom/filter-repaint-custom-clipped-expected.txt: Removed.
992 * css3/filters/custom/filter-repaint-custom-clipped.html: Removed.
993 * css3/filters/custom/filter-repaint-custom-expected.png: Removed.
994 * css3/filters/custom/filter-repaint-custom-expected.txt: Removed.
995 * css3/filters/custom/filter-repaint-custom-rotated-expected.png: Removed.
996 * css3/filters/custom/filter-repaint-custom-rotated-expected.txt: Removed.
997 * css3/filters/custom/filter-repaint-custom-rotated.html: Removed.
998 * css3/filters/custom/filter-repaint-custom.html: Removed.
999 * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Removed.
1000 * css3/filters/custom/invalid-custom-filter-attribute-types.html: Removed.
1001 * css3/filters/custom/invalid-custom-filter-shader-expected.html: Removed.
1002 * css3/filters/custom/invalid-custom-filter-shader.html: Removed.
1003 * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Removed.
1004 * css3/filters/custom/invalid-custom-filter-uniform-types.html: Removed.
1005 * css3/filters/custom/missing-custom-filter-shader-expected.png: Removed.
1006 * css3/filters/custom/missing-custom-filter-shader-expected.txt: Removed.
1007 * css3/filters/custom/missing-custom-filter-shader.html: Removed.
1008 * css3/filters/resources/a-tex-coord-defined.vs: Removed.
1009 * css3/filters/resources/a-tex-coord-undefined.vs: Removed.
1010 * css3/filters/resources/a-triangle-coord-defined.vs: Removed.
1011 * css3/filters/resources/array-uniform-indirect-index.vs: Removed.
1012 * css3/filters/resources/checkerboard.vs: Removed.
1013 * css3/filters/resources/color-fill.fs: Removed.
1014 * css3/filters/resources/color-offset.fs: Removed.
1015 * css3/filters/resources/composite.fs: Removed.
1016 * css3/filters/resources/css-keyword-as-parameter-name.fs: Removed.
1017 * css3/filters/resources/custom-filter-clamp-css-color-matrix-negative.fs: Removed.
1018 * css3/filters/resources/custom-filter-clamp-css-color-matrix.fs: Removed.
1019 * css3/filters/resources/custom-filter-parser.js: Removed.
1020 * css3/filters/resources/fragment-color.fs: Removed.
1021 * css3/filters/resources/fragment-colors.fs: Removed.
1022 * css3/filters/resources/fragment-matN.fs: Removed.
1023 * css3/filters/resources/grayscale-color-matrix.fs: Removed.
1024 * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs: Removed.
1025 * css3/filters/resources/invalid-custom-attribute.vs: Removed.
1026 * css3/filters/resources/invalid-shader.vs: Removed.
1027 * css3/filters/resources/invalid-type-a-mesh-coord.vs: Removed.
1028 * css3/filters/resources/invalid-type-a-position.vs: Removed.
1029 * css3/filters/resources/invalid-type-a-tex-coord.vs: Removed.
1030 * css3/filters/resources/invalid-type-a-triangle-coord.vs: Removed.
1031 * css3/filters/resources/invalid-type-attribute-array.vs: Removed.
1032 * css3/filters/resources/invalid-type-u-mesh-box.fs: Removed.
1033 * css3/filters/resources/invalid-type-u-mesh-size.fs: Removed.
1034 * css3/filters/resources/invalid-type-u-projection-matrix.fs: Removed.
1035 * css3/filters/resources/invalid-type-u-texture-size.fs: Removed.
1036 * css3/filters/resources/invalid-type-u-tile-size.fs: Removed.
1037 * css3/filters/resources/invalid-type-uniform-array.fs: Removed.
1038 * css3/filters/resources/mix-color.fs: Removed.
1039 * css3/filters/resources/pass-tex-coord.vs: Removed.
1040 * css3/filters/resources/sample-defined-css-u-texture-mix.fs: Removed.
1041 * css3/filters/resources/sample-defined-css-u-texture.fs: Removed.
1042 * css3/filters/resources/sample-u-texture-mix.fs: Removed.
1043 * css3/filters/resources/sample-u-texture.fs: Removed.
1044 * css3/filters/resources/sample-undefined-css-u-texture-mix.fs: Removed.
1045 * css3/filters/resources/sample-undefined-css-u-texture.fs: Removed.
1046 * css3/filters/resources/u-mesh-box-is-unit-square.fs: Removed.
1047 * css3/filters/resources/u-mesh-size.fs: Removed.
1048 * css3/filters/resources/u-texture-size.fs: Removed.
1049 * css3/filters/resources/u-tile-size.fs: Removed.
1050 * css3/filters/resources/unavailable-varying.fs: Removed.
1051 * css3/filters/resources/varying-mix-color.fs: Removed.
1052 * css3/filters/resources/vertex-explode-detached.vs: Removed.
1053 * css3/filters/resources/vertex-horizontal-offset.vs: Removed.
1054 * css3/filters/resources/vertex-offset-parameters.vs: Removed.
1055 * css3/filters/resources/vertex-offset.vs: Removed.
1056 * css3/filters/resources/vertex-rotate.vs: Removed.
1057 * css3/filters/resources/vertex-transform-parameter.vs: Removed.
1058 * css3/filters/script-tests/custom-filter-mix-bindings.js: Removed.
1059 * css3/filters/script-tests/custom-filter-parsing-common.js: Removed.
1060 * css3/filters/script-tests/custom-filter-property-computed-style.js: Removed.
1061 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js: Removed.
1062 * css3/filters/script-tests/custom-filter-property-parsing.js: Removed.
1063 * css3/filters/script-tests/effect-custom-disabled.js: Removed.
1064 * js/dom/global-constructors-attributes-expected.txt:
1065 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
1066 * platform/mac-wk2/TestExpectations:
1067 * platform/mac/TestExpectations:
1068 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
1069 * platform/win/TestExpectations:
1070 * platform/wincairo/TestExpectations:
1072 2014-01-22 Jon Honeycutt <jhoneycutt@apple.com>
1074 REGRESSION(r161967): Crash in WebCore::CachedSVGDocumentReference::load
1075 <https://webkit.org/b/127151>
1076 <rdar://problem/15840760>
1078 Reviewed by Dirk Schulze.
1080 * css3/filters/crash-filter-animation-invalid-url-expected.txt: Added.
1081 * css3/filters/crash-filter-animation-invalid-url.html: Added.
1082 * css3/filters/crash-invalid-url-expected.txt: Added.
1083 * css3/filters/crash-invalid-url.html: Added.
1085 2014-01-23 Alexey Proskuryakov <ap@apple.com>
1087 svg/animations/smil-syncbase-self-dependency.svg is very flaky
1089 This is a newly landed test for <https://bugs.webkit.org/show_bug.cgi?id=108184>
1090 that wasn't actually testing for what the bug fixed. The plan is to add a better
1091 test soon, so deleting this one.
1093 * svg/animations/smil-syncbase-self-dependency-expected.txt: Removed.
1094 * svg/animations/smil-syncbase-self-dependency.svg: Removed.
1096 2014-01-23 Carlos Alberto Lopez Perez <clopez@igalia.com>
1098 Unreviewed GTK gardening.
1100 Remove failure/timeout expectations for the following passed tests:
1102 * platform/gtk/TestExpectations:
1103 http/tests/navigation/redirect-to-random-url-versus-memory-cache.html
1105 * platform/gtk-wk2/TestExpectations:
1106 http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html
1107 accessibility/multiselect-list-reports-active-option.html
1109 2014-01-23 Daniel Bates <dabates@apple.com>
1111 [Win] Mark test mathml/presentation/maction-toggle.html as failing in TestExpectation
1113 For now, mark the test mathml/presentation/maction-toggle.html as failing. See
1114 <https://bugs.webkit.org/show_bug.cgi?id=127495> for more details.
1116 * platform/win/TestExpectations:
1118 2014-01-23 Daniel Bates <dabates@apple.com>
1120 [Win] Mark test js/dom/date-big-constructor.html as failing and add Windows expected result
1122 Mark the test js/dom/date-big-constructor.html as failing while we investigate
1123 regression in <https://bugs.webkit.org/show_bug.cgi?id=127492>. Also add Windows expected
1124 result for test fast/css/relative-position-replaced-in-table-display-crash.html as the test
1125 passes but differs in whitespace. We'll investigate this whitespace difference in
1126 <https://bugs.webkit.org/show_bug.cgi?id=127479>.
1128 * platform/win/TestExpectations:
1129 * platform/win/fast/css/relative-position-replaced-in-table-display-crash-expected.txt: Added.
1131 2014-01-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1133 Unreviewed EFL gardening
1135 Add test expectations for failing tests.
1137 * platform/efl/TestExpectations:
1139 2014-01-23 Daniel Bates <dabates@apple.com>
1141 [Win] Update expected result for test svg/W3C-SVG-1.1/paths-data-03-f.html
1143 The expected result for the test test svg/W3C-SVG-1.1/paths-data-03-f.html on Windows
1144 shows a progression towards matching the Mac expected result. Currently, there are many
1145 numerical differences between the expected results for these platforms, described within
1146 three diff chunks. After this commit there will be a single numerical difference (described
1147 in one diff chunk) between the Mac and Windows results. See <https://bugs.webkit.org/show_bug.cgi?id=127490>
1150 * platform/win/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1152 2014-01-23 Daniel Bates <dabates@apple.com>
1154 [Win] Mark some tests as failing in TestExpectations
1156 Mark test fast/dom/gc-attribute-node.html as failing (see http://webkit.org/b/127480).
1157 Also mark the following Windows-only tests as failing (see http://webkit.org/b/127485):
1159 platform/win/accessibility/option-element-selection-and-focus-events.html
1160 platform/win/accessibility/parent-element.html
1161 platform/win/accessibility/select-element-valuechange-event.html
1163 * platform/win/TestExpectations:
1165 2014-01-23 Csaba Osztrogonác <ossy@webkit.org>
1167 [EFL] Unreviewed gardening
1169 * platform/efl-wk2/TestExpectations: Skip failing tests only on WK2.
1170 * platform/efl/TestExpectations: Unskip now passing tests on WK1.
1172 2014-01-23 Daniel Bates <dabates@apple.com>
1174 [Win] Remove Windows-specific result for test fast/css-generated-content/table-row-group-to-inline.html
1176 As of the time of writing, the Windows expected results for test fast/css-generated-content/table-row-group-to-inline.html
1177 are identical to the results on Mac.
1179 * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Removed.
1181 2014-01-23 Krzysztof Wolanski <k.wolanski@samsung.com>
1183 [EFL] Updated test expectations for failing tests
1184 https://bugs.webkit.org/show_bug.cgi?id=127478
1186 Unreviewed EFL gardening
1188 * platform/efl/TestExpectations:
1189 * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
1190 Removed incorrect test expectation for css2.1/t1604-c542-letter-sp-00-b-a.html
1191 * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
1194 2014-01-23 Daniel Bates <dabates@apple.com>
1196 [Win] Whitespace differences in test results for fast/{css, dom, forms, multicolor, ruinin}
1197 https://bugs.webkit.org/show_bug.cgi?id=127479
1199 Add Windows-specific expected results for some tests that PASS, but differ in whitespace
1200 in their output. We should further investigate such whitespace differences.
1202 * platform/win/fast/css/first-letter-block-form-controls-crash-expected.txt: Added.
1203 * platform/win/fast/dom/adopt-node-crash-2-expected.txt: Added.
1204 * platform/win/fast/forms/access-key-for-all-elements-expected.txt: Added.
1205 * platform/win/fast/forms/form-associated-element-crash3-expected.txt: Added.
1206 * platform/win/fast/multicol/renderer-positioned-assert-crash-expected.txt: Added.
1207 * platform/win/fast/runin/nonblock-runin-expected.txt: Added.
1209 2014-01-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1211 Unreviewed EFL gardening
1213 Update test expectations for failing or crashing http/tests/websocket/tests/hybi tests.
1215 * platform/efl-wk1/TestExpectations:
1216 * platform/efl-wk2/TestExpectations:
1217 * platform/efl/TestExpectations:
1219 2014-01-23 Mihai Maerean <mmaerean@adobe.com>
1221 [CSS Regions] Fix positioning composited layers when the region has overflow:hidden
1222 https://bugs.webkit.org/show_bug.cgi?id=124042
1224 Reviewed by Mihnea Ovidenie.
1226 * compositing/regions/position-layer-inside-region-overflow-hidden.html: Added.
1227 * compositing/regions/position-layer-inside-region-overflow-hidden-expected.html: Added.
1228 * compositing/regions/position-layer-inside-overflow-hidden.html: Added.
1229 * compositing/regions/position-layer-inside-overflow-hidden-expected.html: Added.
1230 * compositing/regions/position-layers-inside-region-overflow-hidden.html: Added.
1231 * compositing/regions/position-layers-inside-region-overflow-hidden-expected.html: Added.
1232 * compositing/regions/position-layers-inside-regions-overflow-hidden.html: Added.
1233 * compositing/regions/position-layers-inside-regions-overflow-hidden-expected.html: Added.
1235 2014-01-23 Csaba Osztrogonác <ossy@webkit.org>
1237 Unreviewed gardening.
1239 Move fast/harness/sample-fail-mismatch-reftest.html to the platform
1240 independent TestExpectations, since all ports skip it as expected.
1243 * platform/efl/TestExpectations:
1244 * platform/gtk/TestExpectations:
1245 * platform/mac/TestExpectations:
1246 * platform/win/TestExpectations:
1247 * platform/wincairo/TestExpectations:
1249 2014-01-23 László Langó <llango.u-szeged@partner.samsung.com>
1251 Range should be constructable.
1252 https://bugs.webkit.org/show_bug.cgi?id=115639
1254 Reviewed by Ryosuke Niwa.
1256 * fast/dom/Range/range-constructor-expected.txt: Added.
1257 * fast/dom/Range/range-constructor.html: Added.
1258 * fast/dom/dom-constructors-expected.txt:
1259 * fast/dom/dom-constructors.html:
1261 2014-01-22 Jinwoo Song <jinwoo7.song@samsung.com>
1263 Unreviewed EFL gardening after r162553.
1265 * platform/efl/css1/box_properties/padding-expected.txt:
1266 * platform/efl/css1/box_properties/padding_top-expected.txt:
1267 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
1268 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1269 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
1270 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1271 * platform/efl/fast/css/empty-pseudo-class-expected.txt:
1272 * platform/efl/fast/css/fieldset-display-row-expected.txt:
1273 * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
1274 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
1275 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
1276 * platform/efl/fast/repaint/reflection-redraw-expected.txt:
1277 * platform/efl/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
1278 * platform/efl/fast/table/multiple-captions-display-expected.txt:
1279 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
1280 * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
1281 * platform/efl/tables/mozilla/other/body_col-expected.txt:
1282 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
1283 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
1284 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
1285 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
1287 2014-01-22 Myles C. Maxfield <mmaxfield@apple.com>
1289 ASSERTION FAILED: v.isFixed() in WebCore::RenderStyle::setWordSpacing
1290 https://bugs.webkit.org/show_bug.cgi?id=126987
1292 Reviewed by Simon Fraser.
1294 When "inherit" is specified and there is no parent, Length values have an "Auto" type
1296 * fast/css3-text/css3-word-spacing-percentage/word-spacing-crash-expected.txt: Added.
1297 * fast/css3-text/css3-word-spacing-percentage/word-spacing-crash.html: Added.
1299 2014-01-22 Samuel White <samuel_white@apple.com>
1301 AX: Can't always increment web sliders.
1302 https://bugs.webkit.org/show_bug.cgi?id=127451
1304 Reviewed by Chris Fleizach.
1306 Adding range-alter-by-percent.html to compliment the existing range-alter-by-step.html test.
1308 * accessibility/range-alter-by-percent-expected.txt: Added.
1309 * accessibility/range-alter-by-percent.html: Added.
1311 2014-01-22 Chris Fleizach <cfleizach@apple.com>
1313 AX: WebKit concatenates name of all toolbar buttons in the apple.com video player
1314 https://bugs.webkit.org/show_bug.cgi?id=126914
1316 Reviewed by Mario Sanchez Prada.
1318 * accessibility/focusable-div-expected.txt:
1319 * accessibility/focusable-div.html:
1321 2014-01-22 Dean Jackson <dino@apple.com>
1323 Implement ANGLE_instanced_arrays
1324 https://bugs.webkit.org/show_bug.cgi?id=127257
1326 Reviewed by Brent Fulgham.
1328 Copied a slightly modified version of the Khronos instanced
1329 arrays test (mostly modified due to the fact this comes from
1330 an in-progress update to the test suite).
1332 * fast/canvas/webgl/angle-instanced-arrays-expected.txt: Added.
1333 * fast/canvas/webgl/angle-instanced-arrays.html: Added.
1334 * fast/canvas/webgl/resources/webgl-test-utils.js:
1335 (WebGLTestUtils): Added some new functions that were missing, and
1336 some output to a checkColor test.
1337 * platform/efl/TestExpectations: Skip this for EFL.
1338 * platform/mac-mountainlion/fast/canvas/webgl/angle-instanced-arrays-expected.txt: Not
1339 supported on Mountain Lion.
1341 2014-01-22 Zalan Bujtas <zalan@apple.com>
1343 Unreviewed Apple Windows port gardering after r162553.
1345 * platform/win/fast/repaint/reflection-redraw-expected.txt: Added.
1346 * platform/win/fast/table/dynamic-caption-add-remove-before-child-expected.txt: Added.
1347 * platform/win/fast/table/multiple-captions-display-expected.txt: Added.
1348 * platform/win/tables/mozilla/marvin/body_col-a-expected.txt: Added.
1349 * platform/win/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: Added.
1350 * platform/win/tables/mozilla/other/body_col-expected.txt: Added.
1352 2014-01-22 Zalan Bujtas <zalan@apple.com>
1354 [CSS Shapes] shape-inside rectangle layout can fail
1355 https://bugs.webkit.org/show_bug.cgi?id=124784
1357 Reviewed by Darin Adler.
1359 Early subpixel rounding/flooring/ceiling can have unwanted
1360 side effect on the final pixel value. Delay pixel
1361 conversions as much as possible.
1363 Existing test is changed to reflect subpixel functionality.
1365 * fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.html:
1366 * platform/mac/TestExpectations:
1367 * platform/win/TestExpectations:
1369 2014-01-22 Zalan Bujtas <zalan@apple.com>
1371 Subpixel Layout: SimpleLineLayout needs more position rounding to match InlineFlowBox layout.
1372 https://bugs.webkit.org/show_bug.cgi?id=127404
1374 Reviewed by Antti Koivisto.
1376 In order to produce a CSS pixel perfect layout, SimpleLineLayout needs to
1377 round line positions to CSS (integral) position similarly to InlineFlowBox.
1379 * platform/mac/css1/box_properties/padding-expected.txt:
1380 * platform/mac/css1/box_properties/padding_top-expected.txt:
1381 * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
1382 * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1383 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
1384 * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1385 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
1386 * platform/mac/fast/css/fieldset-display-row-expected.txt:
1387 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
1388 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
1389 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
1390 * platform/mac/fast/repaint/reflection-redraw-expected.txt:
1391 * platform/mac/fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.png: Removed.
1392 * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
1393 * platform/mac/fast/table/multiple-captions-display-expected.txt:
1394 * platform/mac/tables/mozilla/marvin/body_col-expected.txt:
1395 * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
1396 * platform/mac/tables/mozilla/other/body_col-expected.txt:
1397 * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
1398 * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
1399 * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
1400 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
1402 2014-01-22 Alexey Proskuryakov <ap@apple.com>
1404 REGRESSION: fast/js/dfg-* typed array tests frequently time out on debug bots
1405 https://bugs.webkit.org/show_bug.cgi?id=126166
1407 Rubber-stamped by Filip Pizlo.
1409 * TestExpectations: Skipped these tests in debug builds.
1411 2014-01-22 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1413 Unreviewed EFL gardening
1415 Add some http/tests/websocket/tests/hybi tests to skipped list as they crash
1416 generating thousands lines of error messages.
1418 * platform/efl/TestExpectations:
1420 2014-01-22 Mihai Tica <mitica@adobe.com>
1422 [CSS Background Blending] -webkit-background-blend-mode fails for certain SVG files
1423 https://bugs.webkit.org/show_bug.cgi?id=127350
1425 Reviewed by Dirk Schulze.
1427 * css3/compositing/background-blend-mode-svg-expected.html: Added.
1428 * css3/compositing/background-blend-mode-svg.html: Added.
1430 2014-01-22 Antti Koivisto <antti@apple.com>
1432 Update overlay scrollbars in single pass
1433 https://bugs.webkit.org/show_bug.cgi?id=127289
1435 * platform/mac/accessibility/iframe-aria-hidden.html:
1437 Try to keep this non-flaky by forcing layout. Real fix would probably be in the
1438 accessibility test framework.
1440 2014-01-22 ChangSeok Oh <changseok.oh@collabora.com>
1442 Unreviewed GTK gardening
1444 Remove test expectations for passed tests.
1445 fast/parser/document-write-basic.html is marked crash but passed.
1446 fast/forms/select-live-pseudo-selectors.html is marked crash but passed.
1448 * platform/gtk-wk2/TestExpectations:
1450 2014-01-22 Alexey Proskuryakov <ap@apple.com>
1452 inspector-protocol/page/deny-X-FrameOption.html is very flaky
1453 https://bugs.webkit.org/show_bug.cgi?id=127414
1455 * inspector-protocol/page/deny-X-FrameOption.html: Speculative fix, don't manipulate
1456 a frame before onload, even if it's empty.
1458 2014-01-22 Mihnea Ovidenie <mihnea@adobe.com>
1460 [CSSRegions] Incorrect layout of a region pseudo children
1461 https://bugs.webkit.org/show_bug.cgi?id=126146
1463 Reviewed by David Hyatt.
1465 * fast/regions/collapse-anonymous-region-expected.html: Added.
1466 * fast/regions/collapse-anonymous-region.html: Added.
1468 2014-01-21 Ryuan Choi <ryuan.choi@samsung.com>
1470 Remove unused "acceleratedCompositingForScrollableFramesEnabled" setting
1471 https://bugs.webkit.org/show_bug.cgi?id=127402
1473 Reviewed by Anders Carlsson.
1475 * compositing/iframes/iframe-composited-scrolling.html:
1476 Removed acceleratedCompositingForScrollableFramesEnabled changes because
1477 it is dead code in WebCore side.
1479 2014-01-21 Zalan Bujtas <zalan@apple.com>
1481 Subpixel Layout: Off-by-one pixel text when multiple regions with different widths are present.
1482 https://bugs.webkit.org/show_bug.cgi?id=127212
1484 Reviewed by Simon Fraser.
1486 Subpixel values accumulate differently when computing the text position inside a 300px wide div
1487 vs. multiple 'flow into' regions with 300px, 400px widths. They are both correct. Blink
1488 also addressed it by adjusting the test content.
1490 * fast/regions/overflow-moving-below-floats-in-variable-width-regions.html:
1491 * platform/mac/TestExpectations:
1493 2014-01-21 László Langó <llango.u-szeged@partner.samsung.com>
1495 Assertion failure in Range::nodeWillBeRemoved
1496 https://bugs.webkit.org/show_bug.cgi?id=121694
1498 Reviewed by Ryosuke Niwa.
1500 * fast/dom/Range/remove-twice-crash-expected.txt: Added.
1501 * fast/dom/Range/remove-twice-crash.html: Added.
1503 2014-01-21 Alexey Proskuryakov <ap@apple.com>
1505 AX: Mac: Expose the visible text of a password field to AX
1506 https://bugs.webkit.org/show_bug.cgi?id=127353
1508 Test landed with this fix was filing everywhere, trying to fix it.
1510 * accessibility/password-field-value.html: Fix paths in the test, and clean it up a little.
1512 2014-01-21 Bear Travis <betravis@adobe.com>
1514 [CSS Shapes] Preserve box-shape order when serializing shape values
1515 https://bugs.webkit.org/show_bug.cgi?id=127200
1517 Reviewed by Dirk Schulze.
1519 Modify the expectations for box shape pairs, preserving the order of
1520 the arguments in non-computed values. Computed values are still a
1521 shape followed by a box.
1523 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
1524 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
1525 * fast/shapes/parsing/parsing-test-utils.js:
1527 2014-01-21 Alexey Proskuryakov <ap@apple.com>
1529 platform/mac/accessibility/iframe-aria-hidden.html is flaky
1530 https://bugs.webkit.org/show_bug.cgi?id=127323
1532 Reviewed by Chris Fleizach.
1534 This test got de-flaked on bots by rolling out r162354. But there was still
1535 a potential race in it, which this change fixes.
1537 * platform/mac-wk2/TestExpectations: Removed expectation.
1539 * platform/mac/accessibility/iframe-aria-hidden.html: Run the test in onload, as
1540 frames load asynchronously.
1542 2014-01-21 Chris Fleizach <cfleizach@apple.com>
1544 AX: Mac: Expose the visible text of a password field to AX
1545 https://bugs.webkit.org/show_bug.cgi?id=127353
1547 Reviewed by Brent Fulgham.
1549 * accessibility/password-field-value-expected.txt: Added.
1550 * accessibility/password-field-value.html: Added.
1552 2014-01-21 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1554 ASSERT(time.isFinite()) in SVGSMILElement::createInstanceTimesFromSyncbase
1555 <https://webkit.org/b/108184>
1557 Reviewed by Philip Rogers.
1559 Test checks whether valid self-dependency is accidentally broken.
1561 * svg/animations/smil-syncbase-self-dependency-expected.txt: Added.
1562 * svg/animations/smil-syncbase-self-dependency.svg: Added.
1564 2014-01-20 Myles C. Maxfield <mmaxfield@apple.com>
1566 Test that text-decoration-skip: ink inherits as expected
1567 https://bugs.webkit.org/show_bug.cgi?id=127329
1569 Reviewed by Dean Jackson.
1571 Adding a test for text-decoration-skip: ink inheriting
1573 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html: Added.
1574 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html: Added.
1576 2014-01-21 Eric Carlson <eric.carlson@apple.com>
1578 Add ‎ ‏ and to WebVTT parser
1579 https://bugs.webkit.org/show_bug.cgi?id=85112
1581 Reviewed by Jer Noble.
1583 * media/track/captions-webvtt/tc022-entities.vtt:
1584 * media/track/track-webvtt-tc022-entities-expected.txt:
1585 * media/track/track-webvtt-tc022-entities.html:
1587 2014-01-21 Mihai Tica <mitica@adobe.com>
1589 If you set a tiled cross-faded-image or a tiled gradient as
1590 a background layer, -webkit-background-blend-mode doesn't work.
1591 https://bugs.webkit.org/show_bug.cgi?id=126888
1593 Reviewed by Dirk Schulze.
1595 * css3/compositing/background-blend-mode-tiled-layers-expected.html: Added.
1596 * css3/compositing/background-blend-mode-tiled-layers.html: Added.
1597 * platform/efl/TestExpectations: Skip test for efl, blendModes are not implemented.
1598 * platform/mac/TestExpectations: Mark added test as ImageOnlyFailure due to slight differences between the actual result and the blending formula.
1600 2014-01-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1602 Fix SVG animations which set rx or ry attributes
1603 https://bugs.webkit.org/show_bug.cgi?id=127337
1605 Reviewed by Dirk Schulze.
1607 Merged from Blink: https://src.chromium.org/viewvc/blink?revision=152376&view=revision
1609 * svg/stroke/animated-non-scaling-rxry-expected.html: Added.
1610 * svg/stroke/animated-non-scaling-rxry.html: Added.
1612 2014-01-21 Krzysztof Czech <k.czech@samsung.com>
1614 [ATK] Expose aria-flowto through ATK_RELATION_FLOWS_TO
1615 https://bugs.webkit.org/show_bug.cgi?id=127291
1617 Reviewed by Mario Sanchez Prada.
1619 Share aria-flowto.html with other ports. It passes on GTK and EFL.
1621 * accessibility/aria-flowto-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-flowto-expected.txt.
1622 * accessibility/aria-flowto.html: Renamed from LayoutTests/platform/mac/accessibility/aria-flowto.html.
1624 2014-01-20 Zalan Bujtas <zalan@apple.com>
1626 Change image failures from [ Failure ] to [ ImageOnlyFailure ] where needed.
1628 * platform/mac/TestExpectations:
1629 * platform/win/TestExpectations:
1631 2014-01-20 Zalan Bujtas <zalan@apple.com>
1633 Add missing expectations to subpixel failures.
1635 * platform/mac/TestExpectations:
1637 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1639 platform/mac/accessibility/iframe-aria-hidden.html is flaky
1640 https://bugs.webkit.org/show_bug.cgi?id=127323
1642 * platform/mac-wk2/TestExpectations: Marked as such.
1644 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1646 Fix an erroneous paste in TestExpectations.
1648 * platform/mac-wk2/TestExpectations:
1650 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1652 svg/dom/SVGPolygonElement-baseVal-list-removal-crash.html is flaky
1653 https://bugs.webkit.org/show_bug.cgi?id=127316
1655 * platform/mac-wk2/TestExpectations: Marked as such.
1657 2014-01-20 Zalan Bujtas <zalan@apple.com>
1659 Subpixel layout: 100000px overflows while calculating layout positions.
1660 https://bugs.webkit.org/show_bug.cgi?id=126896
1662 Reviewed by Simon Fraser.
1664 Test case is adjusted to subpixel layout.
1666 * fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
1667 * platform/efl/TestExpectations:
1668 * platform/gtk/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Removed.
1669 * platform/mac/TestExpectations:
1671 2014-01-20 Alexey Proskuryakov <ap@apple.com>
1673 svg/filters/feComponentTransfer-style-crash.xhtml is flaky
1674 https://bugs.webkit.org/show_bug.cgi?id=127310
1676 * platform/mac/TestExpectations: Marked it as such.
1678 2014-01-20 Morten Stenshorne <mstensho@opera.com>
1680 Region based multicol: support explicit column breaks
1681 https://bugs.webkit.org/show_bug.cgi?id=123993
1683 Reviewed by David Hyatt.
1685 * fast/multicol/newmulticol/break-after-expected.html: Added.
1686 * fast/multicol/newmulticol/break-after.html: Added.
1687 * fast/multicol/newmulticol/break-before-expected.html: Added.
1688 * fast/multicol/newmulticol/break-before.html: Added.
1689 * fast/multicol/newmulticol/breaks-2-columns-3-expected.html: Added.
1690 * fast/multicol/newmulticol/breaks-2-columns-3-no-balancing-expected.html: Added.
1691 * fast/multicol/newmulticol/breaks-2-columns-3-no-balancing.html: Added.
1692 * fast/multicol/newmulticol/breaks-2-columns-3.html: Added.
1693 * fast/multicol/newmulticol/breaks-3-columns-3-expected.html: Added.
1694 * fast/multicol/newmulticol/breaks-3-columns-3.html: Added.
1695 * fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html: Added.
1696 * fast/multicol/newmulticol/fixed-height-fill-balance-2.html: Added.
1698 2014-01-20 Eric Carlson <eric.carlson@apple.com>
1700 Allow MediaSessionManager to restrict 'preload' behavior
1701 https://bugs.webkit.org/show_bug.cgi?id=127297
1703 Reviewed by Jer Noble.
1705 * media/video-restricted-no-preload-auto-expected.txt: Added.
1706 * media/video-restricted-no-preload-auto.html: Added.
1707 * media/video-restricted-no-preload-metadata-expected.txt: Added.
1708 * media/video-restricted-no-preload-metadata.html: Added.
1710 2014-01-20 Mihai Tica <mitica@adobe.com>
1712 Fix test expectations for css3/compositing/background-blend-mode-data-uri-svg-image.html
1713 https://bugs.webkit.org/show_bug.cgi?id=127298
1715 Reviewed by Mihnea Ovidenie.
1717 * platform/efl/TestExpectations:
1718 * platform/mac/TestExpectations:
1720 2014-01-20 Mihai Tica <mitica@adobe.com>
1723 [CSS Background Blending] Background layer with -webkit-cross-fade doesn't blend
1724 when having -webkit-background-blending applied. Tests now use SVG rects, instead
1727 https://bugs.webkit.org/show_bug.cgi?id=126887
1728 Reviewed by Dirk Schulze.
1730 * css3/compositing/background-blend-mode-crossfade-image-expected.html:
1731 * css3/compositing/background-blend-mode-crossfade-image.html:
1732 * platform/efl/TestExpectations: Pass efl as blendMode is not implemented.
1733 * platform/mac/TestExpectations: Mark added test as ImageOnlyFailure due to slight differences between the result and the blending formula.
1735 2014-01-16 Sergio Villar Senin <svillar@igalia.com>
1737 [CSS Grid Layout] Simplify grid-columns-rows-get-set{-multiple}.html tests
1738 https://bugs.webkit.org/show_bug.cgi?id=127055
1740 Reviewed by Andreas Kling.
1742 The testing code was refactored in 4 new functions that allow us
1743 to write each test case in a single line significantly reducing
1744 the amount of boilerplate and improving maintenance.
1746 * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
1747 * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
1748 * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
1749 * fast/css-grid-layout/grid-columns-rows-get-set.html:
1750 * fast/css-grid-layout/named-grid-line-get-set-expected.txt:
1751 * fast/css-grid-layout/named-grid-line-get-set.html:
1752 * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
1755 * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
1756 * fast/css-grid-layout/resources/grid-definitions-parsing-utils.js: Added.
1757 (testGridDefinitionsValues):
1758 (testGridDefinitionsSetJSValues):
1759 (testNonGridDefinitionsSetJSValues):
1760 (checkGridDefinitionsSetJSValues): Helper function for testGridDefinitions*.
1761 (testGridDefinitionsSetBadJSValues):
1763 2013-11-22 Sergio Villar Senin <svillar@igalia.com>
1765 Null-pointer dereference in WebCore::CSSValue::isPrimitiveValue
1766 https://bugs.webkit.org/show_bug.cgi?id=124769
1768 Reviewed by Andreas Kling.
1770 Checks that invalid position declarations (like skiping the comma
1771 separator) do not make the engine crash.
1773 * fast/gradients/crash-on-no-position-separator-expected.txt: Added.
1774 * fast/gradients/crash-on-no-position-separator.html: Added.
1776 2014-01-20 Mihai Tica <mitica@adobe.com>
1778 Background-blend-mode doesn't work for an element with an
1779 SVG image as background and border-style or padding set.
1780 Tests now use rectangles instead of circles for SVGs.
1781 https://bugs.webkit.org/show_bug.cgi?id=118894
1783 Reviewed by Dirk Schulze.
1785 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html:
1786 * css3/compositing/background-blend-mode-data-uri-svg-image.html:
1787 * platform/efl/TestExpectations: pass tests for efl, blendMode is not implemented.
1788 * platform/mac/TestExpectations: marking test as ImageOnlyFailure due to slight pixel inconsistencies between the result and the formula.
1790 2014-01-20 Zalan Bujtas <zalan@apple.com>
1792 Subpixel layout: setSimpleLineLayoutEnabled() produces different layout when line position has CSS px fractions.
1793 https://bugs.webkit.org/show_bug.cgi?id=126892
1795 Reviewed by Antti Koivisto.
1797 SimpleLineLayout needs to copy normal linebox layout's subpixel rounding strategy to produce
1800 * platform/mac/TestExpectations: Unskipping some SimpleLineLayout tests.
1802 2014-01-20 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1804 Unreviewed EFL gardening
1806 Add test expectations for failing tests.
1808 * platform/efl-wk2/TestExpectations:
1809 * platform/efl/TestExpectations:
1811 2014-01-20 Gurpreet Kaur <k.gurpreet@samsung.com>
1813 Col width is not honored when dynamically updated and it would make table narrower
1814 https://bugs.webkit.org/show_bug.cgi?id=104711
1816 Reviewed by Antti Koivisto.
1818 * fast/dom/HTMLTableColElement/resize-table-width-using-col-width-expected.txt: Added.
1819 * fast/dom/HTMLTableColElement/resize-table-width-using-col-width.html: Added.
1820 Added new test case to verify that table cell width decreases by
1821 decreasing the colgroup width.
1823 2014-01-20 Zan Dobersek <zdobersek@igalia.com>
1825 Unreviewed GTK gardening.
1827 Marked media/audio-concurrent-supported.html as flaky.
1828 Marked js/dom/string-replacement-outofmemory.html as slow on the release configuration as well.
1830 * platform/gtk/TestExpectations:
1832 2014-01-20 Morten Stenshorne <mstensho@opera.com>
1834 Region based multicol: tall line causes taller multicol container than necessary
1835 https://bugs.webkit.org/show_bug.cgi?id=122550
1837 Reviewed by David Hyatt.
1839 * fast/multicol/newmulticol/balance10-expected.txt: Added.
1840 * fast/multicol/newmulticol/balance10.html: Added.
1842 2014-01-19 Zalan Bujtas <zalan@apple.com>
1844 Unreviewed Apple Windows port gardering.
1846 A few more missing newlines.
1848 * platform/win/svg/batik/masking/maskRegions-expected.txt:
1849 * platform/win/svg/batik/text/textPosition-expected.txt:
1851 2014-01-18 Zalan Bujtas <zalan@apple.com>
1853 Unreviewed Apple Windows port gardering.
1855 Add missing newlines.
1857 * platform/win/css1/box_properties/margin_right-expected.txt:
1858 * platform/win/css1/box_properties/padding-expected.txt:
1859 * platform/win/css1/box_properties/padding_left-expected.txt:
1860 * platform/win/css1/box_properties/padding_right-expected.txt:
1861 * platform/win/css1/box_properties/padding_top-expected.txt:
1862 * platform/win/css1/font_properties/font-expected.txt:
1863 * platform/win/css1/formatting_model/vertical_formatting-expected.txt:
1864 * platform/win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1865 * platform/win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
1866 * platform/win/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
1867 * platform/win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
1868 * platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1869 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1870 * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
1871 * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
1872 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
1873 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
1874 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
1875 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
1876 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
1877 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
1878 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
1879 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
1880 * platform/win/fast/borders/bidi-012-expected.txt:
1881 * platform/win/fast/css/empty-pseudo-class-expected.txt:
1882 * platform/win/fast/css/fieldset-display-row-expected.txt:
1883 * platform/win/fast/css/first-child-pseudo-class-expected.txt:
1884 * platform/win/fast/css/last-child-pseudo-class-expected.txt:
1885 * platform/win/fast/css/only-child-pseudo-class-expected.txt:
1886 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
1887 * platform/win/fast/inline/inline-box-background-expected.txt:
1888 * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
1889 * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
1890 * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
1891 * platform/win/fast/lists/003-vertical-expected.txt:
1892 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1893 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1894 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1895 * platform/win/svg/batik/filters/feTile-expected.txt:
1896 * platform/win/svg/batik/masking/maskRegions-expected.txt:
1897 * platform/win/svg/batik/paints/gradientLimit-expected.txt:
1898 * platform/win/svg/batik/text/textDecoration-expected.txt:
1899 * platform/win/svg/batik/text/textEffect-expected.txt:
1900 * platform/win/svg/batik/text/textLength-expected.txt:
1901 * platform/win/svg/batik/text/textPosition-expected.txt:
1902 * platform/win/svg/batik/text/verticalText-expected.txt:
1903 * platform/win/transforms/2d/hindi-rotated-expected.txt:
1905 2014-01-18 Zalan Bujtas <zalan@apple.com>
1907 Unreviewed Apple Windows port gardering.
1909 Rebaseline subpixel layout results.
1911 * platform/win/TestExpectations:
1912 * platform/win/css1/box_properties/margin_right-expected.txt: Added.
1913 * platform/win/css1/box_properties/padding-expected.txt: Added.
1914 * platform/win/css1/box_properties/padding_left-expected.txt: Added.
1915 * platform/win/css1/box_properties/padding_right-expected.txt: Added.
1916 * platform/win/css1/box_properties/padding_top-expected.txt: Added.
1917 * platform/win/css1/font_properties/font-expected.txt:
1918 * platform/win/css1/formatting_model/vertical_formatting-expected.txt: Added.
1919 * platform/win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
1920 * platform/win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Added.
1921 * platform/win/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Added.
1922 * platform/win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Added.
1923 * platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Added.
1924 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1925 * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
1926 * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
1927 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
1928 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
1929 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
1930 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
1931 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
1932 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
1933 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
1934 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
1935 * platform/win/fast/borders/bidi-012-expected.txt:
1936 * platform/win/fast/css/empty-pseudo-class-expected.txt: Added.
1937 * platform/win/fast/css/fieldset-display-row-expected.txt: Added.
1938 * platform/win/fast/css/first-child-pseudo-class-expected.txt: Added.
1939 * platform/win/fast/css/last-child-pseudo-class-expected.txt: Added.
1940 * platform/win/fast/css/only-child-pseudo-class-expected.txt: Added.
1941 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
1942 * platform/win/fast/forms/range/slider-mouse-events-expected.txt:
1943 * platform/win/fast/inline/inline-box-background-expected.txt:
1944 * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
1945 * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
1946 * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
1947 * platform/win/fast/lists/003-vertical-expected.txt:
1948 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1949 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1950 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1951 * platform/win/svg/batik/filters/feTile-expected.txt: Added.
1952 * platform/win/svg/batik/masking/maskRegions-expected.txt: Added.
1953 * platform/win/svg/batik/paints/gradientLimit-expected.txt:
1954 * platform/win/svg/batik/text/textDecoration-expected.txt: Added.
1955 * platform/win/svg/batik/text/textEffect-expected.txt: Added.
1956 * platform/win/svg/batik/text/textLength-expected.txt: Added.
1957 * platform/win/svg/batik/text/textPosition-expected.txt: Added.
1958 * platform/win/svg/batik/text/verticalText-expected.txt: Added.
1959 * platform/win/transforms/2d/hindi-rotated-expected.txt:
1961 2014-01-18 Zalan Bujtas <zalan@apple.com>
1963 Subpixel layout: IntRect::infiniteRect() overflows when subpixel layout is enabled.
1964 https://bugs.webkit.org/show_bug.cgi?id=126899
1966 Reviewed by Tim Horton.
1968 Use LayoutUnits when setting the infinite values on IntRect::infiniteRect() to ensure
1969 it won't overflow later when the IntRect gets converted to LayoutRect.
1971 * platform/mac/TestExpectations: Unskipping svg test (failed with subpixel on)
1973 2014-01-18 Anders Carlsson <andersca@apple.com>
1975 Remove support for the viewsource attribute
1976 https://bugs.webkit.org/show_bug.cgi?id=127232
1978 Reviewed by Andreas Kling.
1981 * fast/frames/resources/viewsource-fake-image-file.png: Removed.
1982 * fast/frames/resources/viewsource-frame-1.html: Removed.
1983 * fast/frames/resources/viewsource-frame-2.html: Removed.
1984 * fast/frames/resources/viewsource-frame-3.html: Removed.
1985 * fast/frames/resources/viewsource-frame-4.html: Removed.
1986 * fast/frames/resources/viewsource-frame-5.html: Removed.
1987 * fast/frames/resources/viewsource-frame-unfinished-script.html: Removed.
1988 * fast/frames/resources/viewsource-frame-unfinished-textarea.html: Removed.
1989 * fast/frames/viewsource-attribute.html: Removed.
1990 * fast/frames/viewsource-empty-attribute-value-expected.txt: Removed.
1991 * fast/frames/viewsource-empty-attribute-value.html: Removed.
1992 * fast/frames/viewsource-linebreak-expected.txt: Removed.
1993 * fast/frames/viewsource-linebreak.html: Removed.
1994 * fast/frames/viewsource-link-on-href-value-expected.txt: Removed.
1995 * fast/frames/viewsource-link-on-href-value.html: Removed.
1996 * fast/frames/viewsource-on-image-file.html: Removed.
1997 * fast/frames/viewsource-plain-text-tags-expected.txt: Removed.
1998 * fast/frames/viewsource-plain-text-tags.html: Removed.
1999 * fast/frames/viewsource-unfinished-tags-expected.txt: Removed.
2000 * fast/frames/viewsource-unfinished-tags.html: Removed.
2001 * fast/frames/viewsource-xml-expected.txt: Removed.
2002 * fast/frames/viewsource-xml.html: Removed.
2003 * http/tests/security/resources/view-source-no-refresh.php: Removed.
2004 * http/tests/security/view-source-javascript-url-in-document-expected.txt: Removed.
2005 * http/tests/security/view-source-javascript-url-in-document.html: Removed.
2006 * http/tests/security/view-source-no-javascript-url-expected.txt: Removed.
2007 * http/tests/security/view-source-no-javascript-url.html: Removed.
2008 * http/tests/security/view-source-no-refresh-expected.txt: Removed.
2009 * http/tests/security/view-source-no-refresh.html: Removed.
2010 * platform/efl/fast/frames/viewsource-attribute-expected.png: Removed.
2011 * platform/efl/fast/frames/viewsource-attribute-expected.txt: Removed.
2012 * platform/efl/fast/frames/viewsource-on-image-file-expected.png: Removed.
2013 * platform/efl/fast/frames/viewsource-on-image-file-expected.txt: Removed.
2014 * platform/mac/fast/frames/viewsource-attribute-expected.png: Removed.
2015 * platform/mac/fast/frames/viewsource-attribute-expected.txt: Removed.
2016 * platform/mac/fast/frames/viewsource-on-image-file-expected.png: Removed.
2017 * platform/mac/fast/frames/viewsource-on-image-file-expected.txt: Removed.
2018 * platform/win/TestExpectations:
2020 2014-01-18 Alexey Proskuryakov <ap@apple.com>
2022 media/video-size.html is flaky
2023 https://bugs.webkit.org/show_bug.cgi?id=124932
2025 * platform/efl/TestExpectations:
2026 * platform/TestExpectations:
2027 Moving flakiness expectation to cross-platform file, as it also fails on Mac in the same way.
2029 2014-01-18 Alexey Proskuryakov <ap@apple.com>
2031 media/video-display-aspect-ratio.html fails
2032 https://bugs.webkit.org/show_bug.cgi?id=35297
2034 * platform/mac/TestExpectations: Marking as flaky.
2036 2014-01-17 Beth Dakin <bdakin@apple.com>
2038 Need a way to test the tile cache with margins enabled
2039 https://bugs.webkit.org/show_bug.cgi?id=127194
2041 <rdar://problem/15571327>
2043 Reviewed by Tim Horton.
2045 * platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt: Added.
2046 * platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles.html: Added.
2048 2014-01-17 Bem Jones-Bey <bjonesbe@adobe.com>
2050 [CSS Shapes] Stacked floats with shape-outside should allow inline content to interact with the non-outermost float
2051 https://bugs.webkit.org/show_bug.cgi?id=122576
2053 Reviewed by David Hyatt.
2055 Tests for shape-outside on stacked floats and interaction with inline
2058 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-000-expected.html: Added.
2059 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-000.html: Added.
2060 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-001-expected.html: Added.
2061 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-001.html: Added.
2062 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002-expected.html: Added.
2063 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002.html: Added.
2065 2014-01-17 Zoltan Horvath <zoltan@webkit.org>
2067 [CSS3] Add rendering support for -webkit-text-align-last
2068 https://bugs.webkit.org/show_bug.cgi?id=99584
2070 Reviewed by David Hyatt.
2072 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.html: Added.
2073 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify.html: Added.
2074 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-non-justify-expected.html: Added.
2075 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-non-justify.html: Added.
2077 2014-01-17 Bear Travis <betravis@adobe.com>
2079 [CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset
2080 https://bugs.webkit.org/show_bug.cgi?id=127010
2082 Reviewed by Rob Buis.
2084 Update existing parsing and animation tests. For parsing tests, top / left keywords
2085 are omitted whenever possible. For animation tests, animations to bottom / right
2086 offsets will use calc values based from the top / left direction.
2088 * animations/resources/animation-test-helpers.js:
2089 (parseBasicShape): Parse non-numerical arguments to the shape function.
2090 (basicShapeParametersMatch): Match non-numerical arguments to the shape function.
2091 * fast/shapes/parsing/parsing-shape-inside-expected.txt: Update serialized values
2092 to omit top / left keywords when possible.
2093 * fast/shapes/parsing/parsing-shape-outside-expected.txt: Update serialized values
2094 to omit top / left keywords when possible.
2095 * fast/shapes/parsing/parsing-test-utils.js: Modify shape parsing test expectations.
2096 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt: Ditto.
2097 * fast/shapes/shape-outside-floats/shape-outside-animation.html: Ditto.
2099 2014-01-16 Myles C. Maxfield <mmaxfield@apple.com>
2101 Unprefix text-emphasis CSS properties
2102 https://bugs.webkit.org/show_bug.cgi?id=127160
2104 Reviewed by Sam Weinig.
2106 Add a reftest to compare the prefixed and unprefixed properties
2108 * fast/css3-text/css3-text-decoration/text-decoration-unprefix-expected.html: Added.
2109 * fast/css3-text/css3-text-decoration/text-decoration-unprefix.html: Added.
2111 2014-01-17 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2113 Unreviewed EFL gardening
2115 * platform/efl/js/dom/dom-static-property-for-in-iteration-expected.txt: Rebaseline after r153772 and r154057.
2116 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Rebaseline after r153772 and r154127.
2117 * platform/efl/js/dom/global-constructors-attributes-expected.txt: Ditto.
2118 * platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt: Ditto.
2120 2014-01-17 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2122 Unreviewed EFL gardening
2124 Fix wrong test expectations added in r162128.
2126 * platform/efl-wk2/TestExpectations:
2128 2014-01-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2130 Allow grammar checking tests to be able to run asynchronously
2131 https://bugs.webkit.org/show_bug.cgi?id=127099
2133 Reviewed by Ryosuke Niwa.
2135 Some grammar checking tests have already used asynchronous text checking path.
2136 Due to WebKit tends to use asynchronous spell checking, this patch adapts grammar
2137 checking tests that used synchronous path to be able to run asynchronously.
2139 Additionally, the tests description was fixed.
2141 * editing/spelling/grammar-edit-word-expected.txt:
2142 * editing/spelling/grammar-edit-word.html:
2143 * editing/spelling/grammar-expected.txt:
2144 * editing/spelling/grammar-markers.html:
2145 * editing/spelling/grammar.html:
2146 * editing/spelling/markers-expected.txt:
2147 * editing/spelling/markers.html:
2149 * platform/mac-wk2/TestExpectations:
2150 Marking markers.html as failing for mac-wk2 due to bug 125690.
2152 2014-01-16 Jer Noble <jer.noble@apple.com>
2154 REGRESSION(r162145): media/video-controls-visible-audio-only.html fails
2155 https://bugs.webkit.org/show_bug.cgi?id=127147
2157 Re-enable media/video-controls-visible-audio-only.html.
2159 Reviewed by Eric Carlson.
2161 * platform/mac/TestExpectations:
2163 2014-01-16 Alexey Proskuryakov <ap@apple.com>
2165 REGRESSION(r162145): media/video-controls-visible-audio-only.html fails
2166 https://bugs.webkit.org/show_bug.cgi?id=127147
2168 * platform/mac/TestExpectations: Marking it as flaky while Jer investigates.
2170 2014-01-16 Eric Carlson <eric.carlson@apple.com>
2172 Allow MediaSessionManager to restrict inline <video> playback
2173 https://bugs.webkit.org/show_bug.cgi?id=127113
2175 Reviewed by Jer Noble.
2177 * media/video-fullscreeen-only-playback-expected.txt: Added.
2178 * media/video-fullscreeen-only-playback.html: Added.
2180 2014-01-07 Myles C. Maxfield <mmaxfield@apple.com>
2182 text-emphasis-position CSS property doesn't recognize 'left' and 'right'
2183 https://bugs.webkit.org/show_bug.cgi?id=126611
2185 Reviewed by Simon Fraser.
2187 With regards to text-emphasis-position, "left" and "right" are only valid in
2188 vertical writing modes, and "over" and "under" are only valid in horizontal
2191 In order to keep in line with existing pages, specifying "under" without
2192 "left" or "right" should draw text as if "under left" was specified (and
2195 The default value for text-emphasis-position should be "over right".
2197 * fast/css/getComputedStyle/computed-style-expected.txt:
2198 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2199 * fast/css/parsing-text-emphasis-expected.txt:
2200 * fast/css/parsing-text-emphasis.html:
2201 * fast/text/emphasis-horizontal-left-right-expected.html: Added.
2202 * fast/text/emphasis-horizontal-left-right.html: Added.
2203 * fast/text/emphasis-vertical-over-right-expected.html: Added.
2204 * fast/text/emphasis-vertical-over-right.html: Added.
2205 * fast/text/emphasis-vertical-over-under-expected.html: Added.
2206 * fast/text/emphasis-vertical-over-under.html: Added.
2208 2014-01-16 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2210 Unreviewed EFL gardening
2212 Add failure test expectations for tests introduced in r162117.
2214 * platform/efl-wk2/TestExpectations:
2216 2014-01-16 Chris Fleizach <cfleizach@apple.com>
2218 AX: WebKit is not firing AXMenuOpenedNotification
2219 https://bugs.webkit.org/show_bug.cgi?id=126993
2221 Reviewed by Mario Sanchez Prada.
2223 * platform/mac/accessibility/aria-menu-open-notification-expected.txt: Added.
2224 * platform/mac/accessibility/aria-menu-open-notification.html: Added.
2226 2014-01-16 Zalan Bujtas <zalan@apple.com>
2228 Merged some more subpixel skipped tests. Unreviewed.
2230 webkit.org/b/126891 is a duplicate of webkit.org/b/126892
2232 * platform/mac/TestExpectations:
2234 2014-01-16 Chris Fleizach <cfleizach@apple.com>
2236 AX: WebKit is not firing AXMenuItemSelectedNotification
2237 https://bugs.webkit.org/show_bug.cgi?id=127081
2239 Reviewed by Mario Sanchez Prada.
2241 * platform/mac/accessibility/aria-menu-item-selected-notification-expected.txt: Added.
2242 * platform/mac/accessibility/aria-menu-item-selected-notification.html: Added.
2244 2014-01-16 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2246 Unreviewed EFL gardening
2248 Add failure test expectations for media tests.
2250 * platform/efl-wk2/TestExpectations:
2251 * platform/efl/TestExpectations:
2253 2014-01-16 Krzysztof Wolanski <k.wolanski@samsung.com>
2255 [EFL] Rebaselining after r161404
2256 https://bugs.webkit.org/show_bug.cgi?id=127105
2258 Unreviewed gardening.
2260 * platform/efl/editing/selection/after-line-wrap-expected.txt:
2262 2014-01-15 Mihnea Ovidenie <mihnea@adobe.com>
2264 [CSS Regions] Enable accelerated compositing for fixed elements in named flows
2265 https://bugs.webkit.org/show_bug.cgi?id=125144
2267 Reviewed by David Hyatt.
2269 Added new tests and made the existing tests for fixed positioned elements use the
2270 non-compositing mode.
2272 * compositing/regions/abs-in-named-flow-from-fixed-in-named-flow-expected.txt: Added.
2273 * compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html: Added.
2274 * compositing/regions/fixed-in-diff-named-flows-zIndex-expected.html: Added.
2275 * compositing/regions/fixed-in-diff-named-flows-zIndex.html: Added.
2276 * compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: Added.
2277 * compositing/regions/fixed-in-named-flow-clip-descendant.html: Added.
2278 * compositing/regions/fixed-in-named-flow-expected.txt: Added.
2279 * compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: Added.
2280 * compositing/regions/fixed-in-named-flow-from-abs-in-named-flow.html: Added.
2281 * compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: Added.
2282 * compositing/regions/fixed-in-named-flow-from-outflow.html: Added.
2283 * compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: Added.
2284 * compositing/regions/fixed-in-named-flow-got-transformed-parent.html: Added.
2285 * compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: Added.
2286 * compositing/regions/fixed-in-named-flow-lost-transformed-parent.html: Added.
2287 * compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: Added.
2288 * compositing/regions/fixed-in-named-flow-overlap-composited.html: Added.
2289 * compositing/regions/fixed-in-named-flow-position-changed-expected.html: Added.
2290 * compositing/regions/fixed-in-named-flow-position-changed.html: Added.
2291 * compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: Added.
2292 * compositing/regions/fixed-in-named-flow-transformed-parent.html: Added.
2293 * compositing/regions/fixed-in-named-flow-zIndex-expected.html: Added.
2294 * compositing/regions/fixed-in-named-flow-zIndex.html: Added.
2295 * compositing/regions/fixed-in-named-flow.html: Added.
2296 * compositing/regions/fixed-transformed-in-named-flow-expected.txt: Added.
2297 * compositing/regions/fixed-transformed-in-named-flow.html: Added.
2298 * fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html:
2299 * fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html:
2300 * fast/regions/repaint/element-inflow-fixed-from-outflow-static.html:
2301 * fast/regions/repaint/element-outflow-static-from-inflow-fixed.html:
2303 2014-01-15 Mihai Maerean <mmaerean@adobe.com>
2305 [CSS Regions] Fix painting when the composited region has overflow:hidden
2306 https://bugs.webkit.org/show_bug.cgi?id=124887
2308 Reviewed by Alexandru Chiculita.
2310 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-div.html: Added.
2311 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-div-expected.html: Added.
2312 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-region.html: Added.
2313 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-region-expected.html: Added.
2315 2014-01-15 Ryuan Choi <ryuan.choi@samsung.com>
2317 Unreviewed. EFL Gardening.
2319 * platform/efl-wk1/TestExpectations:
2320 Unskipped some tests in svg/dynamic-updates which are passing now.
2322 2014-01-15 Roger Fong <roger_fong@apple.com>
2324 Remove unnecessary call to webGLContextCreated
2325 https://bugs.webkit.org/show_bug.cgi?id=127000
2327 Reviewed by Brent Fulgham.
2329 * platform/mac/TestExpectations: Unskipping tests skipped in r162002.
2331 2014-01-15 Brian Burg <bburg@apple.com>
2333 Web Inspector: capture probe samples on the backend
2334 https://bugs.webkit.org/show_bug.cgi?id=126668
2336 Reviewed by Joseph Pecoraro.
2338 Add protocol tests for setting and hitting the probe breakpoint action type.
2340 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
2341 * inspector-protocol/debugger/setBreakpoint-actions.html:
2342 * inspector-protocol/debugger/setProbe-multiple-actions-expected.txt: Added.
2343 * inspector-protocol/debugger/setProbe-multiple-actions.html: Added.
2344 * inspector-protocol/resources/probe-helper.js: Added.
2345 (ProbeHelper.simplifiedProbeSample):
2347 2014-01-15 Gavin Barraclough <barraclough@apple.com>
2349 REGRESSION (r158369): Some pop-up windows open at incorrect size (affects GMail, theblaze.com)
2350 https://bugs.webkit.org/show_bug.cgi?id=126289
2352 Reviewed by Anders Carlson.
2354 Partial revert of https://bugs.webkit.org/show_bug.cgi?id=123557.
2355 On window.open, update page when the UIProcess sends the create message
2357 * platform/mac-wk2/TestExpectations:
2358 - test is bad (results in DRT don't reflect in browser behaviour).
2360 2014-01-15 Frédéric Wang <fred.wang@free.fr>
2362 [SVG] Accept HTML and MathML namespaces as valid requiredExtensions
2363 https://bugs.webkit.org/show_bug.cgi?id=88188
2365 Reviewed by Chris Fleizach.
2367 conditional-processing-1 verifies that indeed a renderer object is only
2368 created for the first "valid" SVG element of a <switch>, contrary to
2369 what an incorrect FIXME comment said. conditional-processing-2 verifies
2370 that the <switch> takes into account XHTML and MathML namespaces in the
2371 requiredExtensions attribute to decide which SVG element is "valid".
2372 SVGTests.html verifies the SVGTests interface of SVG DOM: three
2373 SVGStringList attributes (already tested in svg/dom/SVGStringList.html)
2374 and the hasExtension() function.
2376 * svg/custom/conditional-processing-1-expected.svg: Added.
2377 * svg/custom/conditional-processing-1.svg: Added.
2378 * svg/custom/conditional-processing-2-expected.html: Added.
2379 * svg/custom/conditional-processing-2.html: Added.
2380 * svg/dom/SVGTests-expected.txt: Added.
2381 * svg/dom/SVGTests.html: Added.
2382 * svg/dom/script-tests/SVGTests.js: Added.
2384 2014-01-15 Alexey Proskuryakov <ap@apple.com>
2386 AX: Merge layout test from Mac and GTK checking accessibility roles
2387 https://bugs.webkit.org/show_bug.cgi?id=126685
2389 Fix Mac test results.
2391 * platform/mac-mountainlion/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Removed.
2392 This test was merged into another, but its Mountain Lion results were not moved accordingly.
2394 * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt.
2395 Custom results with a different role for "dl".
2397 * platform/mac/accessibility/roles-exposed-expected.txt: Changed to have results that
2398 are correct forward looking.
2400 2014-01-15 Commit Queue <commit-queue@webkit.org>
2402 Unreviewed, rolling out r162066.
2403 http://trac.webkit.org/changeset/162066
2404 https://bugs.webkit.org/show_bug.cgi?id=127056
2406 The added test still fails on some bots (Requested by ap on
2409 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Removed.
2410 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Removed.
2411 * platform/efl/TestExpectations:
2413 2014-01-15 Brent Fulgham <bfulgham@apple.com>
2415 Unreviewed test correctino for webgl compressed textures.
2417 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt:
2418 * platform/mac-mountainlion/fast/canvas: Removed.
2419 * platform/mac-mountainlion/fast/canvas/webgl: Removed.
2420 * platform/mac-mountainlion/fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
2422 2014-01-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2424 Unreviewed EFL gardening
2426 Add failure test expectations for reftests added in r161626.
2428 * platform/efl/TestExpectations:
2430 2014-01-15 Zalan Bujtas <zalan@apple.com>
2432 Merged some subpixel skipped tests. Unreviewed.
2434 webkit.org/b/126894 is a duplicate of webkit.org/b/126892
2436 * platform/mac/TestExpectations:
2438 2014-01-15 Brent Fulgham <bfulgham@apple.com>
2440 Unreviewed test fix for Mountain Lion WebGL behavior.
2442 Add Mountain Lion expected output matching ML's output of INVALID_OPERATION for improperly-sized textures.
2444 * platform/mac-mountainlion/fast/canvas: Added.
2445 * platform/mac-mountainlion/fast/canvas/webgl: Added.
2446 * platform/mac-mountainlion/fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2448 2014-01-15 Zan Dobersek <zdobersek@igalia.com>
2451 Unreviewed GTK gardening. Removing an unneeded GTK-specific baseline
2452 for a layout test that was fixed proper in r161549.
2454 * platform/gtk/http/tests/security/redirect-BLOCKED-to-localURL-expected.txt: Removed.
2456 2014-01-15 Mario Sanchez Prada <mario.prada@samsung.com>
2458 AX: Merge layout test from Mac and GTK checking accessibility roles
2459 https://bugs.webkit.org/show_bug.cgi?id=126685
2461 Reviewed by Chris Fleizach.
2463 Merged GTK and Mac tests into one cross-platform test that is
2464 aware of the platform-specific differences by declaring which
2465 elements are supported in which platforms and which platform
2466 specific roles (if it's the case) should be expected.
2468 * accessibility/roles-exposed-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/roles-exposed-expected.txt.
2469 * accessibility/roles-exposed.html: Added.
2470 * platform/gtk/accessibility/roles-exposed.html: Removed.
2471 * platform/mac/accessibility/role-subrole-roledescription.html: Removed.
2472 * platform/mac/accessibility/roles-exposed-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/role-subrole-roledescription-expected.txt.
2474 2014-01-15 Mihai Tica <mitica@adobe.com>
2477 Background-blend-mode doesn't work for an element with an
2478 SVG image as background and border-style or padding set.
2479 Tests now use rectangles instead of circles for SVGs.
2480 https://bugs.webkit.org/show_bug.cgi?id=118894
2482 Reviewed by Dirk Schulze.
2484 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html:
2485 * css3/compositing/background-blend-mode-data-uri-svg-image.html:
2486 * platform/efl/TestExpectations: pass tests for efl, blendMode is not implemented.
2488 2014-01-15 Andrei Bucur <abucur@adobe.com>
2490 [CSS Regions] Hit-testing goes through clipped layer in fast/regions/overflow-first-and-last-regions-in-container-hidden.html
2491 https://bugs.webkit.org/show_bug.cgi?id=126886
2493 Reviewed by Mihnea Ovidenie.
2495 Add a test that verifies you can't hover an element flowed inside a region but found inside
2496 the hidden overflow of the region.
2498 * fast/regions/hover-and-js-in-visual-overflow-hidden-expected.html: Added.
2499 * fast/regions/hover-and-js-in-visual-overflow-hidden.html: Added.
2501 2014-01-15 László Langó <llango.u-szeged@partner.samsung.com>
2503 DocumentFragment should be constructable.
2504 https://bugs.webkit.org/show_bug.cgi?id=115641
2506 Reviewed by Ryosuke Niwa.
2508 * fast/dom/DocumentFragment/document-fragment-constructor-expected.txt: Added.
2509 * fast/dom/DocumentFragment/document-fragment-constructor.html: Added.
2510 * fast/dom/dom-constructors-expected.txt:
2511 * fast/dom/dom-constructors.html:
2513 2014-01-14 Ryosuke Niwa <rniwa@webkit.org>
2515 Make DoYouEvenBench runnable by run-perf-tests
2516 https://bugs.webkit.org/show_bug.cgi?id=127030
2518 Reviewed by Andreas Kling.
2520 Use customIterationCount as it has been renamed from dromaeoIterationCount.
2522 * fast/harness/perftests/runs-per-second-iterations.html:
2524 2014-01-14 Dirk Schulze <krit@webkit.org>
2526 Remove unnecessary WebkitCSSSVGDocumentValue
2527 https://bugs.webkit.org/show_bug.cgi?id=126997
2529 Reviewed by Andreas Kling.
2531 Update results after use of CSSPrimitiveValue.
2533 * css3/filters/filter-property-computed-style-expected.txt:
2534 * css3/filters/filter-property-expected.txt:
2535 * css3/filters/filter-property-parsing-expected.txt:
2536 * css3/filters/script-tests/filter-property-computed-style.js:
2537 * css3/filters/script-tests/filter-property-parsing.js:
2538 * css3/filters/script-tests/filter-property.js:
2539 * fast/filter-image/parse-filter-image-expected.txt:
2540 * fast/filter-image/parse-filter-image.html:
2542 2014-01-14 Mihnea Ovidenie <mihnea@adobe.com>
2544 [CSSRegions] Incorrect repaint of fixed element with transformed parent
2545 https://bugs.webkit.org/show_bug.cgi?id=125756
2547 Reviewed by Simon Fraser.
2549 Add tests for a fixed positioned element with a parent that:
2550 1. dynamically gets a transform, in which case the fixed positioned element should be positioned
2551 relative to its parent
2552 2. dynamically loses its transform, in which case the fixed positioned element should be positioned
2553 relative to the view.
2555 * fast/regions/repaint/fixed-in-named-flow-cb-changed-expected.html: Added.
2556 * fast/regions/repaint/fixed-in-named-flow-cb-changed.html: Added.
2557 * fast/regions/repaint/fixed-in-named-flow-cb-changed2-expected.html: Added.
2558 * fast/regions/repaint/fixed-in-named-flow-cb-changed2.html: Added.
2560 2014-01-14 Brent Fulgham <bfulgham@apple.com>
2562 Unreviewed test fix.
2564 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Use same
2565 failure mode as the khronos test suite.
2567 2014-01-14 Zalan Bujtas <zalan@apple.com>
2569 Merged some subpixel skipped tests. Unreviewed.
2571 webkit.org/b/126893 is a duplicate of webkit.org/b/126892
2573 * platform/mac/TestExpectations:
2575 2014-01-14 Mark Lam <mark.lam@apple.com>
2577 ASSERTION FAILED: !hasError() in JSC::Parser<LexerType>::createSavePoint().
2578 https://bugs.webkit.org/show_bug.cgi?id=126990.
2580 Reviewed by Geoffrey Garen.
2582 * js/dom/parse-syntax-error-in-initializer-expected.txt: Added.
2583 * js/dom/parse-syntax-error-in-initializer.html: Added.
2584 * js/resources/parse-syntax-error-in-initializer.js: Added.
2585 - Added bug test case as a regression test.
2587 2014-01-14 Roger Fong <roger_fong@apple.com>
2589 Skip some tests that now fail after r162000.
2590 https://bugs.webkit.org/show_bug.cgi?id=127000.
2592 * platform/mac/TestExpectations:
2594 2014-01-14 Brent Fulgham <bfulgham@apple.com>
2596 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
2597 https://bugs.webkit.org/show_bug.cgi?id=126925
2599 Reviewed by Dean Jackson.
2601 * fast/canvas/webgl/resources/webgl-test-utils.js:
2602 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
2603 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2604 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
2606 2014-01-14 Commit Queue <commit-queue@webkit.org>
2608 Unreviewed, rolling out r161978.
2609 http://trac.webkit.org/changeset/161978
2610 https://bugs.webkit.org/show_bug.cgi?id=126992
2612 Test case causes crash on some hardware (Requested by bfulgham
2615 * fast/canvas/webgl/resources/webgl-test-utils.js:
2617 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
2618 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Removed.
2620 2014-01-14 Commit Queue <commit-queue@webkit.org>
2622 Unreviewed, rolling out r161964 and r161965.
2623 http://trac.webkit.org/changeset/161964
2624 http://trac.webkit.org/changeset/161965
2625 https://bugs.webkit.org/show_bug.cgi?id=126988
2627 Tests do not pass on the bots because of slight color
2628 differences. The tests should be redone with squared results
2629 and blending that leads to stable colors. (Requested by krit_
2632 * css3/compositing/background-blend-mode-crossfade-image-expected.html: Removed.
2633 * css3/compositing/background-blend-mode-crossfade-image.html: Removed.
2634 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Removed.
2635 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Removed.
2637 2014-01-14 Hans Muller <hmuller@adobe.com>
2639 [CSS Shapes] Shape images are now <image> types, not just URIs
2640 https://bugs.webkit.org/show_bug.cgi?id=125224
2642 Reviewed by Andreas Kling.
2644 * fast/shapes/shape-inside/shape-inside-image-set-expected.html: Added.
2645 * fast/shapes/shape-inside/shape-inside-image-set.html: Added.
2646 * fast/shapes/shape-outside-floats/shape-outside-image-set-expected.html: Added.
2647 * fast/shapes/shape-outside-floats/shape-outside-image-set.html: Added.
2649 2014-01-14 Brent Fulgham <bfulgham@apple.com>
2651 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
2652 https://bugs.webkit.org/show_bug.cgi?id=126925
2654 Reviewed by Dean Jackson.
2656 * fast/canvas/webgl/resources/webgl-test-utils.js:
2657 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
2658 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2659 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
2661 2014-01-14 Zalan Bujtas <zalan@apple.com>
2663 Unreviewed Mac TestExpectations update.
2665 <https://webkit.org/b/126890> is duplicate of <https://webkit.org/b/126889>
2667 * platform/mac/TestExpectations: Mark it as such.
2669 2014-01-14 Mario Sanchez Prada <mario.prada@samsung.com>
2671 [ATK] AXChildrenChanged notification handling is a performance black hole
2672 https://bugs.webkit.org/show_bug.cgi?id=126970
2674 Reviewed by Gustavo Noronha Silva.
2676 Because of the removal of the referring test when
2677 AXChildrenChanged is received, the children-changed:add signal is
2678 now emitted later, so we need to reorder the expectations.
2680 * accessibility/children-changed-sends-notification-expected.txt: Updated.
2682 2014-01-14 Mihai Tica <mitica@adobe.com>
2684 [CSS Background Blending] Background layer with -webkit-cross-fade doesn't blend
2685 when having -webkit-background-blending applied.
2687 https://bugs.webkit.org/show_bug.cgi?id=126887
2688 Reviewed by Dirk Schulze.
2690 * css3/compositing/background-blend-mode-crossfade-image-expected.html: Added.
2691 * css3/compositing/background-blend-mode-crossfade-image.html: Added.
2693 2014-01-14 Mihai Tica <mitica@adobe.com>
2695 Background-blend-mode doesn't work for an element with an
2696 SVG image as background and border-style or padding set.
2697 https://bugs.webkit.org/show_bug.cgi?id=118894
2699 Reviewed by Dirk Schulze.
2701 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Added.
2702 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Added.
2704 2014-01-14 Mihnea Ovidenie <mihnea@adobe.com>
2706 [CSSRegions] Test dynamic change of position for fixed element in named flow
2707 https://bugs.webkit.org/show_bug.cgi?id=126807
2709 Reviewed by Dirk Schulze.
2711 * fast/regions/fixed-in-named-flow-position-changed-expected.html: Added.
2712 * fast/regions/fixed-in-named-flow-position-changed.html: Added.
2714 2014-01-14 Manuel Rego Casasnovas <rego@igalia.com>
2716 Unreviewed GTK gardening.
2718 Added missing baselines for some regions tests.
2720 * platform/gtk/TestExpectations: Unskip tests as new baselines have been added.
2721 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
2722 * platform/gtk/fast/regions/region-dynamic-after-before-expected.txt: Added.
2723 * platform/gtk/fast/regions/region-generated-content-before-after-expected.txt: Added.
2724 * platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
2725 * platform/gtk/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
2726 * platform/gtk/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added.
2727 * platform/gtk/fast/regions/repaint/region-painting-invalidation-expected.txt: Added.
2728 * platform/gtk/fast/regions/repaint/region-painting-via-layout-expected.txt: Added.
2729 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Added.
2731 2014-01-14 Manuel Rego Casasnovas <rego@igalia.com>
2733 Unreviewed GTK gardening.
2735 Added missing baselines for some regions tests.
2737 * platform/gtk/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Added.
2738 * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
2739 * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Added.
2740 * platform/gtk/fast/regions/iframe-html-collected-expected.txt: Added.
2742 2014-01-13 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2744 Make spelling tests added in r141354 to be able to run asynchronously
2745 https://bugs.webkit.org/show_bug.cgi?id=126895
2747 Reviewed by Ryosuke Niwa.
2749 As we started running spelling tests asynchronously, invoke 'finishJSTest()'
2750 when all operations are completed, for example, required spelling markers have appeared.
2751 It might happen later then during 'initSpellTest' testing callback.
2753 Due to the tests perform other checks that do not affect expectation order (selection,
2754 context menu suggestion items), the asynchronous operations were pushed back to the end of
2755 the tests to be sure that those won't break expectation order.
2757 * editing/spelling/context-menu-suggestions-multiword-selection-expected.txt:
2758 * editing/spelling/context-menu-suggestions-multiword-selection.html:
2759 * editing/spelling/context-menu-suggestions-subword-selection-expected.txt:
2760 * editing/spelling/context-menu-suggestions-subword-selection.html:
2761 * editing/spelling/resources/util.js:
2762 * editing/spelling/spelling-changed-text-expected.txt:
2763 * editing/spelling/spelling-changed-text.html:
2764 * editing/spelling/spelling-double-clicked-word-expected.txt:
2765 * editing/spelling/spelling-double-clicked-word.html:
2766 * editing/spelling/spelling-exactly-selected-word-expected.txt:
2767 * editing/spelling/spelling-exactly-selected-word.html:
2769 * editing/spelling/spelling-with-whitespace-selection-expected.txt:
2770 * editing/spelling/spelling-with-whitespace-selection.html:
2771 * editing/spelling/spelling-with-punctuation-selection-expected.txt:
2772 * editing/spelling/spelling-with-punctuation-selection.html:
2773 Additionally fix description format and get rid of context click, needless after r148282.
2775 2014-01-13 Commit Queue <commit-queue@webkit.org>
2777 Unreviewed, rolling out r161907.
2778 http://trac.webkit.org/changeset/161907
2779 https://bugs.webkit.org/show_bug.cgi?id=126963
2781 fast/canvas/webgl/webgl-compressed-texture-size-limit.html
2782 fails on many bots (Requested by ap on #webkit).
2784 * fast/canvas/webgl/resources/webgl-test-utils.js:
2786 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
2787 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Removed.
2789 2014-01-13 Alexey Proskuryakov <ap@apple.com>
2791 Layout Test plugins/plugin-document-load-prevented-userscript.html is flaky
2792 https://bugs.webkit.org/show_bug.cgi?id=126962
2794 * platform/mac-wk2/TestExpectations: Marking as such.
2796 2014-01-13 Commit Queue <commit-queue@webkit.org>
2798 Unreviewed, rolling out r161916.
2799 http://trac.webkit.org/changeset/161916
2800 https://bugs.webkit.org/show_bug.cgi?id=126952
2802 it is a lie - still fails on some configs (Requested by dino
2805 * platform/mac/TestExpectations:
2807 2014-01-13 Jinwoo Song <jinwoo7.song@samsung.com>
2809 Unreviewed EFL gardening. Rebaselining after r161669.
2811 * platform/efl/css3/masking/clip-path-circle-border-box-expected.png: Added.
2812 * platform/efl/css3/masking/clip-path-circle-border-box-expected.txt: Added.
2813 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.png: Added.
2814 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.txt: Added.
2815 * platform/efl/css3/masking/clip-path-circle-content-box-expected.png: Added.
2816 * platform/efl/css3/masking/clip-path-circle-content-box-expected.txt: Added.
2817 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.png: Added.
2818 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.txt: Added.
2819 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.png: Added.
2820 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
2822 2014-01-13 Jinwoo Song <jinwoo7.song@samsung.com>
2824 Unreviewed EFL gardening. Rebaseline after r161696.
2826 * platform/efl/css1/text_properties/word_spacing-expected.png:
2827 * platform/efl/css1/text_properties/word_spacing-expected.txt:
2829 2014-01-13 Dean Jackson <dino@apple.com>
2831 Unreviewed gardening. Unskipping WebGL 1.0.2/conformance/ogles/GL/build_009_to_016.html
2834 * platform/mac/TestExpectations:
2836 2014-01-13 Brent Fulgham <bfulgham@apple.com>
2838 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
2839 https://bugs.webkit.org/show_bug.cgi?id=126925
2841 Reviewed by Dean Jackson.
2843 * fast/canvas/webgl/resources/webgl-test-utils.js:
2844 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
2845 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2846 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
2848 2014-01-13 Alexey Proskuryakov <ap@apple.com>
2850 Update Mountain Lion test results for subpixel layout chanegs.
2852 Patch by Zalan Bujtas.
2854 * platform/mac-mountainlion/compositing: Added.
2855 * platform/mac-mountainlion/compositing/contents-opaque: Added.
2856 * platform/mac-mountainlion/compositing/contents-opaque/control-layer-expected.txt: Added.
2857 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt:
2858 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt:
2859 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt:
2860 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt:
2861 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
2862 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
2863 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
2864 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
2865 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt:
2866 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt:
2867 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt:
2868 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt:
2869 * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt:
2870 * platform/mac-mountainlion/editing/selection/3690703-expected.txt:
2871 * platform/mac-mountainlion/editing/selection/3690719-expected.txt:
2872 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt:
2873 * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt:
2874 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt:
2875 * platform/mac-mountainlion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
2876 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt:
2877 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2878 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt:
2879 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt:
2880 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt:
2881 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt:
2882 * platform/mac-mountainlion/fast/forms/button-cannot-be-nested-expected.txt: Added.
2883 * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt:
2884 * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt:
2885 * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt:
2886 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt:
2887 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt:
2888 * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt:
2889 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt:
2890 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt:
2891 * platform/mac-mountainlion/fast/forms/file/input-file-re-render-expected.txt:
2892 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt:
2893 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt:
2894 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt:
2895 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt:
2896 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt:
2897 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt:
2898 * platform/mac-mountainlion/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2899 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
2900 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt:
2901 * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt:
2902 * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt:
2903 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt:
2904 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt:
2905 * platform/mac-mountainlion/fast/forms/select-baseline-expected.txt: Added.
2906 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt:
2907 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt:
2908 * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt:
2909 * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt:
2910 * platform/mac-mountainlion/fast/html/details-open2-expected.txt:
2911 * platform/mac-mountainlion/fast/html/details-open4-expected.txt:
2912 * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt:
2913 * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt:
2914 * platform/mac-mountainlion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2915 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt:
2916 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt:
2917 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt:
2918 * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt:
2919 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt:
2920 * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt:
2921 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt:
2922 * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt:
2923 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt:
2924 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt:
2925 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt:
2926 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt:
2927 * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt:
2928 * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt:
2929 * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt:
2930 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt:
2931 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt:
2932 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt:
2933 * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt:
2934 * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt:
2935 * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt:
2936 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt:
2937 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt:
2938 * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2939 * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt:
2940 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt:
2941 * platform/mac-mountainlion/tables/mozilla/other/move_row-expected.txt:
2942 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2943 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2944 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2945 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2946 * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt:
2948 2014-01-13 Eric Carlson <eric.carlson@apple.com>
2950 Allow MediaSessionManager to restrict media playback
2951 https://bugs.webkit.org/show_bug.cgi?id=126780
2953 Reviewed by Jer Noble.
2955 * media/video-concurrent-playback-expected.txt: Added.
2956 * media/video-concurrent-playback.html: Added.
2958 2014-01-13 Zalan Bujtas <zalan@apple.com>
2960 Unreviewed Mac WK2 gardering after r161882.
2962 * platform/mac-wk2/fast/dynamic/012-expected.txt:
2964 2014-01-13 Youenn Fablet <youennf@gmail.com>
2966 Dispatch a progress event before dispatching abort, error or timeout event
2967 https://bugs.webkit.org/show_bug.cgi?id=126575
2969 Reviewed by Alexey Proskuryakov.
2971 Updated onloadend-event-after-abort.html and onloadend-event-after-error.html to check for progress event.
2972 Fixed the other tests to cope with additional progress event.
2974 * http/tests/xmlhttprequest/onabort-progressevent-attributes.html:
2975 * http/tests/xmlhttprequest/onloadend-event-after-abort-expected.txt:
2976 * http/tests/xmlhttprequest/onloadend-event-after-abort.html:
2977 * http/tests/xmlhttprequest/onloadend-event-after-error-expected.txt:
2978 * http/tests/xmlhttprequest/onloadend-event-after-error.html:
2979 * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt:
2980 * http/tests/xmlhttprequest/simple-cross-origin-progress-events.html:
2981 * http/tests/xmlhttprequest/upload-onloadend-event-after-abort.html:
2982 * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
2984 2014-01-13 Brent Fulgham <bfulgham@apple.com>
2986 [WebGL] Error messages should use source code labels, not internal mangled symbols.
2987 https://bugs.webkit.org/show_bug.cgi?id=126832
2989 Reviewed by Dean Jackson.
2991 * fast/canvas/webgl/glsl-conformance.html: Add log to program output
2992 showing error message to confirm proper labels are being used.
2993 * fast/canvas/webgl/glsl-conformance-expected.txt: updated.
2995 2014-01-13 Zalan Bujtas <zalan@apple.com>
2997 Unreviewed MAC gardening. Rebaselining after subpixel layout is enabled (r161882).
2999 * css3/background/background-repeat-space-content-expected.html:
3000 * css3/background/background-repeat-space-padding-expected.html:
3001 * css3/masking/mask-repeat-space-content-expected.html:
3002 * css3/masking/mask-repeat-space-padding-expected.html:
3003 * fast/regions/auto-size/autoheight-correct-region-for-lines-2.html:
3004 * fast/regions/overflow-region-transform.html:
3005 * platform/mac/TestExpectations:
3006 * platform/mac/accessibility/image-link-expected.txt:
3007 * platform/mac/accessibility/internal-link-anchors2-expected.txt:
3008 * platform/mac/accessibility/svg-bounds-expected.txt:
3009 * platform/mac/accessibility/svg-remote-element-expected.txt:
3010 * platform/mac/accessibility/table-attributes-expected.txt:
3011 * platform/mac/accessibility/table-cell-spans-expected.txt:
3012 * platform/mac/accessibility/table-cells-expected.txt:
3013 * platform/mac/accessibility/table-detection-expected.txt:
3014 * platform/mac/accessibility/table-sections-expected.txt:
3015 * platform/mac/compositing/contents-opaque/control-layer-expected.txt: Added.
3016 * platform/mac/compositing/direct-image-compositing-expected.txt:
3017 * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt:
3018 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
3019 * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
3020 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
3021 * platform/mac/css1/basic/inheritance-expected.txt:
3022 * platform/mac/css1/box_properties/acid_test-expected.txt:
3023 * platform/mac/css1/box_properties/clear_float-expected.txt:
3024 * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
3025 * platform/mac/css1/box_properties/margin-expected.txt:
3026 * platform/mac/css1/box_properties/margin_bottom-expected.txt:
3027 * platform/mac/css1/box_properties/margin_right-expected.txt:
3028 * platform/mac/css1/box_properties/margin_top-expected.txt:
3029 * platform/mac/css1/box_properties/padding-expected.txt:
3030 * platform/mac/css1/box_properties/padding_bottom-expected.txt:
3031 * platform/mac/css1/box_properties/padding_left-expected.txt:
3032 * platform/mac/css1/box_properties/padding_right-expected.txt:
3033 * platform/mac/css1/box_properties/padding_top-expected.txt:
3034 * platform/mac/css1/box_properties/width-expected.txt:
3035 * platform/mac/css1/color_and_background/background_attachment-expected.txt:
3036 * platform/mac/css1/font_properties/font-expected.txt:
3037 * platform/mac/css1/font_properties/font_size-expected.txt:
3038 * platform/mac/css1/font_properties/font_weight-expected.txt:
3039 * platform/mac/css1/formatting_model/floating_elements-expected.txt:
3040 * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
3041 * platform/mac/css1/formatting_model/inline_elements-expected.txt:
3042 * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
3043 * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
3044 * platform/mac/css1/text_properties/text_indent-expected.txt:
3045 * platform/mac/css1/text_properties/vertical_align-expected.txt:
3046 * platform/mac/css1/units/percentage_units-expected.txt:
3047 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
3048 * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
3049 * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
3050 * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
3051 * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
3052 * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
3053 * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
3054 * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
3055 * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
3056 * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
3057 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
3058 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
3059 * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
3060 * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
3061 * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
3062 * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
3063 * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
3064 * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
3065 * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
3066 * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
3067 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
3068 * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
3069 * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
3070 * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
3071 * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
3072 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
3073 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
3074 * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
3075 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
3076 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
3077 * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
3078 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
3079 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
3080 * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
3081 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
3082 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
3083 * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
3084 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
3085 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
3086 * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
3087 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
3088 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
3089 * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
3090 * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
3091 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
3092 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
3093 * platform/mac/editing/pasteboard/4806874-expected.txt:
3094 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
3095 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
3096 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
3097 * platform/mac/editing/selection/3690703-2-expected.txt:
3098 * platform/mac/editing/selection/3690703-expected.txt:
3099 * platform/mac/editing/selection/3690719-expected.txt:
3100 * platform/mac/editing/selection/4397952-expected.txt:
3101 * platform/mac/editing/selection/4895428-3-expected.txt:
3102 * platform/mac/editing/selection/4975120-expected.txt:
3103 * platform/mac/editing/selection/5240265-expected.txt:
3104 * platform/mac/editing/selection/5354455-2-expected.txt:
3105 * platform/mac/editing/selection/caret-ltr-2-expected.txt:
3106 * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
3107 * platform/mac/editing/selection/caret-ltr-expected.txt:
3108 * platform/mac/editing/selection/caret-ltr-right-expected.txt:
3109 * platform/mac/editing/selection/caret-rtl-2-expected.txt:
3110 * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
3111 * platform/mac/editing/selection/caret-rtl-expected.txt:
3112 * platform/mac/editing/selection/caret-rtl-right-expected.txt:
3113 * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt:
3114 * platform/mac/editing/selection/drag-select-1-expected.txt:
3115 * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt:
3116 * platform/mac/editing/selection/mixed-editability-10-expected.txt:
3117 * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
3118 * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
3119 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
3120 * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
3121 * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
3122 * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
3123 * platform/mac/editing/selection/selection-button-text-expected.txt:
3124 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
3125 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
3126 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
3127 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
3128 * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
3129 * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
3130 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt:
3131 * platform/mac/fast/block/basic/001-expected.txt:
3132 * platform/mac/fast/block/basic/011-expected.txt:
3133 * platform/mac/fast/block/basic/014-expected.txt:
3134 * platform/mac/fast/block/basic/015-expected.txt:
3135 * platform/mac/fast/block/basic/016-expected.txt:
3136 * platform/mac/fast/block/basic/019-expected.txt:
3137 * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
3138 * platform/mac/fast/block/float/013-expected.txt:
3139 * platform/mac/fast/block/float/025-expected.txt:
3140 * platform/mac/fast/block/float/026-expected.txt:
3141 * platform/mac/fast/block/float/027-expected.txt:
3142 * platform/mac/fast/block/float/028-expected.txt:
3143 * platform/mac/fast/block/float/032-expected.txt:
3144 * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
3145 * platform/mac/fast/block/float/float-avoidance-expected.txt:
3146 * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
3147 * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
3148 * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
3149 * platform/mac/fast/block/margin-collapse/100-expected.txt:
3150 * platform/mac/fast/block/margin-collapse/103-expected.txt:
3151 * platform/mac/fast/block/positioning/047-expected.txt:
3152 * platform/mac/fast/block/positioning/051-expected.txt:
3153 * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
3154 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
3155 * platform/mac/fast/borders/bidi-002-expected.txt:
3156 * platform/mac/fast/borders/bidi-009a-expected.txt:
3157 * platform/mac/fast/borders/bidi-012-expected.txt:
3158 * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
3159 * platform/mac/fast/borders/rtl-border-01-expected.txt:
3160 * platform/mac/fast/borders/rtl-border-02-expected.txt:
3161 * platform/mac/fast/borders/rtl-border-03-expected.txt:
3162 * platform/mac/fast/box-sizing/box-sizing-expected.txt:
3163 * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
3164 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
3165 * platform/mac/fast/css-generated-content/011-expected.txt:
3166 * platform/mac/fast/css-generated-content/012-expected.txt:
3167 * platform/mac/fast/css-generated-content/013-expected.txt:
3168 * platform/mac/fast/css-generated-content/014-expected.txt:
3169 * platform/mac/fast/css-generated-content/015-expected.txt:
3170 * platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt:
3171 * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
3172 * platform/mac/fast/css/003-expected.txt:
3173 * platform/mac/fast/css/004-expected.txt:
3174 * platform/mac/fast/css/005-expected.txt:
3175 * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Removed.
3176 * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
3177 * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
3178 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
3179 * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt:
3180 * platform/mac/fast/css/continuationCrash-expected.txt:
3181 * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
3182 * platform/mac/fast/css/css2-system-fonts-expected.txt:
3183 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
3184 * platform/mac/fast/css/ex-after-font-variant-expected.txt:
3185 * platform/mac/fast/css/fieldset-display-row-expected.txt:
3186 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
3187 * platform/mac/fast/css/first-line-text-decoration-expected.txt:
3188 * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
3189 * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
3190 * platform/mac/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt:
3191 * platform/mac/fast/css/h1-in-section-elements-expected.txt:
3192 * platform/mac/fast/css/hsl-color-expected.txt:
3193 * platform/mac/fast/css/hsla-color-expected.txt:
3194 * platform/mac/fast/css/inline-properties-important-expected.txt:
3195 * platform/mac/fast/css/input-search-padding-expected.txt:
3196 * platform/mac/fast/css/invalid-percentage-property-expected.txt:
3197 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
3198 * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
3199 * platform/mac/fast/css/line-height-expected.txt:
3200 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
3201 * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
3202 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
3203 * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
3204 * platform/mac/fast/css/percentage-non-integer-expected.txt:
3205 * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
3206 * platform/mac/fast/css/rgb-float-expected.txt:
3207 * platform/mac/fast/css/rtl-ordering-expected.txt:
3208 * platform/mac/fast/css/selector-set-attribute-expected.txt:
3209 * platform/mac/fast/css/text-align-expected.txt:
3210 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
3211 * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
3212 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
3213 * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
3214 * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
3215 * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
3216 * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
3217 * platform/mac/fast/css/text-overflow-input-expected.txt:
3218 * platform/mac/fast/css/transform-default-parameter-expected.txt:
3219 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
3220 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
3221 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
3222 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
3223 * platform/mac/fast/css/word-space-extra-expected.txt:
3224 * platform/mac/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
3225 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
3226 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
3227 * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
3228 * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
3229 * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
3230 * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
3231 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
3232 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
3233 * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
3234 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
3235 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
3236 * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
3237 * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
3238 * platform/mac/fast/dom/isindex-001-expected.txt:
3239 * platform/mac/fast/dom/isindex-002-expected.txt:
3240 * platform/mac/fast/dynamic/012-expected.txt:
3241 * platform/mac/fast/dynamic/anchor-lock-expected.txt:
3242 * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
3243 * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
3244 * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
3245 * platform/mac/fast/events/context-no-deselect-expected.txt:
3246 * platform/mac/fast/events/document-elementFromPoint-expected.txt:
3247 * platform/mac/fast/events/pointer-events-2-expected.txt:
3248 * platform/mac/fast/flexbox/flex-hang-expected.txt:
3249 * platform/mac/fast/forms/001-expected.txt:
3250 * platform/mac/fast/forms/006-expected.txt:
3251 * platform/mac/fast/forms/007-expected.txt:
3252 * platform/mac/fast/forms/basic-buttons-expected.txt:
3253 * platform/mac/fast/forms/basic-inputs-expected.txt:
3254 * platform/mac/fast/forms/basic-textareas-expected.txt:
3255 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
3256 * platform/mac/fast/forms/blankbuttons-expected.txt:
3257 * platform/mac/fast/forms/box-shadow-override-expected.txt:
3258 * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
3259 * platform/mac/fast/forms/button-default-title-expected.txt:
3260 * platform/mac/fast/forms/button-generated-content-expected.txt:
3261 * platform/mac/fast/forms/button-positioned-expected.txt:
3262 * platform/mac/fast/forms/button-sizes-expected.txt:
3263 * platform/mac/fast/forms/button-style-color-expected.txt:
3264 * platform/mac/fast/forms/button-table-styles-expected.txt:
3265 * platform/mac/fast/forms/button-text-transform-expected.txt:
3266 * platform/mac/fast/forms/button-white-space-expected.txt:
3267 * platform/mac/fast/forms/color/input-appearance-color-expected.txt:
3268 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
3269 * platform/mac/fast/forms/encoding-test-expected.txt:
3270 * platform/mac/fast/forms/fieldset-align-expected.txt:
3271 * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
3272 * platform/mac/fast/forms/fieldset-with-float-expected.txt:
3273 * platform/mac/fast/forms/file/file-input-direction-expected.txt:
3274 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
3275 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
3276 * platform/mac/fast/forms/float-before-fieldset-expected.txt:
3277 * platform/mac/fast/forms/form-element-geometry-expected.txt:
3278 * platform/mac/fast/forms/formmove-expected.txt:
3279 * platform/mac/fast/forms/formmove2-expected.txt:
3280 * platform/mac/fast/forms/formmove3-expected.txt:
3281 * platform/mac/fast/forms/indeterminate-expected.txt:
3282 * platform/mac/fast/forms/input-align-expected.txt:
3283 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
3284 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
3285 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
3286 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
3287 * platform/mac/fast/forms/input-appearance-height-expected.txt:
3288 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
3289 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
3290 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
3291 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
3292 * platform/mac/fast/forms/input-appearance-width-expected.txt:
3293 * platform/mac/fast/forms/input-baseline-expected.txt:
3294 * platform/mac/fast/forms/input-button-sizes-expected.txt:
3295 * platform/mac/fast/forms/input-disabled-color-expected.txt:
3296 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3297 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
3298 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
3299 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
3300 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
3301 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
3302 * platform/mac/fast/forms/input-spaces-expected.txt:
3303 * platform/mac/fast/forms/input-table-expected.txt:
3304 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
3305 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
3306 * platform/mac/fast/forms/input-text-double-click-expected.txt:
3307 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
3308 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
3309 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
3310 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
3311 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
3312 * platform/mac/fast/forms/input-value-expected.txt:
3313 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
3314 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
3315 * platform/mac/fast/forms/menulist-clip-expected.txt:
3316 * platform/mac/fast/forms/minWidthPercent-expected.txt:
3317 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
3318 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
3319 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
3320 * platform/mac/fast/forms/placeholder-position-expected.txt:
3321 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
3322 * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
3323 * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
3324 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
3325 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
3326 * platform/mac/fast/forms/search-rtl-expected.txt:
3327 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
3328 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
3329 * platform/mac/fast/forms/searchfield-heights-expected.txt:
3330 * platform/mac/fast/forms/select-baseline-expected.txt:
3331 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
3332 * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
3333 * platform/mac/fast/forms/text-style-color-expected.txt:
3334 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
3335 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
3336 * platform/mac/fast/forms/textfield-overflow-expected.txt:
3337 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
3338 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
3339 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
3340 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
3341 * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
3342 * platform/mac/fast/gradients/generated-gradients-expected.txt:
3343 * platform/mac/fast/gradients/radial-centered-expected.txt:
3344 * platform/mac/fast/gradients/simple-gradients-expected.txt:
3345 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
3346 * platform/mac/fast/html/details-add-child-1-expected.txt:
3347 * platform/mac/fast/html/details-add-child-2-expected.txt:
3348 * platform/mac/fast/html/details-add-details-child-1-expected.txt:
3349 * platform/mac/fast/html/details-add-details-child-2-expected.txt:
3350 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
3351 * platform/mac/fast/html/details-add-summary-1-expected.txt:
3352 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
3353 * platform/mac/fast/html/details-add-summary-10-expected.txt:
3354 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
3355 * platform/mac/fast/html/details-add-summary-2-expected.txt:
3356 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
3357 * platform/mac/fast/html/details-add-summary-3-expected.txt:
3358 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
3359 * platform/mac/fast/html/details-add-summary-4-expected.txt:
3360 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
3361 * platform/mac/fast/html/details-add-summary-5-expected.txt:
3362 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
3363 * platform/mac/fast/html/details-add-summary-6-expected.txt:
3364 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
3365 * platform/mac/fast/html/details-add-summary-7-expected.txt:
3366 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
3367 * platform/mac/fast/html/details-add-summary-8-expected.txt:
3368 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
3369 * platform/mac/fast/html/details-add-summary-9-expected.txt:
3370 * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
3371 * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
3372 * platform/mac/fast/html/details-marker-style-expected.txt:
3373 * platform/mac/fast/html/details-nested-1-expected.txt:
3374 * platform/mac/fast/html/details-nested-2-expected.txt:
3375 * platform/mac/fast/html/details-no-summary1-expected.txt:
3376 * platform/mac/fast/html/details-no-summary2-expected.txt:
3377 * platform/mac/fast/html/details-no-summary3-expected.txt:
3378 * platform/mac/fast/html/details-no-summary4-expected.txt:
3379 * platform/mac/fast/html/details-open-javascript-expected.txt:
3380 * platform/mac/fast/html/details-open1-expected.txt:
3381 * platform/mac/fast/html/details-open2-expected.txt:
3382 * platform/mac/fast/html/details-open3-expected.txt:
3383 * platform/mac/fast/html/details-open4-expected.txt:
3384 * platform/mac/fast/html/details-open5-expected.txt:
3385 * platform/mac/fast/html/details-open6-expected.txt:
3386 * platform/mac/fast/html/details-position-expected.txt:
3387 * platform/mac/fast/html/details-remove-child-1-expected.txt:
3388 * platform/mac/fast/html/details-remove-child-2-expected.txt:
3389 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
3390 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
3391 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
3392 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
3393 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
3394 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
3395 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
3396 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
3397 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
3398 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
3399 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
3400 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
3401 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
3402 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
3403 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
3404 * platform/mac/fast/html/details-replace-text-expected.txt:
3405 * platform/mac/fast/html/details-writing-mode-expected.txt:
3406 * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
3407 * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
3408 * platform/mac/fast/images/zoomed-img-size-expected.txt:
3409 * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
3410 * platform/mac/fast/inline/002-expected.txt:
3411 * platform/mac/fast/inline/continuation-outlines-expected.txt:
3412 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
3413 * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt: