1 2014-06-26 Manuel Rego Casasnovas <rego@igalia.com>
3 [CSS Grid Layout] Properly support for z-index on grid items
4 https://bugs.webkit.org/show_bug.cgi?id=103329
6 Reviewed by Benjamin Poulain.
8 From Blink r157620 by <jchaffraix@chromium.org> and r172402 by
9 <wangxianzhu@chromium.org>.
11 * css3/blending/repaint/blend-mode-turn-off-isolation-expected.txt: Test rebaseline.
12 * fast/css-grid-layout/grid-item-z-index-change-repaint-expected.html: Added.
13 * fast/css-grid-layout/grid-item-z-index-change-repaint.html: Added.
14 * fast/css-grid-layout/grid-item-z-index-stacking-context-expected.html: Added.
15 * fast/css-grid-layout/grid-item-z-index-stacking-context.html: Added.
16 * fast/css-grid-layout/grid-item-z-index-support-expected.txt: Added.
17 * fast/css-grid-layout/grid-item-z-index-support.html: Added.
19 2014-06-25 Myles C. Maxfield <mmaxfield@apple.com>
21 compositing/visible-rect/iframe-no-layers.html is broken and confusing
22 https://bugs.webkit.org/show_bug.cgi?id=134317
24 Reviewed by Simon Fraser.
26 The test doesn't wait for scrolling to occur and has unnecessary style stanzas.
28 * compositing/visible-rect/iframe-no-layers.html:
29 * compositing/visible-rect/resources/subframe-with-layers.html:
30 * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
31 * platform/ios-sim/compositing/visible-rect/iframe-no-layers-expected.txt:
32 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
34 2014-06-25 Geoffrey Garen <ggaren@apple.com>
36 Unreviewed, rolling out r166876.
38 Caused some ECMA test262 failures
42 "Date object needs to check for ES5 15.9.1.14 TimeClip limit."
43 https://bugs.webkit.org/show_bug.cgi?id=131248
44 http://trac.webkit.org/changeset/166876
46 2014-06-25 Dirk Schulze <krit@webkit.org>
48 Add all blend modes to feBlend
50 feBlend should support all blend modes from CSS and Canvas
51 https://bugs.webkit.org/show_bug.cgi?id=134296
53 Added tests for new blend modes in feBlend as well as a test for 'normal' blend mode
56 Reviewed by Dean Jackson.
58 * fast/canvas/canvas-blend-image-expected.txt:
59 * fast/canvas/canvas-blend-solid-expected.txt:
60 * fast/canvas/script-tests/canvas-blend-image.js: Test 'normal' blend mode in Canvas.
61 (prepareTestScenario):
62 * fast/canvas/script-tests/canvas-blend-solid.js: Ditto.
63 (prepareTestScenario):
64 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
65 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: DRT output is lowercase now.
66 * platform/mac/svg/filters/feBlend-all-blendmodes-expected.png: Added.
67 * platform/mac/svg/filters/feBlend-all-blendmodes-expected.txt: Added.
68 * svg/filters/feBlend-all-blendmodes.svg: Added. Tests all blend modes now supported by feBlend.
69 * svg/filters/feBlend-invalid-mode.xhtml: Add an upper bound check as well.
71 2014-06-25 Chris Fleizach <cfleizach@apple.com>
73 AX: Crash at com.apple.WebCore: WebCore::AlternativeTextController::removeDictationAlternativesForMarker + 43
74 https://bugs.webkit.org/show_bug.cgi?id=134226
76 Reviewed by Enrica Casucci.
78 * platform/mac-wk2/TestExpectations:
79 Skip test on wk2 because dictation related tests are not yet supported (89401)
80 * platform/mac/editing/input/crash-for-empty-text-alternative-expected.txt: Added.
81 * platform/mac/editing/input/crash-for-empty-text-alternative.html: Added.
83 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
85 Remove build guard for progress element
86 https://bugs.webkit.org/show_bug.cgi?id=134292
88 Reviewed by Benjamin Poulain.
90 Remove PROGRESS_ELEMENT from the comment to reflect the change.
92 * fast/dom/wrapper-classes.html:
94 2014-06-24 Frédéric Wang <fred.wang@free.fr>
96 [EFL] [GTK] Update the MathML test references.
97 https://bugs.webkit.org/show_bug.cgi?id=134153
99 Reviewed by Martin Robinson.
101 We update the GTK references after the move to Latin Modern Math.
103 * mathml/presentation/bug95015-expected.html: hide the base X since it is causing antialiasing diff.
104 * mathml/presentation/bug95015.html: ditto
105 * platform/efl/TestExpectations: enable some tests again (the references must be updated).
106 * platform/gtk/TestExpectations: enable OpenType MATH test again, mark mo-stacked-glyphs as failing.
107 * platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt: update reference.
108 * platform/gtk/mathml/presentation/mo-stretch-expected.png: ditto
109 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto
110 * platform/gtk/mathml/presentation/roots-expected.png: ditto
111 * platform/gtk/mathml/presentation/roots-expected.txt: ditto
113 2014-06-24 Commit Queue <commit-queue@webkit.org>
115 Unreviewed, rolling out r170414.
116 https://bugs.webkit.org/show_bug.cgi?id=134291
118 the patch added a test that fails on almost every Mac tester
119 (Requested by rniwa on #webkit).
123 "Tiles on bottom of screen are not always allocated when
125 https://bugs.webkit.org/show_bug.cgi?id=134272
126 http://trac.webkit.org/changeset/170414
128 2014-06-24 Myles C. Maxfield <mmaxfield@apple.com>
130 Tiles on bottom of screen are not always allocated when necessary
131 https://bugs.webkit.org/show_bug.cgi?id=134272
133 Reviewed by Simon Fraser.
135 Apply a content inset, then dump visible rects.
137 * platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt: Added.
138 * platform/mac-wk2/tiled-drawing/visible-rect-content-inset.html: Added.
140 2014-06-24 Samuel White <samuel_white@apple.com>
142 AX: Remove tight platform expectation coupling form roles-exposed layout test.
143 https://bugs.webkit.org/show_bug.cgi?id=134123
145 Reviewed by Chris Fleizach.
147 Don't enforce platform specific differences in the test itself. This is what the various expectation files are for.
149 * accessibility/roles-exposed-expected.txt:
150 * accessibility/roles-exposed.html:
151 * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt:
152 * platform/mac/accessibility/roles-exposed-expected.txt:
154 2014-06-24 Mark Rowe <mrowe@apple.com>
156 WKContextHistoryClient::didNavigateWithNavigationData is passed incorrect URL when history.pushState is used
157 <https://webkit.org/b/134271> / <rdar://problem/16270167>
159 Reviewed by Brady Eidson.
161 * http/tests/globalhistory/history-delegate-pushstate-expected.txt: Added.
162 * http/tests/globalhistory/history-delegate-pushstate.html: Added.
163 * http/tests/globalhistory/history-delegate-replacestate-expected.txt: Added.
164 * http/tests/globalhistory/history-delegate-replacestate.html: Added.
166 2014-06-24 Yusuke Suzuki <utatane.tea@gmail.com>
168 CSS JIT: Add positionInRootFragments to SelectorFragment
169 https://bugs.webkit.org/show_bug.cgi?id=133609
171 Reviewed by Benjamin Poulain.
173 Some non-backtrack-related predicates use relationToRightFragment information
174 to decide whether checkingContext->elementStyle should be refered.
175 To make it works correctly, add the positionInRootFragments field to SelectorFragment.
176 When positionInRootFragments == Rightmost and relationToRightFragment == Rightmost,
177 we should see checkingContext->elementStyle.
179 * fast/selectors/first-child-update-with-renderer-expected.txt: Added.
180 * fast/selectors/first-child-update-with-renderer.html: Added.
182 2014-06-24 Jarek Czekalski <jarekczek@poczta.onet.pl>
184 [ATK] Extended the test for accessibility of text inside "span" block in "a" block
185 with the tests for caret movements in these cases.
186 https://bugs.webkit.org/show_bug.cgi?id=130941
188 Reviewed by Mario Sanchez Prada.
190 * platform/gtk/accessibility/text-in-span-block-in-a-block-expected.txt:
191 * platform/gtk/accessibility/text-in-span-block-in-a-block.html:
192 Added testing for text-caret-moved signal. Added one more "a" element to the set.
194 2014-06-24 Michał Pakuła vel Rutka <m.pakula@samsung.com>
196 [EFL] Merge efl-wk2 and efl test expectations files
197 https://bugs.webkit.org/show_bug.cgi?id=134245
199 Unreviewed gardening after removing WebKit1.
201 * platform/efl-wk2/TestExpectations: An empty file left, as deleting it may break flakiness dashboard.
202 * platform/efl/TestExpectations: Merged with platform/efl-wk2/TestExpectations.
204 2014-06-20 Jer Noble <jer.noble@apple.com>
206 HTMLMediaElement seek algorithm should allow cancelling previous seeks.
207 https://bugs.webkit.org/show_bug.cgi?id=134116
209 Reviewed by Eric Carlson.
211 * media/video-seek-double-expected.txt: Added.
212 * media/video-seek-double.html: Added.
214 2014-06-19 Jeffrey Pfau <jpfau@apple.com>
216 Database process crashes when multiple transactions attempt to run at once
217 https://bugs.webkit.org/show_bug.cgi?id=134139
219 Reviewed by David Kilzer.
221 * storage/indexeddb/transaction-overlapping-expected.txt: Added.
222 * storage/indexeddb/transaction-overlapping.html: Added.
224 2014-06-23 Antti Koivisto <antti@apple.com>
226 Fix a test case failing on WK1 after r170296.
228 There is now a non-visual render tree dump difference between WK1 and Wk2 results here due to wk1 requiring an additional style synchronization.
230 * platform/mac-wk2/editing/inserting: Added.
231 * platform/mac-wk2/editing/inserting/break-blockquote-after-delete-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt.
232 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
234 2014-06-23 Simon Fraser <simon.fraser@apple.com>
236 CSS clip property should make layers non-opaque
237 https://bugs.webkit.org/show_bug.cgi?id=134147
239 Reviewed by Tim Horton.
241 * compositing/contents-opaque/opaque-with-clip-expected.html: Added.
242 * compositing/contents-opaque/opaque-with-clip.html: Added.
244 2014-06-23 Simon Fraser <simon.fraser@apple.com>
246 Adding a mask on a simple color compositing layer removes the content
247 https://bugs.webkit.org/show_bug.cgi?id=134127
249 Reviewed by Dean Jackson.
251 * compositing/masks/mask-layer-size-expected.txt:
252 * compositing/masks/solid-color-masked-expected.html: Added.
253 * compositing/masks/solid-color-masked.html: Added.
255 2014-06-23 David Hyatt <hyatt@apple.com>
257 [New Multicolumn] Writing mode changes on the <html> and RenderView need to
258 be propagated to column sets and flow thread children of those renderers.
259 https://bugs.webkit.org/show_bug.cgi?id=134121
260 <rdar://problem/16884527>
262 Reviewed by Dean Jackson.
264 * fast/multicol/pagination/RightToLeft-rl-dynamic.html: Added.
265 * platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.png:
266 * platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.png:
267 * platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.png:
268 * platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.png:
269 * platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.png:
270 * platform/mac/fast/multicol/pagination/LeftToRight-lr-expected.png:
271 * platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.png:
272 * platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.png:
273 * platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.png:
274 * platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.png:
275 * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.png: Added.
276 * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Added.
277 * platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.png:
278 * platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.png:
279 * platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.png:
280 * platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.png:
281 * platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.png:
282 * platform/mac/fast/multicol/pagination/TopToBottom-tb-expected.png:
283 * platform/mac/fast/multicol/pagination/nested-transforms-expected.png:
285 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
287 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
288 https://bugs.webkit.org/show_bug.cgi?id=134192
290 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
292 * platform/efl/webaudio/oscillator-custom-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-custom-expected.wav.
293 * platform/efl/webaudio/oscillator-sawtooth-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-sawtooth-expected.wav.
294 * platform/efl/webaudio/oscillator-sine-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-sine-expected.wav.
295 * platform/efl/webaudio/oscillator-square-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-square-expected.wav.
296 * platform/efl/webaudio/oscillator-triangle-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-triangle-expected.wav.
297 * platform/efl/webaudio/up-mixing-mono-51-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/up-mixing-mono-51-expected.wav.
298 * platform/efl/webaudio/up-mixing-mono-stereo-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/up-mixing-mono-stereo-expected.wav.
299 * platform/efl/webaudio/up-mixing-stereo-51-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/up-mixing-stereo-51-expected.wav.
301 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
303 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
304 https://bugs.webkit.org/show_bug.cgi?id=134192
306 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
308 * platform/efl/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-loop-points-expected.wav.
309 * platform/efl/webaudio/audiobuffersource-multi-channels-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-multi-channels-expected.wav.
310 * platform/efl/webaudio/audiobuffersource-playbackrate-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-playbackrate-expected.wav.
311 * platform/efl/webaudio/gain-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/gain-expected.wav.
312 * platform/efl/webaudio/mixing-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/mixing-expected.wav.
314 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
316 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
317 https://bugs.webkit.org/show_bug.cgi?id=134192
319 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
321 * platform/efl/fast/: Renamed from LayoutTests/platform/efl-wk2/fast/.
322 * platform/efl/webaudio/audiobuffersource-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-expected.wav.
323 * platform/efl/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav.
324 * platform/efl/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.txt: Renamed from LayoutTests/platform/efl-wk2/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.txt.
325 * platform/efl/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.txt: Renamed from LayoutTests/platform/efl-wk2/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.txt.
326 * platform/efl/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.txt: Renamed from LayoutTests/platform/efl-wk2/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.txt.
327 * platform/efl/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav.
328 * platform/efl/webaudio/codec-tests/wav/24bit-44khz-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/codec-tests/wav/24bit-44khz-expected.wav.
330 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
332 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
334 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
336 * platform/efl/accessibility/: Renamed from LayoutTests/platform/efl-wk2/accessibility/.
337 * platform/efl/compositing/: Renamed from LayoutTests/platform/efl-wk2/compositing/.
338 * platform/efl/editing/: Renamed from LayoutTests/platform/efl-wk2/editing/.
339 * platform/efl/fast/: Renamed from LayoutTests/platform/efl-wk2/fast/.
340 * platform/efl/http/: Renamed from LayoutTests/platform/efl-wk2/http/.
341 * platform/efl/ietestcenter: Renamed from LayoutTests/platform/efl-wk2/ietestcenter/.
342 * platform/efl/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local-expected.txt: Renamed from LayoutTests/platform/efl-wk2/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local-expected.txt.
343 * platform/efl/loader/go-back-cached-main-resource-expected.txt: Renamed from LayoutTests/platform/efl-wk2/loader/go-back-cached-main-resource-expected.txt.
344 * platform/efl/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-layer-crash-expected.png.
345 * platform/efl/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-transformed-expected.png.
346 * platform/efl/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-zoom-controls-expected.png.
347 * platform/efl/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-zoom-expected.png.
348 * platform/efl/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Renamed from LayoutTests/platform/efl-wk2/plugins/npruntime/object-from-destroyed-plugin-expected.txt.
349 * platform/efl/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Renamed from LayoutTests/platform/efl-wk2/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt.
350 * platform/efl/svg/: Renamed from LayoutTests/platform/efl-wk2/svg/.
351 * platform/efl/transforms/2d/hindi-rotated-expected.png:
352 * platform/efl/transforms/2d/hindi-rotated-expected.txt:
354 2014-06-23 Dean Jackson <dino@apple.com>
356 REGRESSION (r170257) http/tests/navigation/javascriptlink-frames.html fails on MountainLion
357 https://bugs.webkit.org/show_bug.cgi?id=134182
359 Rebaseline for Mountain Lion.
361 * platform/mac-mountainlion/TestExpectations: Removed.
362 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt:
364 2014-06-22 Brady Eidson <beidson@apple.com>
366 REGRESSION (r170257) http/tests/navigation/javascriptlink-frames.html fails on MountainLion
367 https://bugs.webkit.org/show_bug.cgi?id=134182
369 Unreviewed gardening.
371 * platform/mac-mountainlion/TestExpectations: Added, skip the test.
373 2014-06-20 Simon Fraser <simon.fraser@apple.com>
375 [WK2] Frameset frames are not scrollable after loading (and should be)
376 https://bugs.webkit.org/show_bug.cgi?id=134151
377 <rdar://problem/17403365>
379 Reviewed by Dan Bates.
381 Frameset test that dumps the scrolling tree.
383 * platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability.html: Added.
384 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/scrollable-page.html: Added.
386 2014-06-20 Simon Fraser <simon.fraser@apple.com>
388 Have scrollingTreeAsText() dump the non-fast-scrollable region
389 https://bugs.webkit.org/show_bug.cgi?id=134149
391 Reviewed by Sam Weinig.
395 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt:
396 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
397 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt:
398 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
399 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt:
401 2014-06-21 Dean Jackson <dino@apple.com>
403 [Mac] Margins for new form controls need tweaking
404 https://bugs.webkit.org/show_bug.cgi?id=134135
405 <rdar://problem/17262164>
407 Reviewed by Sam Weinig.
409 Take 2 of this patch adds some Mountain Lion results.
411 Rebaseline a bunch of results since some <input> dimensions
414 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt:
415 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.png: Added.
416 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt:
417 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt:
418 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.png: Added.
419 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt:
420 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt:
421 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
422 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt:
423 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frame-expected.txt: Added.
424 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt:
425 * platform/mac/css1/box_properties/acid_test-expected.png:
426 * platform/mac/css1/box_properties/acid_test-expected.txt:
427 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png:
428 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
429 * platform/mac/fast/block/basic/011-expected.png:
430 * platform/mac/fast/block/basic/011-expected.txt:
431 * platform/mac/fast/block/margin-collapse/103-expected.png:
432 * platform/mac/fast/block/margin-collapse/103-expected.txt:
433 * platform/mac/fast/forms/basic-inputs-expected.png:
434 * platform/mac/fast/forms/basic-inputs-expected.txt:
435 * platform/mac/fast/forms/box-shadow-override-expected.png:
436 * platform/mac/fast/forms/box-shadow-override-expected.txt:
437 * platform/mac/fast/forms/form-element-geometry-expected.png:
438 * platform/mac/fast/forms/form-element-geometry-expected.txt:
439 * platform/mac/fast/forms/formmove-expected.txt:
440 * platform/mac/fast/forms/formmove2-expected.png:
441 * platform/mac/fast/forms/formmove2-expected.txt:
442 * platform/mac/fast/forms/input-appearance-height-expected.png:
443 * platform/mac/fast/forms/input-appearance-height-expected.txt:
444 * platform/mac/fast/forms/input-value-expected.png:
445 * platform/mac/fast/forms/input-value-expected.txt:
446 * platform/mac/fast/inline/positionedLifetime-expected.txt:
447 * platform/mac/fast/replaced/replaced-breaking-expected.png:
448 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
449 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
450 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
451 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
452 * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
453 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
454 * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
455 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
456 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
457 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
458 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
459 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
461 2014-06-21 Commit Queue <commit-queue@webkit.org>
463 Unreviewed, rolling out r170228.
464 https://bugs.webkit.org/show_bug.cgi?id=134155
466 Caused 9 layout test failures on Mountain Lion
467 http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK2%20(Tests)/builds/19216
468 (Requested by bradee-oh on #webkit).
472 "[Mac] Margins for new form controls need tweaking"
473 https://bugs.webkit.org/show_bug.cgi?id=134135
474 http://trac.webkit.org/changeset/170228
476 2014-06-21 Frédéric Wang <fred.wang@free.fr>
478 Remove latinmodern-math.woff from LayoutTests/mathml/opentype
479 https://bugs.webkit.org/show_bug.cgi?id=134094
481 Reviewed by Martin Robinson.
483 We remove latinmodern-math.woff from the source and make mathml/opentype/*LatinModern* tests not font-specific, so that each platform will use whatever OpenType MATH is available.
484 Until bug 133604 is fixed and Latin Modern Math installed on the Linux bots, the tests are marked as failed. More generally, we need to fix bug 133603.
485 The test mathml/opentype/roots-LatinModern is removed since it will duplicate mathml/presentation/roots.xhtml when OpenType MATH fonts are available.
487 * mathml/opentype/LICENSE-LatinModern.txt: Removed.
488 * mathml/opentype/horizontal-munderover.html: Renamed from LayoutTests/mathml/opentype/horizontal-LatinModern-munderover.html.
489 * mathml/opentype/horizontal.html: Renamed from LayoutTests/mathml/opentype/horizontal-LatinModern.html.
490 * mathml/opentype/large-operators-LatinModern.html: Removed.
491 * mathml/opentype/large-operators.html: Added.
492 * mathml/opentype/latinmodern-math.woff: Removed.
493 * mathml/opentype/opentype-stretchy-horizontal.html:
494 * mathml/opentype/roots-LatinModern.html: Removed.
495 * mathml/opentype/vertical.html: Renamed from LayoutTests/mathml/opentype/vertical-LatinModern.html.
496 * platform/efl/TestExpectations:
497 * platform/efl/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/horizontal-LatinModern-expected.txt.
498 * platform/efl/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
499 * platform/efl/mathml/opentype/large-operators-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png.
500 * platform/efl/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt.
501 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Removed.
502 * platform/efl/mathml/opentype/vertical-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/vertical-LatinModern-expected.png.
503 * platform/efl/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/vertical-LatinModern-expected.txt.
504 * platform/gtk/TestExpectations:
505 * platform/gtk/mathml/opentype/horizontal-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-expected.png.
506 * platform/gtk/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-expected.txt.
507 * platform/gtk/mathml/opentype/horizontal-munderover-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.png.
508 * platform/gtk/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
509 * platform/gtk/mathml/opentype/large-operators-expected.png: Renamed from LayoutTests/platform/efl/mathml/opentype/large-operators-LatinModern-expected.png.
510 * platform/gtk/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt.
511 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Removed.
512 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Removed.
513 * platform/gtk/mathml/opentype/vertical-expected.png: Renamed from LayoutTests/platform/efl/mathml/opentype/vertical-LatinModern-expected.png.
514 * platform/gtk/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt.
515 * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Removed.
516 * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Removed.
517 * platform/mac/TestExpectations:
518 * platform/mac/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/horizontal-LatinModern-expected.txt.
519 * platform/mac/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
520 * platform/mac/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt.
521 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Removed.
522 * platform/mac/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/vertical-LatinModern-expected.txt.
523 * platform/win/TestExpectations:
524 * platform/win/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/win/mathml/opentype/horizontal-LatinModern-expected.txt.
525 * platform/win/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/win/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
526 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Removed.
528 2014-06-20 Ryuan Choi <ryuan.choi@samsung.com>
530 [EFL] Remove WebKit1 test results
531 https://bugs.webkit.org/show_bug.cgi?id=134137
533 Reviewed by Daniel Bates.
535 * platform/efl-wk1: Removed entire directory which contains the WebKit1 EFL test results.
537 2014-06-20 Dean Jackson <dino@apple.com>
539 [Mac] Margins for new form controls need tweaking
540 https://bugs.webkit.org/show_bug.cgi?id=134135
541 <rdar://problem/17262164>
543 Reviewed by Sam Weinig.
545 Rebaseline a bunch of results since some <input> dimensions
548 * platform/mac/css1/box_properties/acid_test-expected.png:
549 * platform/mac/css1/box_properties/acid_test-expected.txt:
550 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png:
551 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
552 * platform/mac/fast/block/basic/011-expected.png:
553 * platform/mac/fast/block/basic/011-expected.txt:
554 * platform/mac/fast/block/margin-collapse/103-expected.png:
555 * platform/mac/fast/block/margin-collapse/103-expected.txt:
556 * platform/mac/fast/forms/basic-inputs-expected.png:
557 * platform/mac/fast/forms/basic-inputs-expected.txt:
558 * platform/mac/fast/forms/box-shadow-override-expected.png:
559 * platform/mac/fast/forms/box-shadow-override-expected.txt:
560 * platform/mac/fast/forms/form-element-geometry-expected.png:
561 * platform/mac/fast/forms/form-element-geometry-expected.txt:
562 * platform/mac/fast/forms/formmove-expected.txt:
563 * platform/mac/fast/forms/formmove2-expected.png:
564 * platform/mac/fast/forms/formmove2-expected.txt:
565 * platform/mac/fast/forms/input-appearance-height-expected.png:
566 * platform/mac/fast/forms/input-appearance-height-expected.txt:
567 * platform/mac/fast/forms/input-value-expected.png:
568 * platform/mac/fast/forms/input-value-expected.txt:
569 * platform/mac/fast/inline/positionedLifetime-expected.txt:
570 * platform/mac/fast/replaced/replaced-breaking-expected.png:
571 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
572 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
573 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
574 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
575 * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
576 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
577 * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
578 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
579 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
580 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
581 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
582 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
584 2014-06-20 Myles C. Maxfield <mmaxfield@apple.com>
586 [iOS] Support Khmer and Lao fallback fonts
587 https://bugs.webkit.org/show_bug.cgi?id=134114
589 Reviewed by Enrica Casucci.
591 Simply dump the render tree of a page that includes Khmer and Lao text. The success
592 of this test depends on font font metrics being different than system fallback font
593 (which just shows rectangles instead of glyphs).
595 * fast/text/khmer-lao-font.html: Added.
596 * platform/ios-sim/fast/text/khmer-lao-font-expected.txt: Added.
597 * platform/mac/fast/text/khmer-lao-font-expected.txt: Added.
599 2014-06-20 Simon Fraser <simon.fraser@apple.com>
601 REGRESSION (r169972): fix issue when removing masks from compositing layers
602 https://bugs.webkit.org/show_bug.cgi?id=134118
603 <rdar://problem/17366654>
605 Reviewed by Dean Jackson.
607 Test that toggles the mask on a composited element.
609 * compositing/masks/toggle-mask-expected.txt: Added.
610 * compositing/masks/toggle-mask.html: Added.
612 2014-06-19 Simon Fraser <simon.fraser@apple.com>
614 [iOS WebKit2] Make -webkit-overflow-scrolling:touch work in iframes (breaks MSWord previews)
615 https://bugs.webkit.org/show_bug.cgi?id=134085
617 Reviewed by Tim Horton.
619 Tests that add and remove a fixed container of a scroll-coordinated iframe.
621 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
622 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt: Added.
623 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html: Added.
624 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
625 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt: Added.
626 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html: Added.
627 * platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt: Added.
628 * platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame.html: Added.
629 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html:
631 2014-06-19 Mario Sanchez Prada <mario.prada@samsung.com>
633 Unreviewed GTK gardening.
635 Updated text expectations after r170138.
637 * platform/gtk/accessibility/image-map2-expected.txt: Updated.
638 * platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Updated.
640 2014-06-19 Rohit Kumar <kumar.rohit@samsung.com>
642 [EFL] Add expectations for failing svg/wicd/rightsizing-grid.xhtml layout test
643 https://bugs.webkit.org/show_bug.cgi?id=133982
645 Unreviewed gardening.
647 * platform/efl/TestExpectations:
649 2014-06-18 James Craig <jcraig@apple.com>
651 Web Inspector: AXI: expose aria-relevant
652 https://bugs.webkit.org/show_bug.cgi?id=130913
654 Reviewed by Joseph Pecoraro.
656 Expose ARIA live region relevance in Web Inspector.
657 E.g. "Live: Assertive (Additions, Text)"
659 * inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Minor update.
660 * inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion-expected.txt: Updated with new output.
661 * inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion.html: Updated with new elements.
663 2014-06-18 Simon Fraser <simon.fraser@apple.com>
665 Add rebeccapurple to CSS named color list
666 https://bugs.webkit.org/show_bug.cgi?id=133804
668 Reviewed by Jer Noble.
670 Add the named color "rebeccapurple" (#639).
672 * fast/css/named-colors-expected.txt:
673 * fast/css/named-colors.html:
675 2014-06-11 Jeffrey Pfau <jpfau@apple.com>
677 Fix flaky beforeload tests
678 https://bugs.webkit.org/show_bug.cgi?id=133685
680 Reviewed by David Kilzer.
682 * platform/wk2/TestExpectations: Unskip tests that are no longer flaky
684 2014-06-18 Benjamin Poulain <benjamin@webkit.org>
686 Subtrees with :first-child and :last-child are not invalidated when siblings are added/removed
687 https://bugs.webkit.org/show_bug.cgi?id=133934
689 Reviewed by Antti Koivisto.
691 * fast/css/getComputedStyle/empty-update-without-renderer-expected.txt: Added.
692 * fast/css/getComputedStyle/empty-update-without-renderer.html: Added.
693 * fast/css/getComputedStyle/first-child-update-without-renderer-expected.txt: Added.
694 * fast/css/getComputedStyle/first-child-update-without-renderer.html: Added.
695 * fast/css/getComputedStyle/last-child-update-without-renderer-expected.txt: Added.
696 * fast/css/getComputedStyle/last-child-update-without-renderer.html: Added.
698 2014-06-18 Daniel Bates <dabates@apple.com>
700 REGRESSION (r167856): Unable to log into HSBC app
701 https://bugs.webkit.org/show_bug.cgi?id=133991
702 <rdar://problem/17044839>
704 Reviewed by David Kilzer.
706 Add tests to ensure that the WebKit client will be notified to service a redirect to an invalid
707 URL when the setting allowNavigationToInvalidURL is enabled and will not be notified when
708 the setting is disabled.
710 * fast/loader/allow-redirect-to-invalid-url-using-javascript-expected.txt: Added.
711 * fast/loader/allow-redirect-to-invalid-url-using-javascript.html: Added.
712 * fast/loader/allow-redirect-to-invalid-url-using-meta-refresh-expected.txt: Added.
713 * fast/loader/allow-redirect-to-invalid-url-using-meta-refresh.html: Added.
714 * fast/loader/disallow-redirect-to-invalid-url-using-javascript-expected.txt: Added.
715 * fast/loader/disallow-redirect-to-invalid-url-using-javascript.html: Added.
716 * fast/loader/disallow-redirect-to-invalid-url-using-meta-refresh-expected.txt: Added.
717 * fast/loader/disallow-redirect-to-invalid-url-using-meta-refresh.html: Added.
718 * fast/loader/resources/redirect-to-invalid-url-using-javascript.html: Added.
719 * fast/loader/resources/redirect-to-invalid-url-using-meta-refresh.html: Added.
721 2014-06-18 Commit Queue <commit-queue@webkit.org>
723 Unreviewed, rolling out r170099.
724 https://bugs.webkit.org/show_bug.cgi?id=134031
726 Introduced a layouttest failure to the mac bots (Requested by
727 bradeeoh on #webkit).
731 "Mark mathml/wbr-in-mroot-crash.html as "Timeout Pass""
732 https://bugs.webkit.org/show_bug.cgi?id=130353
733 http://trac.webkit.org/changeset/170099
735 2014-06-18 Frédéric Wang <fred.wang@free.fr>
737 Mark mathml/wbr-in-mroot-crash.html as "Timeout Pass"
738 https://bugs.webkit.org/show_bug.cgi?id=130353
740 Unreviewed gardening.
742 * platform/efl/TestExpectations:
743 * platform/mac/TestExpectations:
745 2014-06-17 Zalan Bujtas <zalan@apple.com>
747 Fix 'lint-test-files' warnings on run-webkit-test -2
748 https://bugs.webkit.org/show_bug.cgi?id=134011
752 Remove entries referring to non-existing files from TestExpectations.
754 * platform/mac-wk2/TestExpectations:
756 2014-06-17 Oliver Hunt <oliver@apple.com>
758 Fix error messages for incorrect hex literals
759 https://bugs.webkit.org/show_bug.cgi?id=133998
761 Reviewed by Mark Lam.
763 Update tests for sane error messages.
765 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.1_T1-expected.txt:
766 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.1_T2-expected.txt:
767 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.2_T1-expected.txt:
768 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.2_T2-expected.txt:
770 2014-06-17 Carlos Alberto Lopez Perez <clopez@igalia.com>
772 [GTK] Fix the handling of resize events after r169505.
773 https://bugs.webkit.org/show_bug.cgi?id=133517
775 Reviewed by Martin Robinson.
777 * platform/gtk/TestExpectations: Remove the expectations for the
779 * platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
782 2014-06-17 Myles C. Maxfield <mmaxfield@apple.com>
784 [iOS] Input type=time elements styled with SVG fonts have 0 width
785 https://bugs.webkit.org/show_bug.cgi?id=133524
787 Reviewed by Simon Fraser.
789 Simply render a variety of input elements with SVG fonts, and make sure they have sane widths. Note that this
790 test is not platform-specific, even though the bug is.
792 * fast/forms/time-input-svg-font-expected.txt: Added.
793 * fast/forms/time-input-svg-font.html: Added.
795 2014-06-17 Simon Fraser <simon.fraser@apple.com>
797 [UI-side compositing] fix reflections on composited layers
798 https://bugs.webkit.org/show_bug.cgi?id=133942
800 Reviewed by Tim Horton.
802 Test with a reflected div, that repaints on a timer to test backing
803 store updating on the clone.
805 * compositing/reflections/repaint-with-reflection-expected.html: Added.
806 * compositing/reflections/repaint-with-reflection.html: Added.
808 2014-06-17 Commit Queue <commit-queue@webkit.org>
810 Unreviewed, rolling out r170058.
811 https://bugs.webkit.org/show_bug.cgi?id=133993
813 Caused 4 webkitpy failures on the bots (Requested by bradee-oh
818 "[GTK] Fix the handling of resize events after r169505."
819 https://bugs.webkit.org/show_bug.cgi?id=133517
820 http://trac.webkit.org/changeset/170058
822 2014-06-17 Carlos Alberto Lopez Perez <clopez@igalia.com>
824 [GTK] Fix the handling of resize events after r169505.
825 https://bugs.webkit.org/show_bug.cgi?id=133517
827 Reviewed by Martin Robinson.
829 * platform/gtk/TestExpectations: Remove the expectations for the tests
831 * platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
834 2014-06-17 Andrzej Badowski <a.badowski@samsung.com>
836 [EFL] Add expectations for three failing/flaky layout tests.
837 https://bugs.webkit.org/show_bug.cgi?id=133977
839 Unreviewed EFL gardening.
841 * platform/efl/TestExpectations:
843 2014-06-17 Jer Noble <jer.noble@apple.com>
845 [MSE] Overwritten samples are removed from buffered ranges using decode times; added samples using presentation times
846 https://bugs.webkit.org/show_bug.cgi?id=133959
848 Reviewed by Eric Carlson.
850 * media/media-source/media-source-overlapping-append-buffered-expected.txt: Added.
851 * media/media-source/media-source-overlapping-append-buffered.html: Added.
853 2014-06-16 Mihnea Ovidenie <mihnea@adobe.com>
855 [CSS Regions] Move the overflow tests to a separate folder
856 https://bugs.webkit.org/show_bug.cgi?id=130089
858 Reviewed by Andrei Bucur.
860 Move the overflow tests inside fast/regions/overflow folder.
861 Adjust tests paths and TestExpectations files accordingly.
863 * fast/regions/overflow/overflow-3dtransformed-region-expected.txt: Renamed from LayoutTests/fast/regions/overflow-3dtransformed-region-expected.txt.
864 * fast/regions/overflow/overflow-3dtransformed-region.html: Renamed from LayoutTests/fast/regions/overflow-3dtransformed-region.html.
865 * fast/regions/overflow/overflow-auto-after-float-expected.html: Renamed from LayoutTests/fast/regions/overflow-auto-after-float-expected.html.
866 * fast/regions/overflow/overflow-auto-after-float.html: Renamed from LayoutTests/fast/regions/overflow-auto-after-float.html.
867 * fast/regions/overflow/overflow-content-transform-rotate-expected.html: Renamed from LayoutTests/fast/regions/overflow-content-transform-rotate-expected.html.
868 * fast/regions/overflow/overflow-content-transform-rotate.html: Renamed from LayoutTests/fast/regions/overflow-content-transform-rotate.html.
869 * fast/regions/overflow/overflow-content-zero-height-region-expected.html: Renamed from LayoutTests/fast/regions/overflow-content-zero-height-region-expected.html.
870 * fast/regions/overflow/overflow-content-zero-height-region.html: Renamed from LayoutTests/fast/regions/overflow-content-zero-height-region.html.
871 * fast/regions/overflow/overflow-first-and-last-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-first-and-last-regions-expected.html.
872 * fast/regions/overflow/overflow-first-and-last-regions-in-container-hidden-expected.html: Renamed from LayoutTests/fast/regions/overflow-first-and-last-regions-in-container-hidden-expected.html.
873 * fast/regions/overflow/overflow-first-and-last-regions-in-container-hidden.html: Renamed from LayoutTests/fast/regions/overflow-first-and-last-regions-in-container-hidden.html.
874 * fast/regions/overflow/overflow-first-and-last-regions.html: Renamed from LayoutTests/fast/regions/overflow-first-and-last-regions.html.
875 * fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic-expected.html.
876 * fast/regions/overflow/overflow-in-uniform-regions-dynamic.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic.html.
877 * fast/regions/overflow/overflow-in-uniform-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions-expected.html.
878 * fast/regions/overflow/overflow-in-uniform-regions.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions.html.
879 * fast/regions/overflow/overflow-in-variable-width-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-expected.html.
880 * fast/regions/overflow/overflow-in-variable-width-regions-inline-bt-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-bt-expected.html.
881 * fast/regions/overflow/overflow-in-variable-width-regions-inline-bt.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-bt.html.
882 * fast/regions/overflow/overflow-in-variable-width-regions-inline-continuation-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-continuation-expected.html.
883 * fast/regions/overflow/overflow-in-variable-width-regions-inline-continuation.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-continuation.html.
884 * fast/regions/overflow/overflow-in-variable-width-regions-inline-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-expected.html.
885 * fast/regions/overflow/overflow-in-variable-width-regions-inline-lr-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-lr-expected.html.
886 * fast/regions/overflow/overflow-in-variable-width-regions-inline-lr.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-lr.html.
887 * fast/regions/overflow/overflow-in-variable-width-regions-inline-rl-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-rl-expected.html.
888 * fast/regions/overflow/overflow-in-variable-width-regions-inline-rl.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-rl.html.
889 * fast/regions/overflow/overflow-in-variable-width-regions-inline.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline.html.
890 * fast/regions/overflow/overflow-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions.html.
891 * fast/regions/overflow/overflow-last-region-horiz-bt-expected.html: Renamed from LayoutTests/fast/regions/overflow-last-region-horiz-bt-expected.html.
892 * fast/regions/overflow/overflow-last-region-horiz-bt.html: Renamed from LayoutTests/fast/regions/overflow-last-region-horiz-bt.html.
893 * fast/regions/overflow/overflow-last-region-vert-lr-expected.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-lr-expected.html.
894 * fast/regions/overflow/overflow-last-region-vert-lr.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-lr.html.
895 * fast/regions/overflow/overflow-last-region-vert-rl-expected.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-rl-expected.html.
896 * fast/regions/overflow/overflow-last-region-vert-rl.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-rl.html.
897 * fast/regions/overflow/overflow-moving-below-floats-in-variable-width-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html.
898 * fast/regions/overflow/overflow-moving-below-floats-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions.html.
899 * fast/regions/overflow/overflow-nested-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-nested-regions-expected.html.
900 * fast/regions/overflow/overflow-nested-regions.html: Renamed from LayoutTests/fast/regions/overflow-nested-regions.html.
901 * fast/regions/overflow/overflow-not-moving-below-floats-in-variable-width-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html.
902 * fast/regions/overflow/overflow-not-moving-below-floats-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html.
903 * fast/regions/overflow/overflow-region-float-expected.html: Renamed from LayoutTests/fast/regions/overflow-region-float-expected.html.
904 * fast/regions/overflow/overflow-region-float.html: Renamed from LayoutTests/fast/regions/overflow-region-float.html.
905 * fast/regions/overflow/overflow-region-inline-expected.html: Renamed from LayoutTests/fast/regions/overflow-region-inline-expected.html.
906 * fast/regions/overflow/overflow-region-inline.html: Renamed from LayoutTests/fast/regions/overflow-region-inline.html.
907 * fast/regions/overflow/overflow-region-transform-expected.html: Renamed from LayoutTests/fast/regions/overflow-region-transform-expected.html.
908 * fast/regions/overflow/overflow-region-transform.html: Renamed from LayoutTests/fast/regions/overflow-region-transform.html.
909 * fast/regions/overflow/overflow-rtl-in-variable-width-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-rtl-in-variable-width-regions-expected.html.
910 * fast/regions/overflow/overflow-rtl-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-rtl-in-variable-width-regions.html.
911 * fast/regions/overflow/overflow-scrollable-1-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-1-expected.html.
912 * fast/regions/overflow/overflow-scrollable-1.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-1.html.
913 * fast/regions/overflow/overflow-scrollable-2-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-2-expected.html.
914 * fast/regions/overflow/overflow-scrollable-2.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-2.html.
915 * fast/regions/overflow/overflow-scrollable-3-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-3-expected.html.
916 * fast/regions/overflow/overflow-scrollable-3.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-3.html.
917 * fast/regions/overflow/overflow-scrollable-fit-complex-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit-complex-expected.html.
918 * fast/regions/overflow/overflow-scrollable-fit-complex.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit-complex.html.
919 * fast/regions/overflow/overflow-scrollable-fit-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit-expected.html.
920 * fast/regions/overflow/overflow-scrollable-fit.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit.html.
921 * fast/regions/overflow/overflow-scrollable-nested-expected.txt: Renamed from LayoutTests/fast/regions/overflow-scrollable-nested-expected.txt.
922 * fast/regions/overflow/overflow-scrollable-nested.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-nested.html.
923 * fast/regions/overflow/overflow-scrollable-rel-pos-fragment-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rel-pos-fragment-expected.html.
924 * fast/regions/overflow/overflow-scrollable-rel-pos-fragment.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rel-pos-fragment.html.
925 * fast/regions/overflow/overflow-scrollable-rotated-fragment-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rotated-fragment-expected.html.
926 * fast/regions/overflow/overflow-scrollable-rotated-fragment.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rotated-fragment.html.
927 * fast/regions/overflow/overflow-scrollable-unsplittable-fragment-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-unsplittable-fragment-expected.html.
928 * fast/regions/overflow/overflow-scrollable-unsplittable-fragment.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-unsplittable-fragment.html.
929 * fast/regions/overflow/overflow-scrollable-varying-width-1-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-1-expected.html.
930 * fast/regions/overflow/overflow-scrollable-varying-width-1.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-1.html.
931 * fast/regions/overflow/overflow-scrollable-varying-width-2-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-2-expected.html.
932 * fast/regions/overflow/overflow-scrollable-varying-width-2.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-2.html.
933 * fast/regions/overflow/overflow-size-change-in-variable-width-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-size-change-in-variable-width-regions-expected.html.
934 * fast/regions/overflow/overflow-size-change-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-size-change-in-variable-width-regions.html.
935 * fast/regions/overflow/overflow-size-change-with-stacking-context-expected.html: Renamed from LayoutTests/fast/regions/overflow-size-change-with-stacking-context-expected.html.
936 * fast/regions/overflow/overflow-size-change-with-stacking-context-rtl-expected.html: Renamed from LayoutTests/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html.
937 * fast/regions/overflow/overflow-size-change-with-stacking-context-rtl.html: Renamed from LayoutTests/fast/regions/overflow-size-change-with-stacking-context-rtl.html.
938 * fast/regions/overflow/overflow-size-change-with-stacking-context.html: Renamed from LayoutTests/fast/regions/overflow-size-change-with-stacking-context.html.
939 * platform/efl/TestExpectations:
940 * platform/gtk/TestExpectations:
941 * platform/mac/TestExpectations:
942 * platform/win/TestExpectations:
944 2014-06-16 Mihnea Ovidenie <mihnea@adobe.com>
946 [CSSRegions] Region with border radius and overflow:hidden does not clip content
947 https://bugs.webkit.org/show_bug.cgi?id=133476
949 Reviewed by Andrei Bucur.
951 * fast/regions/region-border-radius-overflow-clip-expected.html: Added.
952 * fast/regions/region-border-radius-overflow-clip.html: Added.
954 2014-06-12 Mark Lam <mark.lam@apple.com>
956 Parser statementDepth accounting needs to account for when a function body excludes its braces.
957 <https://webkit.org/b/133832>
959 Reviewed by Oliver Hunt.
961 * js/parser-syntax-check-expected.txt:
962 * js/script-tests/parser-syntax-check.js:
963 - Added cases for declaring functions in strict mode.
964 - Added caught error to the test result logging if it's not a SyntaxError.
965 This helps catch the issue in this bug which was erroneously throwing
968 2014-06-16 Radu Stavila <stavila@adobe.com>
970 REGRESSION (r168046): Incorrect layout for multicol spanners when moving from one thread to another
971 https://bugs.webkit.org/show_bug.cgi?id=133589
973 Reviewed by Antti Koivisto.
975 * fast/multicol/newmulticol/spanner-crash-expected.txt: Added.
976 * fast/multicol/newmulticol/spanner-crash.html: Added.
978 2014-06-16 Mario Sanchez Prada <mario.prada@samsung.com>
980 [ATK] Missing 'selection-changed' signal when navigating a combo box with keyboard
981 https://bugs.webkit.org/show_bug.cgi?id=133512
983 Reviewed by Chris Fleizach.
985 Re-implemented test for combo boxes in terms of addNotificationListener()
986 instead of using the (already deprecated) logAccessibilityEvents method,
987 and made the test cross platform (as the fix is not platform specific).
989 * accessibility/combo-box-collapsed-selection-changed.html:
990 Implemented based on the former gtk-only test, and made it cross-platform.
991 * accessibility/combo-box-collapsed-selection-changed-expected.txt: New.
992 * platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Removed.
993 * platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Removed.
995 Updated expectation for test that checks that a notification is
996 sent when navigating through a multiselection list box, now that
997 we are actually printing such a notification.
999 * accessibility/multiselect-list-reports-active-option-expected.txt: Updated.
1001 Removed two expected failures from TestExpectations for tests that
1002 are now passing, one for the combo box test mentioned above and
1003 another one for a test that is passing as well now, after applying
1004 this fix: accessibility/menu-list-sends-change-notification.html
1006 * platform/gtk/TestExpectations: Removed two 'failure' expectations.
1008 * platform/mac/TestExpectations: Skip accessiblity test timing out, probably because
1009 those kind of notifications while navigating a combo box are not needed in the Mac.
1011 2014-06-16 Frédéric Wang <fred.wang@free.fr>
1013 Draw radicals with glyphs for better rendering
1014 https://bugs.webkit.org/show_bug.cgi?id=119038
1016 Reviewed by Chris Fleizach.
1018 We update the reference for some tests with radicals and update the expectation of tests for addition/removal of children in an msqrt/mroot element.
1019 We also add a test for bug 126516 (SVG transforms not applied to mroot) and a new test for radical drawing using an OpenType MATH table.
1021 * TestExpectations: enable the tests for addition/removal of children.
1022 * mathml/opentype/roots-LatinModern.html: Added.
1023 * mathml/presentation/mroot-transform-expected.html: Added.
1024 * mathml/presentation/mroot-transform.html: Added.
1025 * platform/efl/TestExpectations: mark failures for bad references.
1026 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Added.
1027 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Added.
1028 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Added.
1029 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference.
1030 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: update reference.
1031 * platform/gtk/mathml/presentation/roots-expected.png: update reference.
1032 * platform/gtk/mathml/presentation/roots-expected.txt: update reference.
1033 * platform/mac/TestExpectations: mark failures for bad references.
1034 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Added.
1035 * platform/win/TestExpectations: mark failures for bad references.
1036 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Added.
1038 2014-06-16 Andrzej Badowski <a.badowski@samsung.com>
1040 [EFL] Change expectations for three failing or flaky layout tests.
1041 https://bugs.webkit.org/show_bug.cgi?id=133861
1043 Unreviewed EFL gardening.
1045 * platform/efl/TestExpectations:
1047 2014-06-15 Benjamin Poulain <benjamin@webkit.org>
1049 CSS JIT: add support for the :lang() pseudo class
1050 https://bugs.webkit.org/show_bug.cgi?id=133913
1052 Reviewed by Andreas Kling.
1054 * fast/selectors/lang-conflict-expected.txt: Added.
1055 * fast/selectors/lang-conflict.html: Added.
1056 * fast/selectors/lang-empty-expected.txt: Added.
1057 * fast/selectors/lang-empty.html: Added.
1058 * fast/selectors/lang-specificity-expected.txt: Added.
1059 * fast/selectors/lang-specificity-xml-expected.txt: Added.
1060 * fast/selectors/lang-specificity-xml.xhtml: Added.
1061 * fast/selectors/lang-specificity.html: Added.
1063 2014-06-14 Simon Fraser <simon.fraser@apple.com>
1065 Masks disappear when layers become tiled
1066 https://bugs.webkit.org/show_bug.cgi?id=133892
1067 <rdar://problem/17309793>
1069 Reviewed by Tim Horton.
1071 Tests for masking as they go into and out of tiled mode.
1073 * compositing/masks/become-tiled-mask-expected.html: Added.
1074 * compositing/masks/become-tiled-mask.html: Added.
1075 * compositing/masks/cease-tiled-mask-expected.html: Added.
1076 * compositing/masks/cease-tiled-mask.html: Added.
1077 * compositing/masks/tiled-mask-expected.html: Added.
1078 * compositing/masks/tiled-mask.html: Added.
1080 2014-06-14 Commit Queue <commit-queue@webkit.org>
1082 Unreviewed, rolling out r169963.
1083 https://bugs.webkit.org/show_bug.cgi?id=133899
1085 Assertion in mathml/roots-removeChild.html (Requested by fredw
1090 "Draw radicals with glyphs for better rendering"
1091 https://bugs.webkit.org/show_bug.cgi?id=119038
1092 http://trac.webkit.org/changeset/169963
1094 2014-06-14 Frédéric Wang <fred.wang@free.fr>
1096 Draw radicals with glyphs for better rendering
1097 https://bugs.webkit.org/show_bug.cgi?id=119038
1099 Reviewed by Chris Fleizach.
1101 We update the reference for some tests with radicals and enable the tests for addition/removal of children in an msqrt/mroot element.
1102 We also add a test for bug 126516 (SVG transforms not applied to mroot) and a new test for radical drawing using an OpenType MATH table.
1104 * TestExpectations: enable the tests for addition/removal of children.
1105 * mathml/opentype/roots-LatinModern.html: Added.
1106 * mathml/presentation/mroot-transform-expected.html: Added.
1107 * mathml/presentation/mroot-transform.html: Added.
1108 * platform/efl/TestExpectations: mark failures for bad references.
1109 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Added.
1110 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Added.
1111 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Added.
1112 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference.
1113 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: update reference.
1114 * platform/gtk/mathml/presentation/roots-expected.png: update reference.
1115 * platform/gtk/mathml/presentation/roots-expected.txt: update reference.
1116 * platform/mac/TestExpectations: mark failures for bad references.
1117 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Added.
1118 * platform/win/TestExpectations: mark failures for bad references.
1119 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Added.
1121 2014-06-13 Commit Queue <commit-queue@webkit.org>
1123 Unreviewed, rolling out r169939.
1124 https://bugs.webkit.org/show_bug.cgi?id=133878
1126 This patch raises assertions on mac (Requested by fredw on
1131 "Draw radicals with glyphs for better rendering"
1132 https://bugs.webkit.org/show_bug.cgi?id=119038
1133 http://trac.webkit.org/changeset/169939
1135 2014-06-13 Enrique Ocaña González <eocanha@igalia.com>
1137 Unreviewed GTK gardening.
1139 Added some flaky and failing tests to TestExpectations.
1141 * platform/gtk/TestExpectations:
1143 2014-06-13 Frédéric Wang <fred.wang@free.fr>
1145 Draw radicals with glyphs for better rendering
1146 https://bugs.webkit.org/show_bug.cgi?id=119038
1148 Reviewed by Chris Fleizach.
1150 We update the reference for some tests with radicals and enable the tests for addition/removal of children in an msqrt/mroot element.
1151 We also add a test for bug 126516 (SVG transforms not applied to mroot) and a new test for radical drawing using an OpenType MATH table.
1153 * TestExpectations: enable the tests for addition/removal of children.
1154 * mathml/opentype/roots-LatinModern.html: Added.
1155 * mathml/presentation/mroot-transform-expected.html: Added.
1156 * mathml/presentation/mroot-transform.html: Added.
1157 * platform/efl/TestExpectations: mark failures for bad references.
1158 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Added.
1159 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Added.
1160 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Added.
1161 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference.
1162 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: update reference.
1163 * platform/gtk/mathml/presentation/roots-expected.png: update reference.
1164 * platform/gtk/mathml/presentation/roots-expected.txt: update reference.
1165 * platform/mac/TestExpectations: mark failures for bad references.
1166 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Added.
1167 * platform/win/TestExpectations: mark failures for bad references.
1168 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Added.
1170 2014-06-13 Jarek Czekalski <jarekczek@poczta.onet.pl>
1172 [ATK] Add test for accessibility of text inside "span" block in "a" block.
1173 https://bugs.webkit.org/show_bug.cgi?id=132349
1175 Reviewed by Mario Sanchez Prada.
1177 * platform/gtk/accessibility/text-in-span-block-in-a-block-expected.txt: Added.
1178 * platform/gtk/accessibility/text-in-span-block-in-a-block.html: Added.
1180 2014-06-13 Andrzej Badowski <a.badowski@samsung.com>
1182 [EFL] Change expectations for two failing layout tests.
1183 https://bugs.webkit.org/show_bug.cgi?id=133805
1185 Unreviewed EFL gradening.
1187 * platform/efl/TestExpectations:
1188 * platform/efl/fast/multicol/newmulticol/client-rects-expected.txt:
1190 2014-06-12 Zalan Bujtas <zalan@apple.com>
1192 Subpixel rendering: Make <input type=> and <button> elements' decoration subpixel aware.
1193 https://bugs.webkit.org/show_bug.cgi?id=133812
1194 <rdar://problem/17286309>
1196 Reviewed by Simon Fraser.
1198 Enable <input type=> and <button> decoration painting on subpixel positions.
1199 The theme size is still integral, but its position is snapped to device pixels.
1200 Theme's label, the InlineTextBox is already subpixel position aware.
1201 webkit.org/b/132005 tracks the rest of the themes.
1203 * platform/mac-mountainlion/compositing/contents-opaque/control-layer-expected.txt:
1204 * platform/mac/compositing/contents-opaque/control-layer-expected.txt:
1206 2014-06-12 Carlos Alberto Lopez Perez <clopez@igalia.com>
1208 [GTK] Unreviewed GTK gardening.
1210 * platform/gtk/TestExpectations: Report and mark new failures and
1212 * platform/gtk/fast/forms/placeholder-position-expected.txt:
1213 Rebaseline test after r169780.
1215 2014-06-12 Andrzej Badowski <a.badowski@samsung.com>
1217 [EFL] Change expectations for three failing js/dom layout tests.
1218 https://bugs.webkit.org/show_bug.cgi?id=133743
1220 Unreviewed EFL gardening.
1222 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
1223 * platform/efl/js/dom/global-constructors-attributes-expected.txt:
1224 * platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt:
1226 2014-06-12 Andrzej Badowski <a.badowski@samsung.com>
1228 [EFL] Change expectations for three failing layout tests.
1229 https://bugs.webkit.org/show_bug.cgi?id=133738
1231 Unreviewed EFL layout tests gardening.
1233 * platform/efl/TestExpectations:
1235 2014-06-11 Myles C. Maxfield <mmaxfield@apple.com>
1237 SVGGlyphToPathTranslator ASSERTs when encountering a missing glyph in an SVG font
1238 https://bugs.webkit.org/show_bug.cgi?id=133528
1240 Reviewed by Simon Fraser.
1242 Make sure that no ASSERT occurs in this situation. In addition, make sure that the
1243 whole element doesn't get skip:ink gaps. This will need to be updated when we
1244 support SVG + non-SVG mixed runs.
1246 * svg/custom/skip-underline-missing-glyph-expected.html: Added
1247 * svg/custom/skip-underline-missing-glyph.html: Added
1249 2014-06-11 Alexey Proskuryakov <ap@apple.com>
1251 editing/selection/selection-in-iframe-removed-crash.html or selection-invalid-offset.html crashes intermittently
1252 https://bugs.webkit.org/show_bug.cgi?id=111521
1253 <rdar://problem/15159351>
1255 Reviewed by Brady Eidson.
1257 * platform/mac/TestExpectations: Removed expectations for the tests.
1259 2014-06-11 Zalan Bujtas <zalan@apple.com>
1261 Subpixel rendering: RenderBox's content clipping should clip on device pixel boundary.
1262 https://bugs.webkit.org/show_bug.cgi?id=133767
1263 <rdar://problem/17272365>
1265 Reviewed by Simon Fraser.
1267 Push RenderBox's content clipping to device pixel boundaries. Integral snapping makes
1268 content cut off prematurely.
1270 * fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden-expected.html: Added.
1271 * fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html: Added.
1273 2014-06-11 David Kilzer <ddkilzer@apple.com>
1275 WindowFeatures arguments shoud ignore invalid characters in values
1276 <http://webkit.org/b/133703>
1277 <rdar://problem/17254118>
1279 Reviewed by Andy Estes.
1281 * fast/dom/Window/resources/window-property-invalid-characters-ignored.html: Added.
1282 * fast/dom/Window/window-property-invalid-characters-ignored-expected.txt: Added.
1283 * fast/dom/Window/window-property-invalid-characters-ignored.html: Added.
1285 2014-06-11 David Kilzer <ddkilzer@apple.com>
1287 Viewport arguments should ignore invalid characters in values
1288 <http://webkit.org/b/133555>
1289 <rdar://problem/17179650>
1291 Reviewed by Daniel Bates.
1293 * fast/viewport/viewport-warnings-7-expected.txt: Added.
1294 * fast/viewport/viewport-warnings-7.html: Added.
1296 2014-06-11 David Kilzer <ddkilzer@apple.com>
1298 [iOS] Enable fast/viewport tests
1299 <http://webkit.org/b/133754>
1301 Reviewed by Andy Estes.
1303 * platform/ios-sim/Skipped:
1304 - Stop skipping fast/viewport tests.
1306 * platform/ios-sim/fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Added.
1307 * platform/ios-sim/fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Added.
1308 * platform/ios-sim/fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Added.
1309 * platform/ios-sim/fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Added.
1310 * platform/ios-sim/fast/viewport/viewport-legacy-ordering-5-expected.txt: Added.
1311 * platform/ios-sim/fast/viewport/viewport-legacy-ordering-6-expected.txt: Added.
1312 * platform/ios-sim/fast/viewport/viewport-legacy-xhtmlmp-expected.txt: Added.
1313 * platform/ios-sim/fast/viewport/viewport-legacy-xhtmlmp-remove-and-add-expected.txt: Added.
1314 - iOS never supported these "legacy" viewport modes, so add
1315 platform-specific results with current behavior.
1317 2014-06-11 Alexey Proskuryakov <ap@apple.com>
1319 inspector-protocol/debugger/breakpoint-action-detach.html is flaky
1320 https://bugs.webkit.org/show_bug.cgi?id=133761
1322 * TestExpectations: Skipped it. Updated bug number for another inspector-protocol
1325 2014-06-11 Lorenzo Tilve <ltilve@igalia.com>
1327 [GTK] Unreviewed GTK gardening
1329 Add missing GTK expectations file after test added at r169390, and removed specific
1330 ones for tests now passing with default ones after r169403.
1332 * platform/gtk/fast/dom/webtiming-document-open-expected.txt: Removed.
1333 * platform/gtk/fast/dom/webtiming-navigate-within-document-expected.txt: Removed.
1334 * platform/gtk/fast/multicol/pagination/nested-transforms-expected.txt: Added.
1336 2014-06-11 Rohit Kumar <kumar.rohit@samsung.com>
1338 [EFL] Updated expectations for accessibility/lists.html test
1339 https://bugs.webkit.org/show_bug.cgi?id=132818
1341 Reviewed by Mario Sanchez Prada.
1343 * platform/efl-wk1/accessibility/lists-expected.txt:
1345 2014-06-10 Myles C. Maxfield <mmaxfield@apple.com>
1347 Japanese text in Google search is rendered too low and clipped
1348 https://bugs.webkit.org/show_bug.cgi?id=133595
1350 Reviewed by Simon Fraser.
1352 This is a revert of r155324.
1354 * fast/dom/HTMLInputElement/input-line-height-expected.txt: Removed.
1355 * fast/dom/HTMLInputElement/input-line-height.html: Removed.
1356 * fast/forms/placeholder-position-expected.txt:
1357 * platform/mac/fast/forms/placeholder-position-expected.png:
1358 * platform/mac/fast/forms/placeholder-position-expected.txt:
1359 * platform/mac-mountainlion/fast/forms/placeholder-position-expected.txt:
1361 2014-06-10 Zalan Bujtas <zalan@apple.com>
1363 REGRESSION (r167937): Do not use effective zoom factor while resolving media query's min-, max-(device)width/height values.
1364 https://bugs.webkit.org/show_bug.cgi?id=133681
1366 Reviewed by Simon Fraser.
1368 We lost the default multiplier(zoom) value of 1 with r167937 at template<typename T> T computeLength().
1369 Now MediaQueryEvaluator takes the current page zoom factor into account while resolving min-, max- width values.
1371 This patch explicitly sets the multiplier value to 1 to ensure zoom independent media query value resolving.
1373 * fast/media/media-query-with-scaled-content-expected.html: Added.
1374 * fast/media/media-query-with-scaled-content.html: Added.
1376 2014-06-10 Simon Fraser <simon.fraser@apple.com>
1378 https://bugs.webkit.org/show_bug.cgi?id=133694
1380 Revert the part of r169733 that caused this test to start failing.
1382 * platform/mac/TestExpectations:
1384 2014-06-10 Andy Estes <aestes@apple.com>
1386 Use [ Pass Failure ] instead of [ Skip ] for the tests skipped in r169767.
1388 * platform/mac/TestExpectations:
1390 2014-06-10 Andy Estes <aestes@apple.com>
1392 REGRESSION (6/9/2014): Several TextTrackCue tests became very flaky
1393 https://bugs.webkit.org/show_bug.cgi?id=133686
1395 * platform/mac/TestExpectations: Skipped the flaky tests
1397 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1399 [WK2] http/tests/navigation/new-window-redirect-history.html crashes
1400 https://bugs.webkit.org/show_bug.cgi?id=127683
1402 * platform/wk2/TestExpectations: Changed expectation from Crash to Skip, because
1403 it crashes every time, and generating more crash logs only makes other tests more
1404 flaky without providing useful information.
1406 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1408 Skip some more flaky tests.
1409 https://bugs.webkit.org/show_bug.cgi?id=133696
1410 <rdar://problem/17257097>
1412 * platform/wk2/TestExpectations:
1414 2014-06-10 Andy Estes <aestes@apple.com>
1416 REGRESSION (r169733): compositing/iframes/become-composited-nested-iframes.html fails on WebKit1 bots
1417 https://bugs.webkit.org/show_bug.cgi?id=133694
1419 * platform/mac/TestExpectations: Marked the test as failing
1421 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1423 fast/dom/beforeload/remove-frame-in-beforeload-listener.html and related tests are flaky
1424 https://bugs.webkit.org/show_bug.cgi?id=133685
1426 * platform/wk2/TestExpectations: Skipped more affected tests.
1428 2014-06-10 Mark Lam <mark.lam@apple.com>
1430 Assertion failure at JSC::Structure::checkOffsetConsistency() const + 234.
1431 <https://webkit.org/b/133356>
1433 Reviewed by Mark Hahnenberg.
1436 - Undoing expectation for js/primitive-property-access-edge-cases.html now
1437 that the bug is fixed.
1439 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1441 platform/mac-wk2/plugins/destroy-during-async-npp-new.html is flaky
1442 https://bugs.webkit.org/show_bug.cgi?id=133692
1444 * platform/mac-wk2/TestExpectations: Skipped the test.
1446 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1448 fast/dom/beforeload/remove-frame-in-beforeload-listener.html is flaky
1449 https://bugs.webkit.org/show_bug.cgi?id=133685
1451 * platform/wk2/TestExpectations: Skipped the test.
1453 2014-06-10 Michael Saboff <msaboff@apple.com>
1455 In a certain app state, Array.prototype.filter() returns incorrect results
1456 https://bugs.webkit.org/show_bug.cgi?id=133577
1458 Reviewed by Oliver Hunt.
1460 New test to check that the llint handles writing to an array hole from a built-in
1463 * js/regress/put-by-val-direct-expected.txt: Added.
1464 * js/regress/put-by-val-direct.html: Added.
1465 * js/regress/script-tests/put-by-val-direct.js: Added.
1468 2014-06-10 Simon Fraser <simon.fraser@apple.com>
1470 Fix logging of sticky scrolling tree nodes
1471 https://bugs.webkit.org/show_bug.cgi?id=133670
1473 Reviewed by Sam Weinig.
1477 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
1478 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
1479 * platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt:
1480 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt:
1481 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt:
1483 2014-06-05 Sergio Villar Senin <svillar@igalia.com>
1485 [CSS Grid Layout] Simplify the named grid lines resolution algorithm
1486 https://bugs.webkit.org/show_bug.cgi?id=133543
1488 Reviewed by Darin Adler.
1490 Added a new test that checks that named grid lines and areas are
1491 correctly set after dynamically changing them with JS. It also
1492 verifies that we properly recompute the resolution of named grid
1493 lines/areas when the positioning properties change.
1495 Also appended a new test case to verify that explicitly adding
1496 named lines of the form <foo-start>/<foo-end> effectively creates
1497 implicit named grid areas so that we could use them in grid
1498 placement properties (for example -webkit-grid-column: foo).
1500 No need to add more tests for named grid lines/areas resolution as
1501 we already have a quite good coverage (the feature was already
1502 there, we're simplifying/improving the implementation).
1504 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set-expected.txt: Added.
1505 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set.html: Added.
1506 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution-expected.txt:
1507 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html:
1509 2014-06-10 Kiran <kiran.guduru@samsung.com>
1511 [MediaStream] Add getTracks() support to MediaStream.
1512 https://bugs.webkit.org/show_bug.cgi?id=133641
1514 Reviewed by Eric Carlson.
1516 * fast/mediastream/MediaStream-getTracks-expected.txt: Added.
1517 * fast/mediastream/MediaStream-getTracks.html: Added.
1519 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1521 Work towards having frames in the scrolling tree
1522 https://bugs.webkit.org/show_bug.cgi?id=133665
1524 Reviewed by Tim Horton.
1526 Tests that dump the scrolling tree with subframes.
1528 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt: Added.
1529 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt: Added.
1530 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html: Added.
1531 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame.html: Added.
1532 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html: Added.
1534 2014-06-09 Eric Carlson <eric.carlson@apple.com>
1536 Automatic text track selection can select more than one track
1537 https://bugs.webkit.org/show_bug.cgi?id=133590
1539 Reviewed by Brent Fulgham.
1541 * media/video-trackmenu-selection-expected.txt: Added.
1542 * media/video-trackmenu-selection.html: Added.
1544 * platform/efl/TestExpectations: New test skipped.
1546 2014-05-21 Myles C. Maxfield <mmaxfield@apple.com>
1548 REGRESSION: missing underline under CJK text
1549 https://bugs.webkit.org/show_bug.cgi?id=128145
1551 Reviewed by Darin Adler.
1553 This test makes sure that underlines under CJK text don't skip over descenders.
1555 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-cjk-expected.html: Added.
1556 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-cjk.html: Added.
1558 2014-06-09 Daniel Bates <dabates@apple.com>
1560 [iOS] Amazon app: Cannot interact with product page after tapping on product image
1561 https://bugs.webkit.org/show_bug.cgi?id=133559
1562 <rdar://problem/16332749>
1564 Reviewed by Oliver Hunt.
1566 Add a test to ensure that assigning to an instance attribute in strict mode that shadows
1567 navigator.geolocation doesn't cause a JavaScript type error.
1569 * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js: Added.
1570 (createObjectWithPrototype.F):
1571 (createObjectWithPrototype):
1572 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt: Added.
1573 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw.html: Added.
1575 2014-06-05 Mark Hahnenberg <mhahnenberg@apple.com>
1577 Eagerly reify DOM prototype attributes
1578 https://bugs.webkit.org/show_bug.cgi?id=133558
1580 Reviewed by Oliver Hunt.
1582 Updating a test expectation after this fix.
1584 * js/dom/constructor-attributes-expected.txt:
1586 2014-06-09 Commit Queue <commit-queue@webkit.org>
1588 Unreviewed, rolling out r169693.
1589 https://bugs.webkit.org/show_bug.cgi?id=133651
1591 This was wrong, just wrong (Requested by ap on #webkit).
1595 "Rebaseline some tests after r169681."
1596 http://trac.webkit.org/changeset/169693
1598 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1600 Move scrolling-related tests to tiled-drawing/scrolling subdirectory, and minor cleanup
1601 https://bugs.webkit.org/show_bug.cgi?id=133650
1603 Reviewed by Tim Horton.
1605 Moved files, fixed up relative paths to js-test-pre.js/js-test-post.js and unskipped a couple of fixed/sticky tests.
1607 * platform/mac-wk2/tiled-drawing/scrolling/clamp-out-of-bounds-scrolls-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt.
1608 * platform/mac-wk2/tiled-drawing/scrolling/clamp-out-of-bounds-scrolls.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html.
1609 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-expected.txt.
1610 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt.
1611 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html.
1612 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html.
1613 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-expected.txt.
1614 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler-expected.txt.
1615 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html.
1616 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html.
1617 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-expected.txt.
1618 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler-expected.txt.
1619 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html.
1620 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html.
1621 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-expected.txt.
1622 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt.
1623 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html.
1624 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html.
1625 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-expected.txt.
1626 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler-expected.txt.
1627 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html.
1628 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html.
1629 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-expected.txt.
1630 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt.
1631 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html.
1632 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html.
1633 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html-expected.html.
1634 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html.html.
1635 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed-expected.html.
1636 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed.html.
1637 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-no-image-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt.
1638 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-no-image.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image.html.
1639 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-removal-expected.txt.
1640 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-removal.html.
1641 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png.
1642 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt.
1643 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer.html.
1644 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.png.
1645 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt.
1646 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png.
1647 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt.
1648 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html.
1649 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png.
1650 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt.
1651 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned.html.
1652 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png.
1653 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt.
1654 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html.
1655 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png.
1656 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt.
1657 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html.
1658 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background.html.
1659 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.png.
1660 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
1661 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background.html.
1662 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png.
1663 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt.
1664 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html.
1665 * platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt.
1666 * platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html.
1667 * platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt.
1668 * platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html.
1669 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow-expected.txt.
1670 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html.
1671 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt.
1672 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt.
1673 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html.
1674 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view.html.
1675 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt.
1676 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer-expected.txt.
1677 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html.
1678 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt.
1679 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html.
1680 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars.html.
1681 * platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt.
1682 * platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt.
1683 * platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view.html.
1684 * platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html.
1685 * platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/nested-fixed-expected.txt.
1686 * platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html.
1687 * platform/mac-wk2/tiled-drawing/scrolling/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed-expected.txt.
1688 * platform/mac-wk2/tiled-drawing/scrolling/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html.
1689 * platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/null-parent-back-crash-expected.txt.
1690 * platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/null-parent-back-crash.html.
1691 * platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll-expected.txt.
1692 * platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html.
1693 * platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt.
1694 * platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html.
1695 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle-expected.txt.
1696 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html.
1697 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling-expected.txt.
1698 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle-expected.txt.
1699 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle.html.
1700 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling.html.
1701 * platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt.
1702 * platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html.
1703 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal-expected.txt.
1704 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html.
1705 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-layers-expected.txt.
1706 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-layers.html.
1707 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt.
1708 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html.
1709 * platform/mac/TestExpectations:
1711 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1713 Add results for MathML tests added by https://bugs.webkit.org/show_bug.cgi?id=72828.
1715 * platform/mac/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
1716 * platform/mac/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
1717 * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
1719 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1721 Rebaseline some tests after r169681.
1723 * compositing/geometry/ancestor-overflow-change-expected.txt:
1724 * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt:
1725 * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt:
1727 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1729 Fix more latched scrolling test flakiness and slowness
1730 https://bugs.webkit.org/show_bug.cgi?id=133601
1732 Reviewed by Brent Fulgham.
1734 Latched scrolling tests were flakey for two reasons. First, the EventSender
1735 wheel events were async from the web to the UI process, and the resulting
1736 synthetic events also async from the UI to the web process. Make them sync
1739 Secondly, the timer-based scrolling tree commit could result in the scrolling
1740 tree (specifically the frame node's notion of the scrollable area and content
1741 size) not being updated before the scrolling thread starts getting wheel events.
1742 Fix by having WebPage::wheelEventSyncForTesting() commit if necessary.
1744 Finally remove all the now-unnecessary timeouts from the tests.
1746 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt:
1747 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html:
1748 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html:
1749 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
1750 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html:
1751 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html:
1752 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html:
1753 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html:
1754 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
1755 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html:
1756 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html:
1757 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
1758 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html:
1759 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html:
1760 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt:
1761 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html:
1762 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html:
1764 2014-06-09 Andrzej Badowski <a.badowski@samsung.com>
1766 [EFL] Change expectations for four layout tests.
1767 https://bugs.webkit.org/show_bug.cgi?id=133643
1769 Unreviewed EFL gardening.
1771 * platform/efl-wk2/TestExpectations:
1772 * platform/efl/fullscreen/video-controls-override-expected.txt: Added.
1773 * platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Added.
1775 2014-06-09 Zalan Bujtas <zalan@apple.com>
1777 [iOS] Gaps below and to the right of the video controls on devour.com
1778 https://bugs.webkit.org/show_bug.cgi?id=133607
1780 Reviewed by Simon Fraser.
1782 Non-toplevel compositing layers are device pixel aligned. In order to render the content
1783 to the same position as if the layer was not aligned, the graphics layer needs to be translated.
1784 CALayer::bounds is set to compensate for the shifted layer. However, we should not change the layer's
1785 size as that stretches the content and results in overlaps/gaps/extra fuzziness.
1787 * compositing/contents-scale/hidpi-compositing-layer-positioned-on-scaled-context-expected.html: Added.
1788 * compositing/contents-scale/hidpi-compositing-layer-positioned-on-scaled-context.html: Added.
1790 2014-06-09 Zalan Bujtas <zalan@apple.com>
1792 [SVG] Subpixel rendering: Mask with transformed text does not render.
1793 https://bugs.webkit.org/show_bug.cgi?id=133626
1794 <rdar://problem/17123070>
1796 Reviewed by Simon Fraser.
1798 Replace IntRect::infiniteRect() with Layout::infiniteRect(). A transformed IntRect::infiniteRect()
1799 overflows and produces invalid repaint rect. -also remove IntRect::infiniteRect() as no one calls
1802 * svg/masking/mask-transformed-text-missing-expected.svg: Added.
1803 * svg/masking/mask-transformed-text-missing.svg: Added.
1805 2014-06-05 Grzegorz Czajkowski <g.czajkowski@samsung.com>
1807 Share mac/editing/spelling/editing-word-with-marker-2.html with other platforms
1808 https://bugs.webkit.org/show_bug.cgi?id=133544
1810 Reviewed by Darin Adler.
1812 Move mac/editing/spelling/editing-word-with-marker-2.html into
1813 common editing/spelling to be available for other platforms.
1815 Additionally, verify spelling markers asynchronously as the sync
1816 path it's likely to be removed.
1818 Add test case which tests spelling markers without any
1821 * editing/spelling/editing-word-with-marker-2-expected.txt:
1822 Renamed from platform/mac/editing/spelling/editing-word-with-marker-2-expected.txt.
1824 * editing/spelling/editing-word-with-marker-2.html:
1825 Renamed from platform/mac/editing/spelling/editing-word-with-marker-2.html.
1827 * platform/gtk/TestExpectations:
1828 * platform/mac-wk2/TestExpectations:
1829 * platform/win/TestExpectations:
1830 Mark editing/spelling/editing-word-with-marker-2.html as failing since those
1831 platforms didn't turn on asynchronous spellchecking.
1833 2014-06-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1835 Unreviewed EFL gardening. Skip a test which generates "No bad fd found." error.
1837 * platform/efl-wk1/TestExpectations:
1838 * platform/efl/http/tests/misc/slow-loading-mask-expected.txt:
1840 2014-06-07 Frédéric Wang <fred.wang@free.fr>
1842 Add tests for dynamic changes in msqrt/mroot
1843 https://bugs.webkit.org/show_bug.cgi?id=133557
1845 Reviewed by Chris Fleizach.
1847 This patch adds some tests to verify that a MathML msqrt/mroot element to which we applied dynamic additions and removals of children renders the same as its static equivalent and that no crashes happen.
1848 Unfortunately, the existing code does not handle them very well so they are skipped until we do the refactoring of bug 119038.
1850 * TestExpectations: skip the tests.
1851 * mathml/roots-addChild-expected.html: Added.
1852 * mathml/roots-addChild.html: Added.
1853 * mathml/roots-removeChild-expected.html: Added.
1854 * mathml/roots-removeChild.html: Added.
1856 2014-06-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1858 Scheme of content utils should be compared in an ASCII case-insensitive manner
1859 https://bugs.webkit.org/show_bug.cgi?id=133502
1861 Reviewed by Darin Adler.
1863 Tests are updated to compare protocol in ASCII case-insensitive manner.
1865 * fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
1866 * fast/dom/NavigatorContentUtils/register-protocol-handler.html:
1867 * fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
1868 * fast/dom/NavigatorContentUtils/unregister-protocol-handler.html:
1869 * platform/efl/fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
1870 * platform/efl/fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
1872 2014-06-06 David Hyatt <hyatt@apple.com>
1874 REGRESSION: Hit testing of composited elements is broken in new multicolumn layout.
1875 https://bugs.webkit.org/show_bug.cgi?id=133522 (<rdar://problem/17060556>)
1877 Reviewed by Simon Fraser.
1879 * compositing/columns/hittest-composited-in-paginated-expected.txt:
1881 2014-06-06 Simon Fraser <simon.fraser@apple.com>
1883 Latched scrolling tests are flakey on Mavericks
1884 https://bugs.webkit.org/show_bug.cgi?id=133578
1885 <rdar://problem/17180591>
1887 Reviewed by Brent Fulgham.
1889 Fix these tests to not dispatch events outside the window, and correct some of the wording
1892 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-expected.txt:
1893 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt:
1894 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html:
1895 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html:
1896 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html:
1897 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html:
1898 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html:
1899 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html:
1900 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html:
1901 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-expected.txt:
1902 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt:
1903 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html:
1904 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html:
1906 2014-06-06 Alex Christensen <achristensen@webkit.org>
1908 Run passing WebGL tests on Windows.
1909 https://bugs.webkit.org/show_bug.cgi?id=133563
1911 Reviewed by Brent Fulgham.
1913 * platform/win/TestExpectations:
1914 Replaced all WebGL tests with lists of failing and crashing tests to fix.
1916 2014-06-06 Kiran <kiran.guduru@samsung.com>
1918 [MediaStream] 'get' prefix is missing for capabilities and constraints.
1919 https://bugs.webkit.org/show_bug.cgi?id=133573
1921 Reviewed by Eric Carlson.
1923 * fast/mediastream/MediaStreamTrack-expected.txt:
1924 * fast/mediastream/MediaStreamTrack.html:
1926 2014-06-06 Mario Sanchez Prada <mario.prada@samsung.com>
1928 [GTK] Layout Test accessibility/table-fallback-roles-expose-element-attributes.html is failing
1929 https://bugs.webkit.org/show_bug.cgi?id=133519
1931 Reviewed by Chris Fleizach.
1933 Adapted test to play nicely with the different types of
1934 accessibility hierarchies exposed for Mac and ATK.
1936 * accessibility/table-fallback-roles-expose-element-attributes.html:
1937 Updated text to print information of cells from every platform but
1938 only print information of their children in the Mac.
1940 * accessibility/table-fallback-roles-expose-element-attributes-expected.txt:
1941 Updated expectation to match ATK platforms (GTK & EFL).
1942 * platform/mac/accessibility/table-fallback-roles-expose-element-attributes-expected.txt:
1943 Copied from LayoutTests/accessibility/table-fallback-roles-expose-element-attributes-expected.txt.
1945 * platform/gtk/TestExpectations: Removed expected failure.
1947 2014-06-06 Frédéric Wang <fred.wang@free.fr>
1949 Add test references for horizontal stretchy operators.
1950 https://bugs.webkit.org/show_bug.cgi?id=72828
1952 Unreviewed Win and EFL gardening.
1954 * platform/efl/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
1955 * platform/efl/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
1956 * platform/efl/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
1957 * platform/win/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
1958 * platform/win/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
1959 * platform/win/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
1961 2014-06-06 Frédéric Wang <fred.wang@free.fr>
1963 Add test references for horizontal stretchy operators.
1964 https://bugs.webkit.org/show_bug.cgi?id=72828
1966 Unreviewed Mac gardening.
1968 * platform/mac/mathml/horizontal-LatinModern-expected.txt: Added.
1969 * platform/mac/mathml/horizontal-LatinModern-munderover-expected.txt: Added.
1970 * platform/mac/mathml/opentype-stretchy-horizontal-expected.txt: Added.
1972 2014-06-05 Mihnea Ovidenie <mihnea@adobe.com>
1974 [CSSRegions] Region box incorrectly overlaps floating box
1975 https://bugs.webkit.org/show_bug.cgi?id=133545
1977 Reviewed by David Hyatt.
1979 Add test to check that a region does not incorrectly overlap a floating
1980 element in the same formatting context.
1982 * fast/regions/region-as-bfc-avoids-float-expected.html: Added.
1983 * fast/regions/region-as-bfc-avoids-float.html: Added.
1985 2014-06-05 Yoav Weiss <yoav@yoav.ws>
1987 Align srcset parser with recent spec changes
1988 https://bugs.webkit.org/show_bug.cgi?id=133504
1990 Reviewed by Darin Adler.
1992 I have changed the "invalid-descriptor" test and removed the "invalid
1993 inputs correct src" test to reflect the fact that invalid descriptors
1994 are now treated identically to null descriptors. That is according to
1996 I've also added new tests that make sure that the spec's future
1997 compatible changes are working.
1999 * fast/hidpi/image-srcset-invalid-descriptor-expected.txt:
2000 * fast/hidpi/image-srcset-invalid-descriptor.html:
2001 * fast/hidpi/image-srcset-invalid-inputs-correct-src-expected.txt: Removed.
2002 * fast/hidpi/image-srcset-invalid-inputs-correct-src.html: Removed.
2004 2014-06-05 Wenson Hsieh <wenson_hsieh@apple.com>
2006 REGRESSION (Pluginless): Media controls look different from iOS7 media controls.
2007 https://bugs.webkit.org/show_bug.cgi?id=133521
2009 Reviewed by Eric Carlson.
2011 Tests that audio elements are properly sized. Will add tests for video players in the (near) future.
2013 * platform/ios-sim/media/audio-width-expected.txt: Checks that audio width tests were OK'd
2014 * platform/ios-sim/media/audio-width.html: Checks that minimum audio width is properly enforced
2016 2014-06-05 Michael Timbrook <timbrook@apple.com>
2018 AX: Add support for ARIA 1.1 'none' role
2019 https://bugs.webkit.org/show_bug.cgi?id=133367
2021 Reviewed by Chris Fleizach.
2023 Added the tests to cover the behavior of the 'none' role
2024 * accessibility/aria-none-role-expected.txt: Added.
2025 * accessibility/aria-none-role.html: Added.
2027 2014-06-05 Joanmarie Diggs <jdiggs@igalia.com>
2029 AX: [ATK] Children of tables and lists with role='presentation' should each be exposed as if they were div elements
2030 https://bugs.webkit.org/show_bug.cgi?id=133133
2032 Reviewed by Chris Fleizach.
2034 Added a new test with platform-specific expectations due to differences
2035 in accessible hierarchies.
2037 * accessibility/aria-inherits-presentational.html: Added.
2038 * platform/gtk/accessibility/aria-inherits-presentational-expected.txt: Added.
2039 * platform/mac/accessibility/aria-inherits-presentational-expected.txt: Added.
2041 2014-06-05 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2043 Share platform/mac/editing/spelling/move-cursor-around-misspelled-word.html with other platforms
2044 https://bugs.webkit.org/show_bug.cgi?id=133208
2046 Reviewed by Darin Adler.
2048 Move the test to common editing/spelling since it just verifies spelling
2049 markers and other platforms might be interested in running it as well.
2051 Due to bug 125688, the test starts using asynchronous spellchecking.
2052 Add additional test case which checks spelling marker after typing
2053 the text, before any caret change.
2055 * editing/spelling/move-cursor-around-misspelled-word-expected.txt:
2056 Renamed from platform/mac/editing/spelling/move-cursor-around-misspelled-word-expected.txt
2057 * editing/spelling/move-cursor-around-misspelled-word.html:
2058 Renamed from platform/mac/editing/spelling/move-cursor-around-misspelled-word.html
2060 * platform/gtk/TestExpectations:
2061 * platform/mac-wk2/TestExpectations:
2062 * platform/win/TestExpectations:
2063 Add failing expectation for platforms which didn't switch to
2064 asynchronous spellchecking.
2066 2014-06-05 Alexey Proskuryakov <ap@apple.com>
2068 media/video-rtl.html is flaky
2069 https://bugs.webkit.org/show_bug.cgi?id=133363
2071 * platform/mac/TestExpectations: Marked as such.
2073 2014-06-05 Zalan Bujtas <zalan@apple.com>
2075 Subpixel rendering: border-radius painting falls back to rectangle when the snapped rounded rect becomes non-renderable.
2076 https://bugs.webkit.org/show_bug.cgi?id=133491
2078 Reviewed by Simon Fraser.
2080 Pixel snapping can change the rectangle's size when it is on a certain subpixel position. (usually it does not)
2081 This patch ensures that the snapped rect is still renderable by adjusting the radii as well.
2083 * fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable-expected.html: Added.
2084 * fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html: Added.
2086 2014-06-05 Frédéric Wang <fred.wang@free.fr>
2088 Apply Character-level mirroring to stretchy operators in RTL mode.
2089 https://bugs.webkit.org/show_bug.cgi?id=130839
2091 Reviewed by Chris Fleizach.
2093 Add some tests to verify that stretchy operators are correctly mirrored in RTL mode.
2095 * mathml/presentation/stretchy-rtl-expected.html: Added.
2096 * mathml/presentation/stretchy-rtl.html: Added.
2098 2014-06-05 Zoltan Horvath <zoltan@webkit.org>
2100 [CSS Regions][CSS Shapes] Add Shapes tests which flow through multiple regions
2101 https://bugs.webkit.org/show_bug.cgi?id=133487
2103 Reviewed by Mihnea Ovidenie.
2105 The test verifies if the content with the shape wraps correctly through a region chain.
2107 * fast/regions/shape-outside-floats/regions-shape-outside-content-flows-multiple-regions-expected.html: Added.
2108 * fast/regions/shape-outside-floats/regions-shape-outside-content-flows-multiple-regions.html: Added.
2110 2014-06-05 Zalan Bujtas <zalan@apple.com>
2112 Subpixel rendering: Buttons in default media controls shift vertically when controls fade in or out.
2113 https://bugs.webkit.org/show_bug.cgi?id=133488
2115 Reviewed by Simon Fraser.
2117 Filter effects are not subpixel aware yet. They paint to integrally sized image buffers.
2118 In order to ensure that the content is rendered to the the same position on the filter
2119 source context as if there was no filter, the repaint rects need to be adjusted to match with
2120 the internal filter snapping (enclosingIntRect).
2121 This is a temporary change until after filter effects get subpixelized.
2123 However, this changeset regresses RenderNameFlow clipping when the content is on subpixel position
2124 and filter effect is present. Instead of adding the failing test cases to TestExpectations, I removed
2125 the video controls from the <video> to make the tests pass, when possible (they just happen to have <video>)
2126 and filed webkit.org/b/133523 to track the regression.
2128 * css3/filters/filter-is-on-subpixel-position-expected.html: Added.
2129 * css3/filters/filter-is-on-subpixel-position.html: Added.
2130 * fast/regions/inline-block-inside-anonymous-overflow.html:
2131 * fast/regions/inline-block-overflow.html:
2133 2014-06-05 Andrzej Badowski <a.badowski@samsung.com>
2135 [EFL] Change expectations for three layout tests.
2136 https://bugs.webkit.org/show_bug.cgi?id=133538
2138 Unreviewed EFL gardening.
2140 * platform/efl-wk2/TestExpectations:
2142 2014-06-05 Kiran <kiran.guduru@samsung.com>
2144 [MediaStream] MediaStream.addTrack should not check for tracks ended state.
2145 https://bugs.webkit.org/show_bug.cgi?id=133510
2147 Reviewed by Eric Carlson.
2149 * fast/mediastream/MediaStream-add-ended-tracks-expected.txt: Added.
2150 * fast/mediastream/MediaStream-add-ended-tracks.html: Added.
2152 2014-06-05 Andrzej Badowski <a.badowski@samsung.com>
2154 [EFL] Add expectations for two accessibility layout tests.
2155 https://bugs.webkit.org/show_bug.cgi?id=133485
2157 Unreviewed EFL gardening.
2159 * platform/efl-wk2/TestExpectations:
2160 * platform/efl-wk2/accessibility/lists-expected.txt:
2162 2014-06-05 Frédéric Wang <fred.wang@free.fr>
2164 MathML operators not stretched horizontally
2165 https://bugs.webkit.org/show_bug.cgi?id=72828
2167 Reviewed by Chris Fleizach.
2169 Add some tests to verify horizontal stretching with the MATH data.
2171 * mathml/opentype/horizontal-LatinModern-munderover.html: Added.
2172 * mathml/opentype/horizontal-LatinModern.html: Added.
2173 * mathml/opentype/opentype-stretchy-horizontal.html: Added.
2174 * platform/efl/TestExpectations: mark tests as failing.
2175 * platform/gtk/mathml/opentype/horizontal-LatinModern-expected.png: Added.
2176 * platform/gtk/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
2177 * platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.png: Added.
2178 * platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
2179 * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added.
2180 * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
2181 * platform/mac/TestExpectations: mark tests as failing.
2182 * platform/win/TestExpectations: ditto.
2184 2014-06-04 Bem Jones-Bey <bjonesbe@adobe.com>
2186 [CSS Shapes] Image lifetime is not properly handled for gradient shapes
2187 https://bugs.webkit.org/show_bug.cgi?id=133414
2189 Reviewed by Simon Fraser.
2191 * fast/shapes/shape-outside-floats/shape-outside-uncached-gradient-expected.txt: Added.
2192 * fast/shapes/shape-outside-floats/shape-outside-uncached-gradient.html: Added.
2194 2014-06-04 Bem Jones-Bey <bjonesbe@adobe.com>
2196 [CSS Shapes] Fix off by one in creating a RasterShape
2197 https://bugs.webkit.org/show_bug.cgi?id=133499
2199 Reviewed by Darin Adler.
2201 * fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-crash-expected.txt: Added.
2202 * fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-crash.html: Added.
2204 2014-06-04 Benjamin Poulain <benjamin@webkit.org>
2206 Regression(r169547): Crash in WebCore::styleForFirstLetter() while loading http://thenextweb.com/apple/2014/02/21/apple-confirms-acquired-testflight-creator-burstly/
2207 https://bugs.webkit.org/show_bug.cgi?id=133500
2209 Reviewed by Antti Koivisto.
2211 * fast/css/first-letter-on-non-matching-selectors-expected.txt: Added.
2212 * fast/css/first-letter-on-non-matching-selectors.html: Added.
2214 2014-06-04 Oliver Hunt <oliver@apple.com>
2216 ArrayIterator should not be exposed in Safari 8
2217 https://bugs.webkit.org/show_bug.cgi?id=133494
2219 Reviewed by Michael Saboff.
2223 * js/no-iterator-constructors.html: Added.
2224 * js/script-tests/no-iterator-constructors.js: Added.
2226 2014-05-27 Myles C. Maxfield <mmaxfield@apple.com>
2228 Lists styled with SVG fonts are not rendered as expected
2229 https://bugs.webkit.org/show_bug.cgi?id=133198
2231 Reviewed by Simon Fraser.
2233 See per-file comments.
2235 * platform/ios-sim/fonts/input-style-with-svg-font-crash.html: Added. Make sure
2236 that iOS input elements don't crash when styled with SVG fonts.
2237 * platform/ios-sim/fonts/resources/graffiti.svg: Added. SVG font for above test.
2238 * svg/custom/list-items-with-svg-font-family-expected.txt: Added.
2239 * svg/custom/list-items-with-svg-font-family.html: Added. Make sure there is
2240 no crash when styling list elements with SVG fonts.
2242 2014-06-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
2244 [GTK] Unreviewed GTK gardening.
2246 Add the new HiDPI tests to the bug that tracks support for this
2248 Mark and report the new tests introduced on r169407 that timeout.
2249 Mark and report the new accesibility test introduced on r169427
2251 Move the reported timeout tests to the timeout section of the
2252 TestExpectations file.
2254 * platform/gtk/TestExpectations:
2256 2014-06-04 Radu Stavila <stavila@adobe.com>
2258 REGRESSION: [CSS Regions] Regions with overflow:auto generate scrollbars even if the content flows into the following regions and as such, should not be scrolled
2259 https://bugs.webkit.org/show_bug.cgi?id=133481
2261 Reviewed by Antti Koivisto.
2263 Added test for a large item flowed through two regions with the first region having overflow:auto.
2264 The region must NOT scroll.
2266 * fast/regions/scrollable-first-region-expected.html: Added.
2267 * fast/regions/scrollable-first-region.html: Added.
2269 2014-06-03 Benjamin Poulain <benjamin@webkit.org>
2271 Fix some corner cases of :hover and :active in quirks mode
2272 https://bugs.webkit.org/show_bug.cgi?id=133493
2274 Reviewed by Andreas Kling.
2276 Add test case for the corner cases.
2278 * fast/selectors/active-hover-quirks-expected.txt:
2279 * fast/selectors/active-quirks-expected.txt:
2280 * fast/selectors/hover-quirks-expected.txt:
2281 * fast/selectors/resources/hover-active-quirks-utility.js:
2283 2014-06-03 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2285 Need to check invalid scheme in navigator content utils
2286 https://bugs.webkit.org/show_bug.cgi?id=133296
2288 Reviewed by Darin Adler.
2290 Add tests that check that schemes with colons in their names are rejected.
2291 Spec: http://www.whatwg.org/specs/web-apps/current-work/#custom-handlers
2293 * fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt:
2294 * fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html:
2295 * fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
2296 * fast/dom/NavigatorContentUtils/register-protocol-handler.html:
2297 * fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
2298 * fast/dom/NavigatorContentUtils/unregister-protocol-handler.html:
2299 * platform/efl/fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
2300 * platform/efl/fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
2302 2014-06-03 Yusuke Suzuki <utatane.tea@gmail.com>
2304 CSS JIT: add support for the "any" pseudo class
2305 https://bugs.webkit.org/show_bug.cgi?id=133473
2307 Reviewed by Benjamin Poulain.
2309 Add support for the :any pseudo class.
2311 * fast/selectors/pseudo-class-any-expected.txt: Added.
2312 * fast/selectors/pseudo-class-any.html: Added.
2314 2014-06-02 Jer Noble <jer.noble@apple.com>
2316 Update PlatformTimeRanges to use MediaTime rather than doubles for time values.
2317 https://bugs.webkit.org/show_bug.cgi?id=133454
2319 Reviewed by Eric Carlson.
2321 Update the video-pause-immediately to allow for small floating point differences.
2323 * media/video-pause-immediately-expected.txt:
2324 * media/video-pause-immediately.html:
2326 2014-06-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2328 REGRESSION(r169092 and r169102): Skip failing JSC tests poperly on non-x86 Darwin platforms
2329 https://bugs.webkit.org/show_bug.cgi?id=133149
2331 Reviewed by Csaba Osztrogonác.
2333 * js/script-tests/function-apply-many-args.js: Skip it only if the architecture isn't x86 and the host is Darwin.
2335 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2337 Unreviewed EFL gardening. Rebaseline after r169522.
2339 * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
2340 * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
2341 * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
2342 * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
2343 * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
2344 * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2345 * svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2346 * svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2347 * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2348 * svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2350 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2352 Unreviewed EFL gardening. Rebaseline.
2354 * platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt:
2355 * platform/efl/mathml/opentype/opentype-stretchy-expected.txt:
2356 * platform/efl/mathml/opentype/vertical-LatinModern-expected.txt:
2357 * platform/efl/mathml/presentation/mo-stretch-expected.txt:
2359 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2361 Unreviewed EFL gardening.
2363 Move the EFL specific test result to platform directory.
2365 * platform/efl/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Renamed from LayoutTests/fast/events/ghostly-mousemoves-in-subframe-expected.txt.
2367 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2369 Unreviewed EFL gardening.
2371 Added expectation result after r167684, r169257, and r169390.
2373 * fast/events/ghostly-mousemoves-in-subframe-expected.txt: Added.
2374 * platform/efl/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Added.
2375 * platform/efl/fast/multicol/pagination/nested-transforms-expected.txt: Added.
2377 2014-06-02 Benjamin Poulain <benjamin@webkit.org>
2379 Make pseudo element matching for style resolution more JIT friendly
2380 https://bugs.webkit.org/show_bug.cgi?id=133441
2382 Reviewed by Antti Koivisto.
2384 Add more coverage for style sharing with empty rules, just in case.
2386 * fast/css/style-sharing-empty-rule-modification-expected.txt: Added.
2387 * fast/css/style-sharing-empty-rule-modification.html: Added.
2389 2014-06-02 Martin Hock <mhock@apple.com>
2391 Unreviewed TestExpectations gardening after r169532.
2394 Update fast/table/border-collapsing/collapsed-borders-adjoining-sections.html
2395 from [ Failure ] to [ ImageOnlyFailure ].
2397 2014-05-31 Brent Fulgham <bfulgham@apple.com>
2399 REGRESSION (r154622): Borders disappear when hovering over cells in table
2400 https://bugs.webkit.org/show_bug.cgi?id=133057
2401 <rdar://problem/15922359>
2403 Reviewed by Tim Horton.
2405 * TestExpectations: Mark the test we added in r154622 as failing
2406 until we provide a permanent fix.
2408 2014-06-02 Kiran <kiran.guduru@samsung.com>
2410 Add mock DTMFSender support.
2411 https://bugs.webkit.org/show_bug.cgi?id=133298
2413 Reviewed by Eric Carlson.
2415 * fast/mediastream/RTCPeerConnection-dtmf-expected.txt:
2416 * fast/mediastream/RTCPeerConnection-dtmf.html:
2418 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2420 Unreviewed EFL gardening.
2422 Below test cases are passing after r169403.
2423 - fast/dom/webtiming-document-open.html
2424 - fast/dom/webtiming-navigate-within-document.html
2426 * platform/efl/TestExpectations:
2428 2014-06-02 Yusuke Suzuki <utatane.tea@gmail.com>
2430 CSS JIT: add support for the "not" pseudo class
2431 https://bugs.webkit.org/show_bug.cgi?id=133314
2433 Add :not pseudo class support to CSS JIT. Current implementation
2434 doesn't support visitedMatchType. So when link pseudo class appears in
2435 :not sub fragment, fallback to the non-JIT implementation.
2437 Reviewed by Benjamin Poulain.
2439 * fast/selectors/not-active-hover-quirks-expected.txt: Added.
2440 * fast/selectors/not-active-hover-quirks.html: Added.
2441 * fast/selectors/not-active-hover-strict-expected.txt: Added.
2442 * fast/selectors/not-active-hover-strict.html: Added.
2443 * fast/selectors/pseudo-class-not-expected.txt: Added.
2444 * fast/selectors/pseudo-class-not.html: Added.
2445 * fast/selectors/resources/not-hover-active-quirks-utility.js: Added.
2446 (testQuerySelector):
2448 * fast/selectors/resources/not-hover-active-strict-utility.js: Added.
2449 (testQuerySelector):
2452 2014-06-01 Jinwoo Song <jinwoo7.song@samsung.com>
2454 Unreviewed EFL gardening.
2456 gradient-background-leakage-hidpi.html and canvas-as-image-hidpi.html pass after r169445.
2458 * platform/efl-wk2/TestExpectations:
2460 2014-06-01 Jer Noble <jer.noble@apple.com>
2462 [MSE] Appends of overlapping sample data do not clear existing samples properly.
2463 https://bugs.webkit.org/show_bug.cgi?id=133435
2465 Reviewed by Darin Adler.
2467 * media/media-source/media-source-overlapping-append-expected.txt: Added.
2468 * media/media-source/media-source-overlapping-append.html: Added.
2469 * media/media-source/mock-media-source.js:
2471 2014-06-01 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2473 getBBox() returns (0,0) when width or height is zero.
2474 https://bugs.webkit.org/show_bug.cgi?id=93290
2476 Reviewed by Philip Rogers.
2478 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2479 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2480 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2481 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2482 * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2483 * svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2484 * svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2485 * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2486 * svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2487 * svg/custom/getBBox-js-circle-zerodimension-expected.txt: Added.
2488 * svg/custom/getBBox-js-circle-zerodimension.html: Added.
2489 * svg/custom/getBBox-js-ellipse-zerodimension-expected.txt: Added.
2490 * svg/custom/getBBox-js-ellipse-zerodimension.html: Added.
2491 * svg/custom/getBBox-js-rect-zerodimension-expected.txt: Added.
2492 * svg/custom/getBBox-js-rect-zerodimension.html: Added.
2494 2014-06-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2496 EFL gardening. Unskip some iframe tests which have passed since buildbot OS bump up.
2498 * platform/efl-wk1/TestExpectations:
2500 2014-06-01 Zalan Bujtas <zalan@apple.com>
2502 Subpixel rendering: Selection gap produces a pixel line overlap on inline boxes.
2503 https://bugs.webkit.org/show_bug.cgi?id=133429
2505 Reviewed by Simon Fraser.
2507 Do not floor logical right/left values when selection gap is calculated for RenderBlocks.
2508 It produces overlapping line/gap because the floored value is intersecting/too far from the
2509 non-floored content selection rect.
2511 * platform/mac/TestExpectations: add ML failure due to font sizing. (Ahem can't be used here)
2512 * fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl-expected.html: Added.
2513 * fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl.html: Added.
2514 * fast/inline/hidpi-selection-gap-overlaps-inline-selection-expected.html: Added.
2515 * fast/inline/hidpi-selection-gap-overlaps-inline-selection.html: Added.
2517 2014-05-31 Darin Adler <darin@apple.com>
2519 One more missed piece of that last check-in.
2521 * TestExpectations: Removed the flakiness expectation from the
2522 css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html
2523 test since that now works reliably.
2525 2014-05-31 Darin Adler <darin@apple.com>
2527 Try to fix another failure from the previous check-in seen on some bots.
2529 * platform/mac-wk2/TestExpectations: Removed a couple obsolete lines.
2530 * platform/wk2/TestExpectations: Added expectation for filter-hidden-content.svg, which
2531 seems to be affected by the resizing for tests before it.
2533 2014-05-31 Darin Adler <darin@apple.com>
2535 Fix test failure from the previous check-in.
2537 * fast/dynamic/window-resize-scrollbars-test.html: Add resize handler so this test works
2538 with asynchronous resizing.
2540 * platform/wk2/TestExpectations: Expect failure for the test above; it's showing scrollbars,
2541 and it should not. Before, the test was not running correctly so it seemed to pass.
2543 2014-05-31 Darin Adler <darin@apple.com>
2545 Viewport percentage tests that resize the viewport are flaky
2546 https://bugs.webkit.org/show_bug.cgi?id=133351
2548 Reviewed by Anders Carlsson.
2550 * css3/viewport-percentage-lengths/resources/resize-test.js:
2551 Added code to compensate for the difference between innerWidth/Height and outerWidth/Height
2552 so this works well in a browser window. Added code to "warm up" so the first resize triggers
2553 a resize event. Tweaked style of the code a bit. Use resize events to avoid flakiness due
2554 to race conditions. One thing I did not fix is the "out of order" problem where all the
2555 test results get written out after the words TEST COMPLETE.
2557 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block-expected.txt:
2558 Updated due to changes to the underlying test machinery, and also to show actual expected success.
2559 The old results said PASS with various obviously wrong results.
2561 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html:
2562 Changed this test to use the shared resize-test.js.
2564 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child-expected.txt:
2565 Updated due to changes to the underlying test machinery, and also to show actual expected success.
2566 The old results said PASS with various obviously wrong results.
2568 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html:
2569 Streamlined this test a little.
2571 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size-expected.txt:
2572 Updated due to changes to the underlying test machinery, and also to show actual expected success.
2573 The old results said PASS with various obviously wrong results.
2575 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html:
2576 Streamlined this test a little.
2578 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize-expected.txt:
2579 Updated due to changes to the underlying test machinery, and also to show both expected success,
2580 and some expected failures. These failures were going unnoticed before since the test didn't
2581 successfully do any resizing of the web view.
2583 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html:
2584 Streamlined this test a little.
2586 * fast/dom/Window/window-resize-contents-expected.txt: Updated to reflect the test actually
2587 resizing. The old test results expected no resizing to occur.
2588 * fast/dom/Window/window-resize-contents.html: Updated to use a resize event handler so the
2589 test can successfully test asynchronous resizes like the ones done by WebKit2.
2591 * fast/dom/rtl-scroll-to-leftmost-and-resize.html: Updated to use a resize event handler so
2592 this can test asynchronous resizes. Also fixed code that was treating the arguments to resizeTo
2593 as if they were inner coordinates rather than outer. However, the bug this tests for has not
2594 been fixed, so need to expect failures.
2596 * platform/mac/TestExpectations: Added a failure expection for the test above.
2598 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Updated to expect a result
2599 that successfully resized.
2600 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: Ditto.
2602 2014-05-30 Mario Sanchez Prada <mario.prada@samsung.com>
2604 [GTK] Don't use logAccessibilityEvents() in aria-slider-required-attributes.html
2605 https://bugs.webkit.org/show_bug.cgi?id=133405
2607 Reviewed by Chris Fleizach.
2609 Change the test to use addNotificationListener() instead.
2611 * platform/gtk/TestExpectations: Removed failure expectation
2612 * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt: Updated
2613 * platform/gtk/accessibility/aria-slider-required-attributes.html: Updated
2615 2014-05-30 Mario Sanchez Prada <mario.prada@samsung.com>
2617 [ATK] Deprecate usage of logAccessibilityEvents() in layout tests
2618 https://bugs.webkit.org/show_bug.cgi?id=132280
2620 Reviewed by Chris Fleizach.
2622 Removed 36 flaky expectations from TestExpectations for tests that
2623 were ocassionally showing the output of logAccessibilityEvents()
2624 even if they did not make use of that feature (thus the flakiness).
2626 * platform/gtk/TestExpectations: Updated.
2628 2014-05-30 Jarek Czekalski <jarekczek@poczta.onet.pl>
2630 [ATK] Convert caret offset tests from testatk.c.
2631 https://bugs.webkit.org/show_bug.cgi?id=132527
2633 Reviewed by Mario Sanchez Prada.
2635 The tests are replicated from testatk.c file, functions
2636 testWebkitAtkCaretOffsets()
2637 testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces()
2638 The file was present in webkit1. Removed from trunk in r166977, so
2639 the last version was
2640 https://trac.webkit.org/browser/trunk/Tools/TestWebKitAPI/Tests/WebKitGtk/testatk.c?rev=166976
2641 What could not be verified in the same way:
2643 1. Whether element implements ATK_TEXT. If setCaretOffset
2644 succeeds, it confirms that element is text as well. But in cases
2645 when setCaretOffset must fail I see no way to confirm it is text
2648 2. Whether position is correct through a call to
2649 atk_text_get_caret_offset. text-caret-moved signal value is
2652 Anyway these cases don't look crucial, so they are skipped.
2654 * platform/gtk/resources/atk-helpers.js: Added.
2655 (setCaretOffset): Added.
2656 * platform/gtk/accessibility/caret-offsets-and-extraneous-white-spaces-expected.txt: Added.
2657 * platform/gtk/accessibility/caret-offsets-and-extraneous-white-spaces.html: Added.
2658 * platform/gtk/accessibility/caret-offsets-expected.txt: Added.
2659 * platform/gtk/accessibility/caret-offsets.html: Added.
2661 2014-05-28 Jon Honeycutt <jhoneycutt@apple.com>
2663 Roll r168668 back in.
2665 <https://bugs.webkit.org/show_bug.cgi?id=132621>
2667 Reviewed by Brent Fulgham.
2669 * compositing/plugins/composited-plugin.html:
2670 * compositing/plugins/no-backing-store.html:
2671 * fast/dom/beforeload/flash-before-load.html:
2672 * fast/events/beforeload-assertion-expected.txt: Added.
2673 * fast/events/beforeload-assertion.html: Added.
2674 * fast/events/beforeload-iframe-crash-expected.txt: Added.
2675 * fast/events/beforeload-iframe-crash.html: Added.
2676 * fast/events/beforeload-input-time-crash-expected.txt: Added.
2677 * fast/events/beforeload-input-time-crash.html: Added.
2678 * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-data.html:
2679 * http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-blocked.html:
2680 * http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html:
2681 * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html:
2682 * http/tests/security/contentSecurityPolicy/object-src-none-allowed.html:
2683 * http/tests/security/contentSecurityPolicy/object-src-none-blocked.html:
2684 * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js:
2685 (testImpl.iframe.onload):
2687 * http/tests/security/mixedContent/insecure-plugin-in-iframe.html:
2688 * platform/mac/plugins/supports-carbon-event-model.html:
2689 * platform/mac/plugins/testplugin-onnew-onpaint.html:
2690 * plugins/get-user-agent-with-null-npp-from-npp-new.html:
2691 * plugins/mouse-click-plugin-clears-selection.html:
2692 * plugins/netscape-plugin-map-data-to-src.html:
2693 * plugins/no-mime-with-valid-extension.html:
2694 * plugins/plugin-initiate-popup-window.html:
2695 * plugins/windowless_plugin_paint_test.html:
2696 * resources/plugin.js: Added.
2697 (runAfterPluginLoad):
2699 2014-05-29 Myles C. Maxfield <mmaxfield@apple.com>
2701 Support -apple-system-font on OS X
2702 https://bugs.webkit.org/show_bug.cgi?id=133382
2704 This test makes sure that -apple-system-font is rendered the same way as -webkit-system-font.
2706 Reviewed by Simon Fraser.
2708 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Updated.
2709 * platform/mac/fast/text/systemFont.html: Tests -apple-system-font in addition to -webkit-system-font.
2710 * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Updated.
2712 2014-05-29 Alexey Proskuryakov <ap@apple.com>
2714 Loading <object> from WebArchive crashes
2715 https://bugs.webkit.org/show_bug.cgi?id=133386
2716 <rdar://problem/13345509>
2718 Reviewed by Brady Eidson.
2720 * webarchive/loading/object-expected.txt: Added.
2721 * webarchive/loading/object.html: Added.
2722 * webarchive/loading/resources/object.webarchive: Added.
2724 2014-05-29 Mark Lam <mark.lam@apple.com>
2726 Gardening: marking js/primitive-property-access-edge-cases.html as crashy.
2727 <https://webkit.org/b/133356>
2733 2014-05-29 Mark Lam <mark.lam@apple.com>
2735 Gardening: marking js/primitive-property-access-edge-cases.html as flaky.
2736 <https://webkit.org/b/133356>
2742 2014-05-29 Jeremy Jones <jeremyj@apple.com>
2744 Use correct version of requiresFullscreenForVideoPlayback().
2745 https://bugs.webkit.org/show_bug.cgi?id=133331
2747 Reviewed by Eric Carlson.
2749 * media/video-fullscreeen-only-controls-expected.txt: Added.
2750 * media/video-fullscreeen-only-controls.html: Added. Make sure video element
2751 controls show even when not specified if inline playback is restricted.
2753 2014-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
2755 [WK2][GTK] ASSERTION FAILED: m_status == Scheduled in GMainLoopSource
2756 https://bugs.webkit.org/show_bug.cgi?id=131220
2758 Reviewed by Philippe Normand.
2760 Unskip inspector-protocol/dom/remove-multiple-nodes.html.
2762 * platform/gtk/TestExpectations:
2764 2014-05-28 Martin Hock <mhock@apple.com>
2766 Marking test as flaky pending further review.
2767 https://bugs.webkit.org/show_bug.cgi?id=133351
2769 Unreviewed gardening.
2772 Skip css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html
2774 2014-05-28 Oliver Hunt <oliver@apple.com>
2776 Make DOM properties exposed as instance properties use the base object instead of |this|
2777 https://bugs.webkit.org/show_bug.cgi?id=133353
2779 Reviewed by Geoffrey Garen.
2781 Update tests to cover change in expected behaviour.
2783 * js/dom/dom-as-prototype-assignment-exception-expected.txt:
2784 * js/dom/dom-attributes-on-mismatch-type-expected.txt:
2785 * js/dom/dom-attributes-on-mismatch-type.html:
2786 * js/dom/script-tests/dom-as-prototype-assignment-exception.js:
2788 2014-05-28 Radu Stavila <stavila@adobe.com>
2790 REGRESSION (r168046): Invalid layout in multicol
2791 https://bugs.webkit.org/show_bug.cgi?id=133322
2793 Reviewed by Antti Koivisto.
2795 * fast/multicol/newmulticol/multicol-inside-multicol-expected.html: Added.
2796 * fast/multicol/newmulticol/multicol-inside-multicol.html: Added.
2798 2014-05-27 Commit Queue <commit-queue@webkit.org>
2800 Unreviewed, rolling out r169400.
2801 https://bugs.webkit.org/show_bug.cgi?id=133338
2803 Broke the iOS build in
2804 LocalizedDateCache::calculateMaximumWidth() (Requested by smfr
2809 "SVG TextRuns do not always get RenderingContexts"
2810 https://bugs.webkit.org/show_bug.cgi?id=133198
2811 http://trac.webkit.org/changeset/169400
2813 2014-05-27 Bem Jones-Bey <bjonesbe@adobe.com>
2815 vw/vh units used as font/line-height values don't scale with the viewport
2816 https://bugs.webkit.org/show_bug.cgi?id=87846
2818 Reviewed by Darin Adler.
2820 Update existing tests to work with the proper behavior of viewport
2823 Add tests for some of the things fixed by this patch: handling of
2824 viewport units in font sizes, with calc, and when the viewport is
2825 resized without a reload.
2827 The anonymous block and percent size child tests make sure that the
2828 viewport unit updates still work properly when there is another
2829 relative unit the depends on the size specified in viewport units.
2831 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
2832 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
2833 * css3/viewport-percentage-lengths/resources/resize-test.js: Added.
2835 (standardResizeTest):
2836 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block-expected.txt: Added.
2837 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html: Added.
2838 * css3/viewport-percentage-lengths/viewport-percentage-lengths-calc-expected.txt: Added.
2839 * css3/viewport-percentage-lengths/viewport-percentage-lengths-calc.html: Added.
2840 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child-expected.txt: Added.
2841 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html: Added.
2842 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size-expected.txt: Added.
2843 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html: Added.
2844 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize-expected.txt: Added.
2845 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html: Added.
2846 * fast/canvas/draw-focus-if-needed-expected.txt: Removed.
2847 * fast/canvas/draw-focus-if-needed.html: Removed.
2848 * fast/masking/parsing-clip-path-shape-expected.txt:
2849 * fast/masking/parsing-clip-path-shape.html:
2850 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
2851 * fast/shapes/parsing/parsing-shape-lengths.html:
2853 2014-05-27 Zoltan Horvath <zoltan@webkit.org>
2855 [CSS Shapes] serialization of the computed value should omit the default radii
2856 https://bugs.webkit.org/show_bug.cgi?id=132747
2858 Reviewed by Darin Adler.
2860 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
2861 * fast/shapes/parsing/parsing-test-utils.js:
2863 2014-05-27 Alex Christensen <achristensen@webkit.org>
2865 Unreviewed Mac Gardening.
2867 * platform/mac/TestExpectations:
2868 Skip webtiming-two-redirects.php which I forgot to re-skip in r169403.
2870 2014-05-27 Alex Christensen <achristensen@webkit.org>
2872 Run web timing tests if web timing is enabled.
2873 https://bugs.webkit.org/show_bug.cgi?id=133327
2875 Reviewed by Ryosuke Niwa.
2877 * fast/dom/script-tests/webtiming-document-open.js:
2879 * fast/dom/script-tests/webtiming-navigate-within-document.js:
2880 (checkTimingNotChanged):
2881 Use for in loop instead of Object.keys because properties are in prototype chain.
2882 * fast/dom/script-tests/webtiming.js:
2883 Use performance.now instead of 0.
2884 * platform/mac/TestExpectations:
2885 Made web timing tests skipped on Mountain Lion and Mavericks.
2887 2014-05-27 Commit Queue <commit-queue@webkit.org>
2889 Unreviewed, rolling out r169399.
2890 https://bugs.webkit.org/show_bug.cgi?id=133326
2892 Causes assertion failures in tests. See
2893 http://build.webkit.org/results/Apple%20Mavericks%20Debug%20WK1%20(Tests)/r169399%20(5622)/results.html
2894 (Requested by mlam on #webkit).
2898 "Caret's screen position does not update during an overflow
2900 https://bugs.webkit.org/show_bug.cgi?id=133256
2901 http://trac.webkit.org/changeset/169399
2903 2014-05-27 Myles C. Maxfield <mmaxfield@apple.com>
2905 Lists styled with SVG fonts are not rendered as expected
2906 https://bugs.webkit.org/show_bug.cgi?id=133198
2908 Reviewed by Simon Fraser.
2910 See per-file comments.
2912 * svg/custom/list-items-with-svg-font-family-expected.txt: Added.
2913 * svg/custom/list-items-with-svg-font-family.html: Added. Make sure there is
2914 no crash when styling list elements with SVG fonts.
2916 2014-05-23 Myles C. Maxfield <mmaxfield@apple.com>
2918 Caret's screen position does not update during an overflow scroll
2919 https://bugs.webkit.org/show_bug.cgi?id=133256
2921 Reviewed by Simon Fraser.
2923 This test places the caret, inspects its position, scrolls, and then immediately inspects its
2924 position again. The two positions should be different.
2926 * editing/input/caret-position-during-scroll-expected.txt: Added.
2927 * editing/input/caret-position-during-scroll.html: Added.
2929 2014-05-27 David Hyatt <hyatt@apple.com>
2931 REGRESSION: Audio volume scrubber does not show volume level thumb
2932 <rdar://problem/16902004>
2933 https://bugs.webkit.org/show_bug.cgi?id=133310
2935 Reviewed by Dean Jackson.
2937 * fast/multicol/pagination/nested-transforms.html: Added.
2938 * platform/mac/fast/multicol/pagination/nested-transforms-expected.png: Added.
2939 * platform/mac/fast/multicol/pagination/nested-transforms-expected.txt: Added.
2941 2014-05-27 Eric Carlson <eric.carlson@apple.com>
2943 [Mac] media controls should prevent 'click' events from reaching the page
2944 https://bugs.webkit.org/show_bug.cgi?id=133268
2946 Reviewed by by Jer Noble.
2948 * media/media-controls-cancel-events-expected.txt: Added.
2949 * media/media-controls-cancel-events.html: Added.
2951 2014-05-27 Jon Lee <jonlee@apple.com>
2953 Update ENABLE(MEDIA_SOURCE) on Mac
2954 https://bugs.webkit.org/show_bug.cgi?id=133141
2956 Reviewed by Darin Adler.
2958 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
2959 * platform/mac/TestExpectations:
2960 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
2962 2014-05-27 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2964 Unreviewed EFL gardening
2966 Add failing tests to TestExpectations.
2968 * platform/efl-wk2/TestExpectations:
2969 * platform/efl/TestExpectations:
2971 2014-05-26 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2973 Fix wrong inclusion depth of js-test-pre.js in is-protocol-handler-registered.html
2974 https://bugs.webkit.org/show_bug.cgi?id=133273
2976 Reviewed by Darin Adler.
2978 Can't use debug() due to wrong inclusion path.
2980 * fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html:
2982 2014-05-26 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2984 [EFL] Move navigator content utils's to own directory
2985 https://bugs.webkit.org/show_bug.cgi?id=133275
2987 Reviewed by Darin Adler.
2989 Expected results need to be maintained by own directory because navigator content utils have been maintained by
2990 own directory as well.
2992 * platform/efl/fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt: Renamed from LayoutTests/platform/efl/fast/dom/register-protocol-handler-expected.txt.
2993 * platform/efl/fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt: Renamed from LayoutTests/platform/efl/fast/dom/unregister-protocol-handler-expected.txt.
2995 2014-05-26 Benjamin Poulain <benjamin@webkit.org>
2997 Fix the quirks mode selector matching of the pseudo classes :hover and :active
2998 https://bugs.webkit.org/show_bug.cgi?id=133063
3000 Reviewed by Antti Koivisto.
3002 The test coverage of :hover and :active was extremly poor.
3003 Those new tests add coverage for the cases fixed by this patch.
3005 * fast/selectors/active-hover-quirks-expected.txt: Added.
3006 * fast/selectors/active-hover-quirks.html: Added.
3007 * fast/selectors/active-hover-strict-expected.txt: Added.
3008 * fast/selectors/active-hover-strict.html: Added.
3009 * fast/selectors/active-quirks-expected.txt: Added.
3010 * fast/selectors/active-quirks.html: Added.
3011 * fast/selectors/active-strict-expected.txt: Added.
3012 * fast/selectors/active-strict.html: Added.
3013 * fast/selectors/hover-quirks-expected.txt: Added.
3014 * fast/selectors/hover-quirks.html: Added.
3015 * fast/selectors/hover-strict-expected.txt: Added.
3016 * fast/selectors/hover-strict.html: Added.
3017 * fast/selectors/resources/hover-active-quirks-utility.js: Added.
3018 * selectors/resources/hover-active-strict-utility.js: Added.
3020 2014-05-26 Darin Adler <darin@apple.com>
3022 Class name matching should use ASCII case-insensitive matching, not Unicode case folding
3023 https://bugs.webkit.org/show_bug.cgi?id=133292
3025 Reviewed by Anders Carlsson.
3027 * fast/dom/getElementsByClassName/ASCII-case-insensitive-expected.txt: Added.
3028 * fast/dom/getElementsByClassName/ASCII-case-insensitive.html: Added.
3029 * fast/dom/getElementsByClassName/case-sensitive-expected.txt: Added.
3030 * fast/dom/getElementsByClassName/case-sensitive.html: Added.
3032 2014-05-25 Filip Pizlo <fpizlo@apple.com>
3034 Latest emscripten life benchmark is 4x slower because the DFG doesn't realize that arithmetic on booleans is a thing
3035 https://bugs.webkit.org/show_bug.cgi?id=133136
3037 Reviewed by Oliver Hunt.
3039 * js/regress/abs-boolean-expected.txt: Added.
3040 * js/regress/abs-boolean.html: Added.
3041 * js/regress/div-boolean-double-expected.txt: Added.
3042 * js/regress/div-boolean-double.html: Added.
3043 * js/regress/div-boolean-expected.txt: Added.
3044 * js/regress/div-boolean.html: Added.
3045 * js/regress/max-boolean-expected.txt: Added.
3046 * js/regress/max-boolean.html: Added.
3047 * js/regress/min-boolean-expected.txt: Added.
3048 * js/regress/min-boolean.html: Added.
3049 * js/regress/minus-boolean-double-expected.txt: Added.
3050 * js/regress/minus-boolean-double.html: Added.
3051 * js/regress/minus-boolean-expected.txt: Added.
3052 * js/regress/minus-boolean.html: Added.
3053 * js/regress/mod-boolean-double-expected.txt: Added.
3054 * js/regress/mod-boolean-double.html: Added.
3055 * js/regress/mod-boolean-expected.txt: Added.
3056 * js/regress/mod-boolean.html: Added.
3057 * js/regress/mul-boolean-double-expected.txt: Added.
3058 * js/regress/mul-boolean-double.html: Added.
3059 * js/regress/mul-boolean-expected.txt: Added.
3060 * js/regress/mul-boolean.html: Added.
3061 * js/regress/neg-boolean-expected.txt: Added.
3062 * js/regress/neg-boolean.html: Added.
3063 * js/regress/plus-boolean-arith-expected.txt: Added.
3064 * js/regress/plus-boolean-arith.html: Added.
3065 * js/regress/plus-boolean-double-expected.txt: Added.
3066 * js/regress/plus-boolean-double.html: Added.
3067 * js/regress/plus-boolean-expected.txt: Added.
3068 * js/regress/plus-boolean.html: Added.
3069 * js/regress/script-tests/abs-boolean.js: Added.
3070 * js/regress/script-tests/div-boolean-double.js: Added.
3071 * js/regress/script-tests/div-boolean.js: Added.
3072 * js/regress/script-tests/max-boolean.js: Added.
3073 * js/regress/script-tests/min-boolean.js: Added.
3074 * js/regress/script-tests/minus-boolean-double.js: Added.
3075 * js/regress/script-tests/minus-boolean.js: Added.
3076 * js/regress/script-tests/mod-boolean-double.js: Added.
3077 * js/regress/script-tests/mod-boolean.js: Added.
3078 * js/regress/script-tests/mul-boolean-double.js: Added.
3079 * js/regress/script-tests/mul-boolean.js: Added.
3080 * js/regress/script-tests/neg-boolean.js: Added.
3081 * js/regress/script-tests/plus-boolean-arith.js: Added.
3082 * js/regress/script-tests/plus-boolean-double.js: Added.
3083 * js/regress/script-tests/plus-boolean.js: Added.
3084 * js/regress/script-tests/sin-boolean.js: Added.
3085 * js/regress/sin-boolean-expected.txt: Added.
3086 * js/regress/sin-boolean.html: Added.
3088 2014-05-26 Javier Fernandez <jfernandez@igalia.com>
3090 [CSS Grid Layout] Implementation of the "grid" shorthand.
3091 https://bugs.webkit.org/show_bug.cgi?id=132122
3093 Reviewed by Darin Adler.
3095 Layout Test for the basic functionality of the 'grid' shorthand. It was
3096 also added a new javascript file with some utility functions.
3098 * fast/css-grid-layout/grid-shorthand-get-set-expected.txt: Added.
3099 * fast/css-grid-layout/grid-shorthand-get-set.html: Added.
3100 * fast/css-grid-layout/resources/grid-shorthand-parsing-utils.js: Added.
3101 (testGridDefinitionsValues):
3102 (testGridDefinitionsSetJSValues):
3103 (testNonGridDefinitionsSetJSValues):
3104 (checkGridDefinitionsSetJSValues):
3105 (testGridDefinitionsSetBadJSValues):
3107 2014-05-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3109 Unreviewed EFL gardening
3111 Remove expectations for now passing tests.
3113 * platform/efl-wk2/TestExpectations:
3114 * platform/efl/TestExpectations:
3116 2014-05-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3118 [EFL] Input fields and text areas are not rendered correctly after r167771
3119 https://bugs.webkit.org/show_bug.cgi?id=133181
3121 Reviewed by Gyuyoung Kim.
3123 * platform/efl-wk2/TestExpectations: Remove now passing test from test expectations.
3125 2014-05-20 Sergio Villar Senin <svillar@igalia.com>
3127 [CSS Grid Layout] Children of grid containers must be turned into grid items
3128 https://bugs.webkit.org/show_bug.cgi?id=132991
3130 Reviewed by Darin Adler.
3132 From Blink r150472 by <jchaffraix@chromium.org>
3134 Added a new test case to verify the computed value for 'display'
3135 in grid items. The test also checks that items are correctly
3136 positioned inside the grid, i.e., they properly became grid
3139 Also removed ietestcenter's grid-items-002.html and
3140 grid-items-003.html from the list of failing tests as they should
3143 * fast/css-grid-layout/grid-item-display-expected.txt: Added.
3144 * fast/css-grid-layout/grid-item-display.html: Added.
3145 * ietestcenter/css3/grid/grid-items-002.htm: Fixed a typo and
3146 replaced -webkit-grid-definition-* by -webkit-grid-template-*
3147 * ietestcenter/css3/grid/grid-items-003.htm: Ditto.
3148 * platform/efl/TestExpectations: Removed the two tests above.
3149 * platform/gtk/TestExpectations: Ditto.
3150 * platform/mac/TestExpectations: Ditto.
3151 * platform/win/TestExpectations: Ditto.
3153 2014-05-25 Jinwoo Song <jinwoo7.song@samsung.com>
3155 setData() of DataTransfer has a void return type
3156 https://bugs.webkit.org/show_bug.cgi?id=133108
3158 Reviewed by Alexey Proskuryakov.
3160 * editing/pasteboard/set_data_typeof_return-expected.txt: Added.
3161 * editing/pasteboard/set_data_typeof_return.html: Added.
3163 2014-05-25 David Kilzer <ddkilzer@apple.com>
3165 Crash in WebCore::TextResourceDecoder::checkForCSSCharset
3166 <http://webkit.org/b/133257>
3167 <rdar://problem/17027109>
3169 Reviewed by Alexey Proskuryakov.
3171 * fast/encoding/css-charset-missing-semi-colon-and-newline-expected.txt: Added.
3172 * fast/encoding/css-charset-missing-semi-colon-and-newline.html: Added.
3174 2014-05-23 Simon Fraser <simon.fraser@apple.com>
3176 Scrolling tests should not try to dump pixels
3177 https://bugs.webkit.org/show_bug.cgi?id=133245
3179 Reviewed by Tim Horton.
3181 dumpAsText(true) -> dumpAsText().
3183 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html:
3184 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html:
3185 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html:
3186 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html:
3187 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html:
3188 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html:
3189 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html:
3190 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html:
3191 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html:
3192 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html:
3193 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html:
3194 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html:
3196 2014-05-24 Zalan Bujtas <zalan@apple.com>
3198 Subpixel rendering: Non-compositing transforms with subpixel coordinates paint to wrong position.
3199 https://bugs.webkit.org/show_bug.cgi?id=133184
3200 <rdar://problem/16745606>
3202 Reviewed by Simon Fraser.
3204 Snapping relative negative coordinate values should produce the same position as if they were
3205 positive absolute coordinates.
3206 When a child box gets positioned off of its containers towards top/left, its relative coordinates
3207 become negative. Pixel snapping those negative values should produce the same
3208 final painting position as if the child box was fixed positioned with positive coordinates.
3209 Since halfway values always round away from zero, negative and positive halfway values
3210 produce opposite rounding direction.
3211 This patch ensures that negative halfway values round to the direction as if they were positive.
3213 * fast/layers/hidpi-floor-negative-coordinate-values-to-maintain-rounding-direction-expected.html: Added.
3214 * fast/layers/hidpi-floor-negative-coordinate-values-to-maintain-rounding-direction.html: Added.
3216 2014-05-24 Frédéric Wang <fred.wang@free.fr>
3218 Update GTK references for some tests after bug 130322.
3219 https://bugs.webkit.org/show_bug.cgi?id=130322
3221 Unreviewed gardening.
3223 * platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt:
3224 * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
3226 2014-05-24 Frédéric Wang <fred.wang@free.fr>
3228 Mark some opentype MATH tests failing due to bad references.
3229 https://bugs.webkit.org/show_bug.cgi?id=130322
3231 Unreviewed gardening.
3233 * platform/mac/TestExpectations:
3235 2014-05-24 Frédéric Wang <fred.wang@free.fr>
3237 Use size variants and glyph assembly from the MATH data.
3238 https://bugs.webkit.org/show_bug.cgi?id=130322
3240 Reviewed by Chris Fleizach.
3242 This adds some pixel tests for large operators and vertical stretchy operators.
3244 * mathml/opentype/LICENSE-LatinModern.txt: Added.
3245 * mathml/opentype/large-operators-LatinModern.html: Added.
3246 * mathml/opentype/latinmodern-math.woff: Added.
3247 * mathml/opentype/opentype-stretchy.html: Added.
3248 * mathml/opentype/stretchy.woff: Added.
3249 * mathml/opentype/vertical-LatinModern.html: Added.
3250 * platform/efl/mathml/opentype/large-operators-LatinModern-expected.png: Added.
3251 * platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3252 * platform/efl/mathml/opentype/opentype-stretchy-expected.png: Added.
3253 * platform/efl/mathml/opentype/opentype-stretchy-expected.txt: Added.
3254 * platform/efl/mathml/opentype/vertical-LatinModern-expected.png: Added.
3255 * platform/efl/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3256 * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png: Added.
3257 * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3258 * platform/gtk/mathml/opentype/opentype-stretchy-expected.png: Added.
3259 * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Added.
3260 * platform/gtk/mathml/opentype/vertical-LatinModern-expected.png: Added.
3261 * platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3262 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference due to change in mathml.css
3263 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto
3264 * platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3265 * platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Added.
3266 * platform/mac/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3267 * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3268 * platform/mac-wk2/mathml/opentype/opentype-stretchy-expected.txt: Added.
3269 * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3270 * platform/win/TestExpectations: Mark the OpenType MATH tests as failing
3272 2014-05-23 Yusuke Suzuki <utatane.tea@gmail.com>
3274 CSS JIT: Apply backtracking optimization to adjacent backtracking
3275 https://bugs.webkit.org/show_bug.cgi?id=132951
3277 Reviewed by Benjamin Poulain.
3279 Apply the backtracking optimization to the adjacent backtracking.
3280 This optimization is already done for the descendant backtracking.
3281 We apply this to the adjacent backtracking similarly.
3283 * fast/selectors/backtracking-adjacent-optimized-expected.txt: Added.
3284 * fast/selectors/backtracking-adjacent-optimized.html: Added.
3286 2014-05-23 Simon Fraser <simon.fraser@apple.com>
3288 Rebaseline two tests affected by r169229.
3290 * platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt:
3291 * platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
3293 2014-05-23 Mihnea Ovidenie <mihnea@adobe.com>
3295 REGRESSION(r169105): fast/regions/cssom/region-range-for-box-crash.html is more crashy than before
3296 https://bugs.webkit.org/show_bug.cgi?id=133124
3298 Reviewed by David Hyatt.
3300 Unskip the test file that used to crash.
3304 2014-05-23 Mark Hahnenberg <mhahnenberg@apple.com>
3306 Rebaseline some tests after r169260
3308 * fast/dom/Geolocation/enabled-expected.txt:
3309 * fast/dom/Geolocation/script-tests/enabled.js:
3310 * js/dom/delete-syntax-expected.txt:
3311 * js/dom/script-tests/delete-syntax.js:
3313 2014-05-23 Roger Fong <roger_fong@apple.com>
3315 Unreviewed. Skip some snapshotting tests failing after r169173.
3316 https://bugs.webkit.org/show_bug.cgi?id=133227.
3318 * platform/mac-wk2/TestExpectations:
3320 2014-05-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3322 Unreviewed EFL gardening
3324 * platform/efl/TestExpectations: Add test expectation for tests faling after r167840.
3325 * platform/efl/fast/borders/border-antialiasing-expected.png: Rebaseline after r168046.
3326 * platform/efl/fast/borders/border-antialiasing-expected.txt: Ditto.
3327 * platform/efl/fast/forms/fieldset-align-expected.txt: Rebaseline after r168575.
3329 2014-05-23 Zalan Bujtas <zalan@apple.com>
3331 Subpixel rendering: Make webkit-box-shadow painting subpixel aware.
3332 https://bugs.webkit.org/show_bug.cgi?id=133201
3333 <rdar://problem/16072830>
3335 Reviewed by Simon Fraser.
3337 This patch enables webkit-box-shadow to be painted on a subpixel position. However, we
3338 still truncate -webkit-box-shadow property values. Tracked here: http://webkit.org/b/133202
3340 Currently not ref-testable.
3342 * fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position.html: Added.
3343 * platform/mac/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.png: Added.
3344 * platform/mac/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Added.
3346 2014-05-22 Simon Fraser <simon.fraser@apple.com>
3348 Make viewport units work in CSS gradients
3349 https://bugs.webkit.org/show_bug.cgi?id=133204
3350 <rdar://problem/17012259>
3352 Reviewed by Tim Horton.
3354 Make viewport percentage lengths work in gradients.
3356 * fast/gradients/viewport-units-gradient-expected.html: Added.
3357 * fast/gradients/viewport-units-gradient.html: Added.
3359 2014-05-22 Ryosuke Niwa <rniwa@webkit.org>
3361 Can't type in status in facebook.com on iOS Safari because keyboard disappears
3362 https://bugs.webkit.org/show_bug.cgi?id=133196
3364 Reviewed by Geoffrey Garen.
3366 Removed the test added by r156252.
3368 * fast/dom/HTMLDocument/active-element-gets-unfocusable-expected.txt: Removed.
3369 * fast/dom/HTMLDocument/active-element-gets-unfocusable.html: Removed.
3371 2014-05-22 Myles C. Maxfield <mmaxfield@apple.com>
3373 http/tests/security/xss-DENIED-xsl-document-redirect.xml fails with NetworkProcess
3374 https://bugs.webkit.org/show_bug.cgi?id=132523
3376 Reviewed by Alexey Proskuryakov.
3378 Two tests have been rebaselined, and re-enable test that now passes. Because of
3379 r23889, synchronous XHRs for file: URLs purposely don't invoke error handlers.
3381 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Updated
3382 incorrect test description
3383 * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: Ditto
3384 * platform/mac-wk2/TestExpectations: Re-enable test that now passes.
3386 2014-05-22 Simon Fraser <simon.fraser@apple.com>
3388 Fix the compositing/transitions/transform-on-large-layer.html test
3389 https://bugs.webkit.org/show_bug.cgi?id=133195
3391 Reviewed by Dean Jackson.
3393 This test used window resize when it doesn't need to and was flakey.
3395 * compositing/transitions/transform-on-large-layer.html:
3396 * platform/efl/TestExpectations:
3397 * platform/mac/TestExpectations:
3399 2014-05-22 Simon Fraser <simon.fraser@apple.com>
3401 REGRESSION (r155977): Very stuttery 3D css animation on jtechcommunications.com
3402 https://bugs.webkit.org/show_bug.cgi?id=133179
3403 <rdar://problem/16864666>
3405 Reviewed by Dean Jackson.
3409 * compositing/contents-scale/animating-expected.txt:
3410 * compositing/contents-scale/rounded-contents-scale-expected.txt:
3411 * compositing/contents-scale/scaled-ancestor-expected.txt:
3412 * compositing/contents-scale/simple-scale-expected.txt:
3413 * compositing/contents-scale/z-translate-expected.txt:
3414 * platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
3415 * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
3416 * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: