1 2014-06-25 Geoffrey Garen <ggaren@apple.com>
3 Unreviewed, rolling out r166876.
5 Caused some ECMA test262 failures
9 "Date object needs to check for ES5 15.9.1.14 TimeClip limit."
10 https://bugs.webkit.org/show_bug.cgi?id=131248
11 http://trac.webkit.org/changeset/166876
13 2014-06-25 Dirk Schulze <krit@webkit.org>
15 Add all blend modes to feBlend
17 feBlend should support all blend modes from CSS and Canvas
18 https://bugs.webkit.org/show_bug.cgi?id=134296
20 Added tests for new blend modes in feBlend as well as a test for 'normal' blend mode
23 Reviewed by Dean Jackson.
25 * fast/canvas/canvas-blend-image-expected.txt:
26 * fast/canvas/canvas-blend-solid-expected.txt:
27 * fast/canvas/script-tests/canvas-blend-image.js: Test 'normal' blend mode in Canvas.
28 (prepareTestScenario):
29 * fast/canvas/script-tests/canvas-blend-solid.js: Ditto.
30 (prepareTestScenario):
31 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
32 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: DRT output is lowercase now.
33 * platform/mac/svg/filters/feBlend-all-blendmodes-expected.png: Added.
34 * platform/mac/svg/filters/feBlend-all-blendmodes-expected.txt: Added.
35 * svg/filters/feBlend-all-blendmodes.svg: Added. Tests all blend modes now supported by feBlend.
36 * svg/filters/feBlend-invalid-mode.xhtml: Add an upper bound check as well.
38 2014-06-25 Chris Fleizach <cfleizach@apple.com>
40 AX: Crash at com.apple.WebCore: WebCore::AlternativeTextController::removeDictationAlternativesForMarker + 43
41 https://bugs.webkit.org/show_bug.cgi?id=134226
43 Reviewed by Enrica Casucci.
45 * platform/mac-wk2/TestExpectations:
46 Skip test on wk2 because dictation related tests are not yet supported (89401)
47 * platform/mac/editing/input/crash-for-empty-text-alternative-expected.txt: Added.
48 * platform/mac/editing/input/crash-for-empty-text-alternative.html: Added.
50 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
52 Remove build guard for progress element
53 https://bugs.webkit.org/show_bug.cgi?id=134292
55 Reviewed by Benjamin Poulain.
57 Remove PROGRESS_ELEMENT from the comment to reflect the change.
59 * fast/dom/wrapper-classes.html:
61 2014-06-24 Frédéric Wang <fred.wang@free.fr>
63 [EFL] [GTK] Update the MathML test references.
64 https://bugs.webkit.org/show_bug.cgi?id=134153
66 Reviewed by Martin Robinson.
68 We update the GTK references after the move to Latin Modern Math.
70 * mathml/presentation/bug95015-expected.html: hide the base X since it is causing antialiasing diff.
71 * mathml/presentation/bug95015.html: ditto
72 * platform/efl/TestExpectations: enable some tests again (the references must be updated).
73 * platform/gtk/TestExpectations: enable OpenType MATH test again, mark mo-stacked-glyphs as failing.
74 * platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt: update reference.
75 * platform/gtk/mathml/presentation/mo-stretch-expected.png: ditto
76 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto
77 * platform/gtk/mathml/presentation/roots-expected.png: ditto
78 * platform/gtk/mathml/presentation/roots-expected.txt: ditto
80 2014-06-24 Commit Queue <commit-queue@webkit.org>
82 Unreviewed, rolling out r170414.
83 https://bugs.webkit.org/show_bug.cgi?id=134291
85 the patch added a test that fails on almost every Mac tester
86 (Requested by rniwa on #webkit).
90 "Tiles on bottom of screen are not always allocated when
92 https://bugs.webkit.org/show_bug.cgi?id=134272
93 http://trac.webkit.org/changeset/170414
95 2014-06-24 Myles C. Maxfield <mmaxfield@apple.com>
97 Tiles on bottom of screen are not always allocated when necessary
98 https://bugs.webkit.org/show_bug.cgi?id=134272
100 Reviewed by Simon Fraser.
102 Apply a content inset, then dump visible rects.
104 * platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt: Added.
105 * platform/mac-wk2/tiled-drawing/visible-rect-content-inset.html: Added.
107 2014-06-24 Samuel White <samuel_white@apple.com>
109 AX: Remove tight platform expectation coupling form roles-exposed layout test.
110 https://bugs.webkit.org/show_bug.cgi?id=134123
112 Reviewed by Chris Fleizach.
114 Don't enforce platform specific differences in the test itself. This is what the various expectation files are for.
116 * accessibility/roles-exposed-expected.txt:
117 * accessibility/roles-exposed.html:
118 * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt:
119 * platform/mac/accessibility/roles-exposed-expected.txt:
121 2014-06-24 Mark Rowe <mrowe@apple.com>
123 WKContextHistoryClient::didNavigateWithNavigationData is passed incorrect URL when history.pushState is used
124 <https://webkit.org/b/134271> / <rdar://problem/16270167>
126 Reviewed by Brady Eidson.
128 * http/tests/globalhistory/history-delegate-pushstate-expected.txt: Added.
129 * http/tests/globalhistory/history-delegate-pushstate.html: Added.
130 * http/tests/globalhistory/history-delegate-replacestate-expected.txt: Added.
131 * http/tests/globalhistory/history-delegate-replacestate.html: Added.
133 2014-06-24 Yusuke Suzuki <utatane.tea@gmail.com>
135 CSS JIT: Add positionInRootFragments to SelectorFragment
136 https://bugs.webkit.org/show_bug.cgi?id=133609
138 Reviewed by Benjamin Poulain.
140 Some non-backtrack-related predicates use relationToRightFragment information
141 to decide whether checkingContext->elementStyle should be refered.
142 To make it works correctly, add the positionInRootFragments field to SelectorFragment.
143 When positionInRootFragments == Rightmost and relationToRightFragment == Rightmost,
144 we should see checkingContext->elementStyle.
146 * fast/selectors/first-child-update-with-renderer-expected.txt: Added.
147 * fast/selectors/first-child-update-with-renderer.html: Added.
149 2014-06-24 Jarek Czekalski <jarekczek@poczta.onet.pl>
151 [ATK] Extended the test for accessibility of text inside "span" block in "a" block
152 with the tests for caret movements in these cases.
153 https://bugs.webkit.org/show_bug.cgi?id=130941
155 Reviewed by Mario Sanchez Prada.
157 * platform/gtk/accessibility/text-in-span-block-in-a-block-expected.txt:
158 * platform/gtk/accessibility/text-in-span-block-in-a-block.html:
159 Added testing for text-caret-moved signal. Added one more "a" element to the set.
161 2014-06-24 Michał Pakuła vel Rutka <m.pakula@samsung.com>
163 [EFL] Merge efl-wk2 and efl test expectations files
164 https://bugs.webkit.org/show_bug.cgi?id=134245
166 Unreviewed gardening after removing WebKit1.
168 * platform/efl-wk2/TestExpectations: An empty file left, as deleting it may break flakiness dashboard.
169 * platform/efl/TestExpectations: Merged with platform/efl-wk2/TestExpectations.
171 2014-06-20 Jer Noble <jer.noble@apple.com>
173 HTMLMediaElement seek algorithm should allow cancelling previous seeks.
174 https://bugs.webkit.org/show_bug.cgi?id=134116
176 Reviewed by Eric Carlson.
178 * media/video-seek-double-expected.txt: Added.
179 * media/video-seek-double.html: Added.
181 2014-06-19 Jeffrey Pfau <jpfau@apple.com>
183 Database process crashes when multiple transactions attempt to run at once
184 https://bugs.webkit.org/show_bug.cgi?id=134139
186 Reviewed by David Kilzer.
188 * storage/indexeddb/transaction-overlapping-expected.txt: Added.
189 * storage/indexeddb/transaction-overlapping.html: Added.
191 2014-06-23 Antti Koivisto <antti@apple.com>
193 Fix a test case failing on WK1 after r170296.
195 There is now a non-visual render tree dump difference between WK1 and Wk2 results here due to wk1 requiring an additional style synchronization.
197 * platform/mac-wk2/editing/inserting: Added.
198 * platform/mac-wk2/editing/inserting/break-blockquote-after-delete-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt.
199 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
201 2014-06-23 Simon Fraser <simon.fraser@apple.com>
203 CSS clip property should make layers non-opaque
204 https://bugs.webkit.org/show_bug.cgi?id=134147
206 Reviewed by Tim Horton.
208 * compositing/contents-opaque/opaque-with-clip-expected.html: Added.
209 * compositing/contents-opaque/opaque-with-clip.html: Added.
211 2014-06-23 Simon Fraser <simon.fraser@apple.com>
213 Adding a mask on a simple color compositing layer removes the content
214 https://bugs.webkit.org/show_bug.cgi?id=134127
216 Reviewed by Dean Jackson.
218 * compositing/masks/mask-layer-size-expected.txt:
219 * compositing/masks/solid-color-masked-expected.html: Added.
220 * compositing/masks/solid-color-masked.html: Added.
222 2014-06-23 David Hyatt <hyatt@apple.com>
224 [New Multicolumn] Writing mode changes on the <html> and RenderView need to
225 be propagated to column sets and flow thread children of those renderers.
226 https://bugs.webkit.org/show_bug.cgi?id=134121
227 <rdar://problem/16884527>
229 Reviewed by Dean Jackson.
231 * fast/multicol/pagination/RightToLeft-rl-dynamic.html: Added.
232 * platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.png:
233 * platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.png:
234 * platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.png:
235 * platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.png:
236 * platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.png:
237 * platform/mac/fast/multicol/pagination/LeftToRight-lr-expected.png:
238 * platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.png:
239 * platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.png:
240 * platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.png:
241 * platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.png:
242 * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.png: Added.
243 * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Added.
244 * platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.png:
245 * platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.png:
246 * platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.png:
247 * platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.png:
248 * platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.png:
249 * platform/mac/fast/multicol/pagination/TopToBottom-tb-expected.png:
250 * platform/mac/fast/multicol/pagination/nested-transforms-expected.png:
252 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
254 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
255 https://bugs.webkit.org/show_bug.cgi?id=134192
257 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
259 * platform/efl/webaudio/oscillator-custom-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-custom-expected.wav.
260 * platform/efl/webaudio/oscillator-sawtooth-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-sawtooth-expected.wav.
261 * platform/efl/webaudio/oscillator-sine-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-sine-expected.wav.
262 * platform/efl/webaudio/oscillator-square-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-square-expected.wav.
263 * platform/efl/webaudio/oscillator-triangle-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/oscillator-triangle-expected.wav.
264 * platform/efl/webaudio/up-mixing-mono-51-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/up-mixing-mono-51-expected.wav.
265 * platform/efl/webaudio/up-mixing-mono-stereo-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/up-mixing-mono-stereo-expected.wav.
266 * platform/efl/webaudio/up-mixing-stereo-51-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/up-mixing-stereo-51-expected.wav.
268 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
270 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
271 https://bugs.webkit.org/show_bug.cgi?id=134192
273 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
275 * platform/efl/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-loop-points-expected.wav.
276 * platform/efl/webaudio/audiobuffersource-multi-channels-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-multi-channels-expected.wav.
277 * platform/efl/webaudio/audiobuffersource-playbackrate-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-playbackrate-expected.wav.
278 * platform/efl/webaudio/gain-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/gain-expected.wav.
279 * platform/efl/webaudio/mixing-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/mixing-expected.wav.
281 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
283 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
284 https://bugs.webkit.org/show_bug.cgi?id=134192
286 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
288 * platform/efl/fast/: Renamed from LayoutTests/platform/efl-wk2/fast/.
289 * platform/efl/webaudio/audiobuffersource-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/audiobuffersource-expected.wav.
290 * 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.
291 * 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.
292 * 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.
293 * 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.
294 * 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.
295 * platform/efl/webaudio/codec-tests/wav/24bit-44khz-expected.wav: Renamed from LayoutTests/platform/efl-wk2/webaudio/codec-tests/wav/24bit-44khz-expected.wav.
297 2014-06-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
299 [EFL] Move WebKit2 test results into LayoutTests/platform/efl
301 Unreviewed gardening, moving files into LayoutTests/platform/efl after removing EFL WebKit1.
303 * platform/efl/accessibility/: Renamed from LayoutTests/platform/efl-wk2/accessibility/.
304 * platform/efl/compositing/: Renamed from LayoutTests/platform/efl-wk2/compositing/.
305 * platform/efl/editing/: Renamed from LayoutTests/platform/efl-wk2/editing/.
306 * platform/efl/fast/: Renamed from LayoutTests/platform/efl-wk2/fast/.
307 * platform/efl/http/: Renamed from LayoutTests/platform/efl-wk2/http/.
308 * platform/efl/ietestcenter: Renamed from LayoutTests/platform/efl-wk2/ietestcenter/.
309 * 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.
310 * platform/efl/loader/go-back-cached-main-resource-expected.txt: Renamed from LayoutTests/platform/efl-wk2/loader/go-back-cached-main-resource-expected.txt.
311 * platform/efl/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-layer-crash-expected.png.
312 * platform/efl/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-transformed-expected.png.
313 * platform/efl/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-zoom-controls-expected.png.
314 * platform/efl/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl-wk2/media/video-zoom-expected.png.
315 * platform/efl/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Renamed from LayoutTests/platform/efl-wk2/plugins/npruntime/object-from-destroyed-plugin-expected.txt.
316 * 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.
317 * platform/efl/svg/: Renamed from LayoutTests/platform/efl-wk2/svg/.
318 * platform/efl/transforms/2d/hindi-rotated-expected.png:
319 * platform/efl/transforms/2d/hindi-rotated-expected.txt:
321 2014-06-23 Dean Jackson <dino@apple.com>
323 REGRESSION (r170257) http/tests/navigation/javascriptlink-frames.html fails on MountainLion
324 https://bugs.webkit.org/show_bug.cgi?id=134182
326 Rebaseline for Mountain Lion.
328 * platform/mac-mountainlion/TestExpectations: Removed.
329 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt:
331 2014-06-22 Brady Eidson <beidson@apple.com>
333 REGRESSION (r170257) http/tests/navigation/javascriptlink-frames.html fails on MountainLion
334 https://bugs.webkit.org/show_bug.cgi?id=134182
336 Unreviewed gardening.
338 * platform/mac-mountainlion/TestExpectations: Added, skip the test.
340 2014-06-20 Simon Fraser <simon.fraser@apple.com>
342 [WK2] Frameset frames are not scrollable after loading (and should be)
343 https://bugs.webkit.org/show_bug.cgi?id=134151
344 <rdar://problem/17403365>
346 Reviewed by Dan Bates.
348 Frameset test that dumps the scrolling tree.
350 * platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability.html: Added.
351 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/scrollable-page.html: Added.
353 2014-06-20 Simon Fraser <simon.fraser@apple.com>
355 Have scrollingTreeAsText() dump the non-fast-scrollable region
356 https://bugs.webkit.org/show_bug.cgi?id=134149
358 Reviewed by Sam Weinig.
362 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt:
363 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
364 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt:
365 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
366 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt:
368 2014-06-21 Dean Jackson <dino@apple.com>
370 [Mac] Margins for new form controls need tweaking
371 https://bugs.webkit.org/show_bug.cgi?id=134135
372 <rdar://problem/17262164>
374 Reviewed by Sam Weinig.
376 Take 2 of this patch adds some Mountain Lion results.
378 Rebaseline a bunch of results since some <input> dimensions
381 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt:
382 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.png: Added.
383 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt:
384 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt:
385 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.png: Added.
386 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt:
387 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt:
388 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
389 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt:
390 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frame-expected.txt: Added.
391 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt:
392 * platform/mac/css1/box_properties/acid_test-expected.png:
393 * platform/mac/css1/box_properties/acid_test-expected.txt:
394 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png:
395 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
396 * platform/mac/fast/block/basic/011-expected.png:
397 * platform/mac/fast/block/basic/011-expected.txt:
398 * platform/mac/fast/block/margin-collapse/103-expected.png:
399 * platform/mac/fast/block/margin-collapse/103-expected.txt:
400 * platform/mac/fast/forms/basic-inputs-expected.png:
401 * platform/mac/fast/forms/basic-inputs-expected.txt:
402 * platform/mac/fast/forms/box-shadow-override-expected.png:
403 * platform/mac/fast/forms/box-shadow-override-expected.txt:
404 * platform/mac/fast/forms/form-element-geometry-expected.png:
405 * platform/mac/fast/forms/form-element-geometry-expected.txt:
406 * platform/mac/fast/forms/formmove-expected.txt:
407 * platform/mac/fast/forms/formmove2-expected.png:
408 * platform/mac/fast/forms/formmove2-expected.txt:
409 * platform/mac/fast/forms/input-appearance-height-expected.png:
410 * platform/mac/fast/forms/input-appearance-height-expected.txt:
411 * platform/mac/fast/forms/input-value-expected.png:
412 * platform/mac/fast/forms/input-value-expected.txt:
413 * platform/mac/fast/inline/positionedLifetime-expected.txt:
414 * platform/mac/fast/replaced/replaced-breaking-expected.png:
415 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
416 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
417 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
418 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
419 * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
420 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
421 * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
422 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
423 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
424 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
425 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
426 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
428 2014-06-21 Commit Queue <commit-queue@webkit.org>
430 Unreviewed, rolling out r170228.
431 https://bugs.webkit.org/show_bug.cgi?id=134155
433 Caused 9 layout test failures on Mountain Lion
434 http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK2%20(Tests)/builds/19216
435 (Requested by bradee-oh on #webkit).
439 "[Mac] Margins for new form controls need tweaking"
440 https://bugs.webkit.org/show_bug.cgi?id=134135
441 http://trac.webkit.org/changeset/170228
443 2014-06-21 Frédéric Wang <fred.wang@free.fr>
445 Remove latinmodern-math.woff from LayoutTests/mathml/opentype
446 https://bugs.webkit.org/show_bug.cgi?id=134094
448 Reviewed by Martin Robinson.
450 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.
451 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.
452 The test mathml/opentype/roots-LatinModern is removed since it will duplicate mathml/presentation/roots.xhtml when OpenType MATH fonts are available.
454 * mathml/opentype/LICENSE-LatinModern.txt: Removed.
455 * mathml/opentype/horizontal-munderover.html: Renamed from LayoutTests/mathml/opentype/horizontal-LatinModern-munderover.html.
456 * mathml/opentype/horizontal.html: Renamed from LayoutTests/mathml/opentype/horizontal-LatinModern.html.
457 * mathml/opentype/large-operators-LatinModern.html: Removed.
458 * mathml/opentype/large-operators.html: Added.
459 * mathml/opentype/latinmodern-math.woff: Removed.
460 * mathml/opentype/opentype-stretchy-horizontal.html:
461 * mathml/opentype/roots-LatinModern.html: Removed.
462 * mathml/opentype/vertical.html: Renamed from LayoutTests/mathml/opentype/vertical-LatinModern.html.
463 * platform/efl/TestExpectations:
464 * platform/efl/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/horizontal-LatinModern-expected.txt.
465 * platform/efl/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
466 * platform/efl/mathml/opentype/large-operators-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png.
467 * platform/efl/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt.
468 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Removed.
469 * platform/efl/mathml/opentype/vertical-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/vertical-LatinModern-expected.png.
470 * platform/efl/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/efl/mathml/opentype/vertical-LatinModern-expected.txt.
471 * platform/gtk/TestExpectations:
472 * platform/gtk/mathml/opentype/horizontal-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-expected.png.
473 * platform/gtk/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-expected.txt.
474 * platform/gtk/mathml/opentype/horizontal-munderover-expected.png: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.png.
475 * platform/gtk/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
476 * platform/gtk/mathml/opentype/large-operators-expected.png: Renamed from LayoutTests/platform/efl/mathml/opentype/large-operators-LatinModern-expected.png.
477 * platform/gtk/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt.
478 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Removed.
479 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Removed.
480 * platform/gtk/mathml/opentype/vertical-expected.png: Renamed from LayoutTests/platform/efl/mathml/opentype/vertical-LatinModern-expected.png.
481 * platform/gtk/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt.
482 * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Removed.
483 * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Removed.
484 * platform/mac/TestExpectations:
485 * platform/mac/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/horizontal-LatinModern-expected.txt.
486 * platform/mac/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
487 * platform/mac/mathml/opentype/large-operators-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt.
488 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Removed.
489 * platform/mac/mathml/opentype/vertical-expected.txt: Renamed from LayoutTests/platform/mac/mathml/opentype/vertical-LatinModern-expected.txt.
490 * platform/win/TestExpectations:
491 * platform/win/mathml/opentype/horizontal-expected.txt: Renamed from LayoutTests/platform/win/mathml/opentype/horizontal-LatinModern-expected.txt.
492 * platform/win/mathml/opentype/horizontal-munderover-expected.txt: Renamed from LayoutTests/platform/win/mathml/opentype/horizontal-LatinModern-munderover-expected.txt.
493 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Removed.
495 2014-06-20 Ryuan Choi <ryuan.choi@samsung.com>
497 [EFL] Remove WebKit1 test results
498 https://bugs.webkit.org/show_bug.cgi?id=134137
500 Reviewed by Daniel Bates.
502 * platform/efl-wk1: Removed entire directory which contains the WebKit1 EFL test results.
504 2014-06-20 Dean Jackson <dino@apple.com>
506 [Mac] Margins for new form controls need tweaking
507 https://bugs.webkit.org/show_bug.cgi?id=134135
508 <rdar://problem/17262164>
510 Reviewed by Sam Weinig.
512 Rebaseline a bunch of results since some <input> dimensions
515 * platform/mac/css1/box_properties/acid_test-expected.png:
516 * platform/mac/css1/box_properties/acid_test-expected.txt:
517 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png:
518 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
519 * platform/mac/fast/block/basic/011-expected.png:
520 * platform/mac/fast/block/basic/011-expected.txt:
521 * platform/mac/fast/block/margin-collapse/103-expected.png:
522 * platform/mac/fast/block/margin-collapse/103-expected.txt:
523 * platform/mac/fast/forms/basic-inputs-expected.png:
524 * platform/mac/fast/forms/basic-inputs-expected.txt:
525 * platform/mac/fast/forms/box-shadow-override-expected.png:
526 * platform/mac/fast/forms/box-shadow-override-expected.txt:
527 * platform/mac/fast/forms/form-element-geometry-expected.png:
528 * platform/mac/fast/forms/form-element-geometry-expected.txt:
529 * platform/mac/fast/forms/formmove-expected.txt:
530 * platform/mac/fast/forms/formmove2-expected.png:
531 * platform/mac/fast/forms/formmove2-expected.txt:
532 * platform/mac/fast/forms/input-appearance-height-expected.png:
533 * platform/mac/fast/forms/input-appearance-height-expected.txt:
534 * platform/mac/fast/forms/input-value-expected.png:
535 * platform/mac/fast/forms/input-value-expected.txt:
536 * platform/mac/fast/inline/positionedLifetime-expected.txt:
537 * platform/mac/fast/replaced/replaced-breaking-expected.png:
538 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
539 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
540 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
541 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
542 * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
543 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
544 * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
545 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
546 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
547 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
548 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
549 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
551 2014-06-20 Myles C. Maxfield <mmaxfield@apple.com>
553 [iOS] Support Khmer and Lao fallback fonts
554 https://bugs.webkit.org/show_bug.cgi?id=134114
556 Reviewed by Enrica Casucci.
558 Simply dump the render tree of a page that includes Khmer and Lao text. The success
559 of this test depends on font font metrics being different than system fallback font
560 (which just shows rectangles instead of glyphs).
562 * fast/text/khmer-lao-font.html: Added.
563 * platform/ios-sim/fast/text/khmer-lao-font-expected.txt: Added.
564 * platform/mac/fast/text/khmer-lao-font-expected.txt: Added.
566 2014-06-20 Simon Fraser <simon.fraser@apple.com>
568 REGRESSION (r169972): fix issue when removing masks from compositing layers
569 https://bugs.webkit.org/show_bug.cgi?id=134118
570 <rdar://problem/17366654>
572 Reviewed by Dean Jackson.
574 Test that toggles the mask on a composited element.
576 * compositing/masks/toggle-mask-expected.txt: Added.
577 * compositing/masks/toggle-mask.html: Added.
579 2014-06-19 Simon Fraser <simon.fraser@apple.com>
581 [iOS WebKit2] Make -webkit-overflow-scrolling:touch work in iframes (breaks MSWord previews)
582 https://bugs.webkit.org/show_bug.cgi?id=134085
584 Reviewed by Tim Horton.
586 Tests that add and remove a fixed container of a scroll-coordinated iframe.
588 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
589 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt: Added.
590 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html: Added.
591 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
592 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt: Added.
593 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html: Added.
594 * platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt: Added.
595 * platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame.html: Added.
596 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html:
598 2014-06-19 Mario Sanchez Prada <mario.prada@samsung.com>
600 Unreviewed GTK gardening.
602 Updated text expectations after r170138.
604 * platform/gtk/accessibility/image-map2-expected.txt: Updated.
605 * platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Updated.
607 2014-06-19 Rohit Kumar <kumar.rohit@samsung.com>
609 [EFL] Add expectations for failing svg/wicd/rightsizing-grid.xhtml layout test
610 https://bugs.webkit.org/show_bug.cgi?id=133982
612 Unreviewed gardening.
614 * platform/efl/TestExpectations:
616 2014-06-18 James Craig <jcraig@apple.com>
618 Web Inspector: AXI: expose aria-relevant
619 https://bugs.webkit.org/show_bug.cgi?id=130913
621 Reviewed by Joseph Pecoraro.
623 Expose ARIA live region relevance in Web Inspector.
624 E.g. "Live: Assertive (Additions, Text)"
626 * inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Minor update.
627 * inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion-expected.txt: Updated with new output.
628 * inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion.html: Updated with new elements.
630 2014-06-18 Simon Fraser <simon.fraser@apple.com>
632 Add rebeccapurple to CSS named color list
633 https://bugs.webkit.org/show_bug.cgi?id=133804
635 Reviewed by Jer Noble.
637 Add the named color "rebeccapurple" (#639).
639 * fast/css/named-colors-expected.txt:
640 * fast/css/named-colors.html:
642 2014-06-11 Jeffrey Pfau <jpfau@apple.com>
644 Fix flaky beforeload tests
645 https://bugs.webkit.org/show_bug.cgi?id=133685
647 Reviewed by David Kilzer.
649 * platform/wk2/TestExpectations: Unskip tests that are no longer flaky
651 2014-06-18 Benjamin Poulain <benjamin@webkit.org>
653 Subtrees with :first-child and :last-child are not invalidated when siblings are added/removed
654 https://bugs.webkit.org/show_bug.cgi?id=133934
656 Reviewed by Antti Koivisto.
658 * fast/css/getComputedStyle/empty-update-without-renderer-expected.txt: Added.
659 * fast/css/getComputedStyle/empty-update-without-renderer.html: Added.
660 * fast/css/getComputedStyle/first-child-update-without-renderer-expected.txt: Added.
661 * fast/css/getComputedStyle/first-child-update-without-renderer.html: Added.
662 * fast/css/getComputedStyle/last-child-update-without-renderer-expected.txt: Added.
663 * fast/css/getComputedStyle/last-child-update-without-renderer.html: Added.
665 2014-06-18 Daniel Bates <dabates@apple.com>
667 REGRESSION (r167856): Unable to log into HSBC app
668 https://bugs.webkit.org/show_bug.cgi?id=133991
669 <rdar://problem/17044839>
671 Reviewed by David Kilzer.
673 Add tests to ensure that the WebKit client will be notified to service a redirect to an invalid
674 URL when the setting allowNavigationToInvalidURL is enabled and will not be notified when
675 the setting is disabled.
677 * fast/loader/allow-redirect-to-invalid-url-using-javascript-expected.txt: Added.
678 * fast/loader/allow-redirect-to-invalid-url-using-javascript.html: Added.
679 * fast/loader/allow-redirect-to-invalid-url-using-meta-refresh-expected.txt: Added.
680 * fast/loader/allow-redirect-to-invalid-url-using-meta-refresh.html: Added.
681 * fast/loader/disallow-redirect-to-invalid-url-using-javascript-expected.txt: Added.
682 * fast/loader/disallow-redirect-to-invalid-url-using-javascript.html: Added.
683 * fast/loader/disallow-redirect-to-invalid-url-using-meta-refresh-expected.txt: Added.
684 * fast/loader/disallow-redirect-to-invalid-url-using-meta-refresh.html: Added.
685 * fast/loader/resources/redirect-to-invalid-url-using-javascript.html: Added.
686 * fast/loader/resources/redirect-to-invalid-url-using-meta-refresh.html: Added.
688 2014-06-18 Commit Queue <commit-queue@webkit.org>
690 Unreviewed, rolling out r170099.
691 https://bugs.webkit.org/show_bug.cgi?id=134031
693 Introduced a layouttest failure to the mac bots (Requested by
694 bradeeoh on #webkit).
698 "Mark mathml/wbr-in-mroot-crash.html as "Timeout Pass""
699 https://bugs.webkit.org/show_bug.cgi?id=130353
700 http://trac.webkit.org/changeset/170099
702 2014-06-18 Frédéric Wang <fred.wang@free.fr>
704 Mark mathml/wbr-in-mroot-crash.html as "Timeout Pass"
705 https://bugs.webkit.org/show_bug.cgi?id=130353
707 Unreviewed gardening.
709 * platform/efl/TestExpectations:
710 * platform/mac/TestExpectations:
712 2014-06-17 Zalan Bujtas <zalan@apple.com>
714 Fix 'lint-test-files' warnings on run-webkit-test -2
715 https://bugs.webkit.org/show_bug.cgi?id=134011
719 Remove entries referring to non-existing files from TestExpectations.
721 * platform/mac-wk2/TestExpectations:
723 2014-06-17 Oliver Hunt <oliver@apple.com>
725 Fix error messages for incorrect hex literals
726 https://bugs.webkit.org/show_bug.cgi?id=133998
728 Reviewed by Mark Lam.
730 Update tests for sane error messages.
732 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.1_T1-expected.txt:
733 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.1_T2-expected.txt:
734 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.2_T1-expected.txt:
735 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.2_T2-expected.txt:
737 2014-06-17 Carlos Alberto Lopez Perez <clopez@igalia.com>
739 [GTK] Fix the handling of resize events after r169505.
740 https://bugs.webkit.org/show_bug.cgi?id=133517
742 Reviewed by Martin Robinson.
744 * platform/gtk/TestExpectations: Remove the expectations for the
746 * platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
749 2014-06-17 Myles C. Maxfield <mmaxfield@apple.com>
751 [iOS] Input type=time elements styled with SVG fonts have 0 width
752 https://bugs.webkit.org/show_bug.cgi?id=133524
754 Reviewed by Simon Fraser.
756 Simply render a variety of input elements with SVG fonts, and make sure they have sane widths. Note that this
757 test is not platform-specific, even though the bug is.
759 * fast/forms/time-input-svg-font-expected.txt: Added.
760 * fast/forms/time-input-svg-font.html: Added.
762 2014-06-17 Simon Fraser <simon.fraser@apple.com>
764 [UI-side compositing] fix reflections on composited layers
765 https://bugs.webkit.org/show_bug.cgi?id=133942
767 Reviewed by Tim Horton.
769 Test with a reflected div, that repaints on a timer to test backing
770 store updating on the clone.
772 * compositing/reflections/repaint-with-reflection-expected.html: Added.
773 * compositing/reflections/repaint-with-reflection.html: Added.
775 2014-06-17 Commit Queue <commit-queue@webkit.org>
777 Unreviewed, rolling out r170058.
778 https://bugs.webkit.org/show_bug.cgi?id=133993
780 Caused 4 webkitpy failures on the bots (Requested by bradee-oh
785 "[GTK] Fix the handling of resize events after r169505."
786 https://bugs.webkit.org/show_bug.cgi?id=133517
787 http://trac.webkit.org/changeset/170058
789 2014-06-17 Carlos Alberto Lopez Perez <clopez@igalia.com>
791 [GTK] Fix the handling of resize events after r169505.
792 https://bugs.webkit.org/show_bug.cgi?id=133517
794 Reviewed by Martin Robinson.
796 * platform/gtk/TestExpectations: Remove the expectations for the tests
798 * platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
801 2014-06-17 Andrzej Badowski <a.badowski@samsung.com>
803 [EFL] Add expectations for three failing/flaky layout tests.
804 https://bugs.webkit.org/show_bug.cgi?id=133977
806 Unreviewed EFL gardening.
808 * platform/efl/TestExpectations:
810 2014-06-17 Jer Noble <jer.noble@apple.com>
812 [MSE] Overwritten samples are removed from buffered ranges using decode times; added samples using presentation times
813 https://bugs.webkit.org/show_bug.cgi?id=133959
815 Reviewed by Eric Carlson.
817 * media/media-source/media-source-overlapping-append-buffered-expected.txt: Added.
818 * media/media-source/media-source-overlapping-append-buffered.html: Added.
820 2014-06-16 Mihnea Ovidenie <mihnea@adobe.com>
822 [CSS Regions] Move the overflow tests to a separate folder
823 https://bugs.webkit.org/show_bug.cgi?id=130089
825 Reviewed by Andrei Bucur.
827 Move the overflow tests inside fast/regions/overflow folder.
828 Adjust tests paths and TestExpectations files accordingly.
830 * fast/regions/overflow/overflow-3dtransformed-region-expected.txt: Renamed from LayoutTests/fast/regions/overflow-3dtransformed-region-expected.txt.
831 * fast/regions/overflow/overflow-3dtransformed-region.html: Renamed from LayoutTests/fast/regions/overflow-3dtransformed-region.html.
832 * fast/regions/overflow/overflow-auto-after-float-expected.html: Renamed from LayoutTests/fast/regions/overflow-auto-after-float-expected.html.
833 * fast/regions/overflow/overflow-auto-after-float.html: Renamed from LayoutTests/fast/regions/overflow-auto-after-float.html.
834 * fast/regions/overflow/overflow-content-transform-rotate-expected.html: Renamed from LayoutTests/fast/regions/overflow-content-transform-rotate-expected.html.
835 * fast/regions/overflow/overflow-content-transform-rotate.html: Renamed from LayoutTests/fast/regions/overflow-content-transform-rotate.html.
836 * fast/regions/overflow/overflow-content-zero-height-region-expected.html: Renamed from LayoutTests/fast/regions/overflow-content-zero-height-region-expected.html.
837 * fast/regions/overflow/overflow-content-zero-height-region.html: Renamed from LayoutTests/fast/regions/overflow-content-zero-height-region.html.
838 * fast/regions/overflow/overflow-first-and-last-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-first-and-last-regions-expected.html.
839 * 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.
840 * 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.
841 * fast/regions/overflow/overflow-first-and-last-regions.html: Renamed from LayoutTests/fast/regions/overflow-first-and-last-regions.html.
842 * fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic-expected.html.
843 * fast/regions/overflow/overflow-in-uniform-regions-dynamic.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic.html.
844 * fast/regions/overflow/overflow-in-uniform-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions-expected.html.
845 * fast/regions/overflow/overflow-in-uniform-regions.html: Renamed from LayoutTests/fast/regions/overflow-in-uniform-regions.html.
846 * fast/regions/overflow/overflow-in-variable-width-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-expected.html.
847 * 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.
848 * fast/regions/overflow/overflow-in-variable-width-regions-inline-bt.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-bt.html.
849 * 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.
850 * fast/regions/overflow/overflow-in-variable-width-regions-inline-continuation.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-continuation.html.
851 * fast/regions/overflow/overflow-in-variable-width-regions-inline-expected.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-expected.html.
852 * 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.
853 * fast/regions/overflow/overflow-in-variable-width-regions-inline-lr.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-lr.html.
854 * 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.
855 * fast/regions/overflow/overflow-in-variable-width-regions-inline-rl.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline-rl.html.
856 * fast/regions/overflow/overflow-in-variable-width-regions-inline.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions-inline.html.
857 * fast/regions/overflow/overflow-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-in-variable-width-regions.html.
858 * fast/regions/overflow/overflow-last-region-horiz-bt-expected.html: Renamed from LayoutTests/fast/regions/overflow-last-region-horiz-bt-expected.html.
859 * fast/regions/overflow/overflow-last-region-horiz-bt.html: Renamed from LayoutTests/fast/regions/overflow-last-region-horiz-bt.html.
860 * fast/regions/overflow/overflow-last-region-vert-lr-expected.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-lr-expected.html.
861 * fast/regions/overflow/overflow-last-region-vert-lr.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-lr.html.
862 * fast/regions/overflow/overflow-last-region-vert-rl-expected.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-rl-expected.html.
863 * fast/regions/overflow/overflow-last-region-vert-rl.html: Renamed from LayoutTests/fast/regions/overflow-last-region-vert-rl.html.
864 * 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.
865 * 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.
866 * fast/regions/overflow/overflow-nested-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-nested-regions-expected.html.
867 * fast/regions/overflow/overflow-nested-regions.html: Renamed from LayoutTests/fast/regions/overflow-nested-regions.html.
868 * 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.
869 * 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.
870 * fast/regions/overflow/overflow-region-float-expected.html: Renamed from LayoutTests/fast/regions/overflow-region-float-expected.html.
871 * fast/regions/overflow/overflow-region-float.html: Renamed from LayoutTests/fast/regions/overflow-region-float.html.
872 * fast/regions/overflow/overflow-region-inline-expected.html: Renamed from LayoutTests/fast/regions/overflow-region-inline-expected.html.
873 * fast/regions/overflow/overflow-region-inline.html: Renamed from LayoutTests/fast/regions/overflow-region-inline.html.
874 * fast/regions/overflow/overflow-region-transform-expected.html: Renamed from LayoutTests/fast/regions/overflow-region-transform-expected.html.
875 * fast/regions/overflow/overflow-region-transform.html: Renamed from LayoutTests/fast/regions/overflow-region-transform.html.
876 * fast/regions/overflow/overflow-rtl-in-variable-width-regions-expected.html: Renamed from LayoutTests/fast/regions/overflow-rtl-in-variable-width-regions-expected.html.
877 * fast/regions/overflow/overflow-rtl-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-rtl-in-variable-width-regions.html.
878 * fast/regions/overflow/overflow-scrollable-1-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-1-expected.html.
879 * fast/regions/overflow/overflow-scrollable-1.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-1.html.
880 * fast/regions/overflow/overflow-scrollable-2-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-2-expected.html.
881 * fast/regions/overflow/overflow-scrollable-2.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-2.html.
882 * fast/regions/overflow/overflow-scrollable-3-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-3-expected.html.
883 * fast/regions/overflow/overflow-scrollable-3.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-3.html.
884 * fast/regions/overflow/overflow-scrollable-fit-complex-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit-complex-expected.html.
885 * fast/regions/overflow/overflow-scrollable-fit-complex.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit-complex.html.
886 * fast/regions/overflow/overflow-scrollable-fit-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit-expected.html.
887 * fast/regions/overflow/overflow-scrollable-fit.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-fit.html.
888 * fast/regions/overflow/overflow-scrollable-nested-expected.txt: Renamed from LayoutTests/fast/regions/overflow-scrollable-nested-expected.txt.
889 * fast/regions/overflow/overflow-scrollable-nested.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-nested.html.
890 * fast/regions/overflow/overflow-scrollable-rel-pos-fragment-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rel-pos-fragment-expected.html.
891 * fast/regions/overflow/overflow-scrollable-rel-pos-fragment.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rel-pos-fragment.html.
892 * fast/regions/overflow/overflow-scrollable-rotated-fragment-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rotated-fragment-expected.html.
893 * fast/regions/overflow/overflow-scrollable-rotated-fragment.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-rotated-fragment.html.
894 * fast/regions/overflow/overflow-scrollable-unsplittable-fragment-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-unsplittable-fragment-expected.html.
895 * fast/regions/overflow/overflow-scrollable-unsplittable-fragment.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-unsplittable-fragment.html.
896 * fast/regions/overflow/overflow-scrollable-varying-width-1-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-1-expected.html.
897 * fast/regions/overflow/overflow-scrollable-varying-width-1.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-1.html.
898 * fast/regions/overflow/overflow-scrollable-varying-width-2-expected.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-2-expected.html.
899 * fast/regions/overflow/overflow-scrollable-varying-width-2.html: Renamed from LayoutTests/fast/regions/overflow-scrollable-varying-width-2.html.
900 * 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.
901 * fast/regions/overflow/overflow-size-change-in-variable-width-regions.html: Renamed from LayoutTests/fast/regions/overflow-size-change-in-variable-width-regions.html.
902 * fast/regions/overflow/overflow-size-change-with-stacking-context-expected.html: Renamed from LayoutTests/fast/regions/overflow-size-change-with-stacking-context-expected.html.
903 * 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.
904 * fast/regions/overflow/overflow-size-change-with-stacking-context-rtl.html: Renamed from LayoutTests/fast/regions/overflow-size-change-with-stacking-context-rtl.html.
905 * fast/regions/overflow/overflow-size-change-with-stacking-context.html: Renamed from LayoutTests/fast/regions/overflow-size-change-with-stacking-context.html.
906 * platform/efl/TestExpectations:
907 * platform/gtk/TestExpectations:
908 * platform/mac/TestExpectations:
909 * platform/win/TestExpectations:
911 2014-06-16 Mihnea Ovidenie <mihnea@adobe.com>
913 [CSSRegions] Region with border radius and overflow:hidden does not clip content
914 https://bugs.webkit.org/show_bug.cgi?id=133476
916 Reviewed by Andrei Bucur.
918 * fast/regions/region-border-radius-overflow-clip-expected.html: Added.
919 * fast/regions/region-border-radius-overflow-clip.html: Added.
921 2014-06-12 Mark Lam <mark.lam@apple.com>
923 Parser statementDepth accounting needs to account for when a function body excludes its braces.
924 <https://webkit.org/b/133832>
926 Reviewed by Oliver Hunt.
928 * js/parser-syntax-check-expected.txt:
929 * js/script-tests/parser-syntax-check.js:
930 - Added cases for declaring functions in strict mode.
931 - Added caught error to the test result logging if it's not a SyntaxError.
932 This helps catch the issue in this bug which was erroneously throwing
935 2014-06-16 Radu Stavila <stavila@adobe.com>
937 REGRESSION (r168046): Incorrect layout for multicol spanners when moving from one thread to another
938 https://bugs.webkit.org/show_bug.cgi?id=133589
940 Reviewed by Antti Koivisto.
942 * fast/multicol/newmulticol/spanner-crash-expected.txt: Added.
943 * fast/multicol/newmulticol/spanner-crash.html: Added.
945 2014-06-16 Mario Sanchez Prada <mario.prada@samsung.com>
947 [ATK] Missing 'selection-changed' signal when navigating a combo box with keyboard
948 https://bugs.webkit.org/show_bug.cgi?id=133512
950 Reviewed by Chris Fleizach.
952 Re-implemented test for combo boxes in terms of addNotificationListener()
953 instead of using the (already deprecated) logAccessibilityEvents method,
954 and made the test cross platform (as the fix is not platform specific).
956 * accessibility/combo-box-collapsed-selection-changed.html:
957 Implemented based on the former gtk-only test, and made it cross-platform.
958 * accessibility/combo-box-collapsed-selection-changed-expected.txt: New.
959 * platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Removed.
960 * platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Removed.
962 Updated expectation for test that checks that a notification is
963 sent when navigating through a multiselection list box, now that
964 we are actually printing such a notification.
966 * accessibility/multiselect-list-reports-active-option-expected.txt: Updated.
968 Removed two expected failures from TestExpectations for tests that
969 are now passing, one for the combo box test mentioned above and
970 another one for a test that is passing as well now, after applying
971 this fix: accessibility/menu-list-sends-change-notification.html
973 * platform/gtk/TestExpectations: Removed two 'failure' expectations.
975 * platform/mac/TestExpectations: Skip accessiblity test timing out, probably because
976 those kind of notifications while navigating a combo box are not needed in the Mac.
978 2014-06-16 Frédéric Wang <fred.wang@free.fr>
980 Draw radicals with glyphs for better rendering
981 https://bugs.webkit.org/show_bug.cgi?id=119038
983 Reviewed by Chris Fleizach.
985 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.
986 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.
988 * TestExpectations: enable the tests for addition/removal of children.
989 * mathml/opentype/roots-LatinModern.html: Added.
990 * mathml/presentation/mroot-transform-expected.html: Added.
991 * mathml/presentation/mroot-transform.html: Added.
992 * platform/efl/TestExpectations: mark failures for bad references.
993 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Added.
994 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Added.
995 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Added.
996 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference.
997 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: update reference.
998 * platform/gtk/mathml/presentation/roots-expected.png: update reference.
999 * platform/gtk/mathml/presentation/roots-expected.txt: update reference.
1000 * platform/mac/TestExpectations: mark failures for bad references.
1001 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Added.
1002 * platform/win/TestExpectations: mark failures for bad references.
1003 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Added.
1005 2014-06-16 Andrzej Badowski <a.badowski@samsung.com>
1007 [EFL] Change expectations for three failing or flaky layout tests.
1008 https://bugs.webkit.org/show_bug.cgi?id=133861
1010 Unreviewed EFL gardening.
1012 * platform/efl/TestExpectations:
1014 2014-06-15 Benjamin Poulain <benjamin@webkit.org>
1016 CSS JIT: add support for the :lang() pseudo class
1017 https://bugs.webkit.org/show_bug.cgi?id=133913
1019 Reviewed by Andreas Kling.
1021 * fast/selectors/lang-conflict-expected.txt: Added.
1022 * fast/selectors/lang-conflict.html: Added.
1023 * fast/selectors/lang-empty-expected.txt: Added.
1024 * fast/selectors/lang-empty.html: Added.
1025 * fast/selectors/lang-specificity-expected.txt: Added.
1026 * fast/selectors/lang-specificity-xml-expected.txt: Added.
1027 * fast/selectors/lang-specificity-xml.xhtml: Added.
1028 * fast/selectors/lang-specificity.html: Added.
1030 2014-06-14 Simon Fraser <simon.fraser@apple.com>
1032 Masks disappear when layers become tiled
1033 https://bugs.webkit.org/show_bug.cgi?id=133892
1034 <rdar://problem/17309793>
1036 Reviewed by Tim Horton.
1038 Tests for masking as they go into and out of tiled mode.
1040 * compositing/masks/become-tiled-mask-expected.html: Added.
1041 * compositing/masks/become-tiled-mask.html: Added.
1042 * compositing/masks/cease-tiled-mask-expected.html: Added.
1043 * compositing/masks/cease-tiled-mask.html: Added.
1044 * compositing/masks/tiled-mask-expected.html: Added.
1045 * compositing/masks/tiled-mask.html: Added.
1047 2014-06-14 Commit Queue <commit-queue@webkit.org>
1049 Unreviewed, rolling out r169963.
1050 https://bugs.webkit.org/show_bug.cgi?id=133899
1052 Assertion in mathml/roots-removeChild.html (Requested by fredw
1057 "Draw radicals with glyphs for better rendering"
1058 https://bugs.webkit.org/show_bug.cgi?id=119038
1059 http://trac.webkit.org/changeset/169963
1061 2014-06-14 Frédéric Wang <fred.wang@free.fr>
1063 Draw radicals with glyphs for better rendering
1064 https://bugs.webkit.org/show_bug.cgi?id=119038
1066 Reviewed by Chris Fleizach.
1068 We update the reference for some tests with radicals and enable the tests for addition/removal of children in an msqrt/mroot element.
1069 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.
1071 * TestExpectations: enable the tests for addition/removal of children.
1072 * mathml/opentype/roots-LatinModern.html: Added.
1073 * mathml/presentation/mroot-transform-expected.html: Added.
1074 * mathml/presentation/mroot-transform.html: Added.
1075 * platform/efl/TestExpectations: mark failures for bad references.
1076 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Added.
1077 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Added.
1078 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Added.
1079 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference.
1080 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: update reference.
1081 * platform/gtk/mathml/presentation/roots-expected.png: update reference.
1082 * platform/gtk/mathml/presentation/roots-expected.txt: update reference.
1083 * platform/mac/TestExpectations: mark failures for bad references.
1084 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Added.
1085 * platform/win/TestExpectations: mark failures for bad references.
1086 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Added.
1088 2014-06-13 Commit Queue <commit-queue@webkit.org>
1090 Unreviewed, rolling out r169939.
1091 https://bugs.webkit.org/show_bug.cgi?id=133878
1093 This patch raises assertions on mac (Requested by fredw on
1098 "Draw radicals with glyphs for better rendering"
1099 https://bugs.webkit.org/show_bug.cgi?id=119038
1100 http://trac.webkit.org/changeset/169939
1102 2014-06-13 Enrique Ocaña González <eocanha@igalia.com>
1104 Unreviewed GTK gardening.
1106 Added some flaky and failing tests to TestExpectations.
1108 * platform/gtk/TestExpectations:
1110 2014-06-13 Frédéric Wang <fred.wang@free.fr>
1112 Draw radicals with glyphs for better rendering
1113 https://bugs.webkit.org/show_bug.cgi?id=119038
1115 Reviewed by Chris Fleizach.
1117 We update the reference for some tests with radicals and enable the tests for addition/removal of children in an msqrt/mroot element.
1118 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.
1120 * TestExpectations: enable the tests for addition/removal of children.
1121 * mathml/opentype/roots-LatinModern.html: Added.
1122 * mathml/presentation/mroot-transform-expected.html: Added.
1123 * mathml/presentation/mroot-transform.html: Added.
1124 * platform/efl/TestExpectations: mark failures for bad references.
1125 * platform/efl/mathml/opentype/roots-LatinModern-expected.txt: Added.
1126 * platform/gtk/mathml/opentype/roots-LatinModern-expected.png: Added.
1127 * platform/gtk/mathml/opentype/roots-LatinModern-expected.txt: Added.
1128 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference.
1129 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: update reference.
1130 * platform/gtk/mathml/presentation/roots-expected.png: update reference.
1131 * platform/gtk/mathml/presentation/roots-expected.txt: update reference.
1132 * platform/mac/TestExpectations: mark failures for bad references.
1133 * platform/mac/mathml/opentype/roots-LatinModern-expected.txt: Added.
1134 * platform/win/TestExpectations: mark failures for bad references.
1135 * platform/win/mathml/opentype/roots-LatinModern-expected.txt: Added.
1137 2014-06-13 Jarek Czekalski <jarekczek@poczta.onet.pl>
1139 [ATK] Add test for accessibility of text inside "span" block in "a" block.
1140 https://bugs.webkit.org/show_bug.cgi?id=132349
1142 Reviewed by Mario Sanchez Prada.
1144 * platform/gtk/accessibility/text-in-span-block-in-a-block-expected.txt: Added.
1145 * platform/gtk/accessibility/text-in-span-block-in-a-block.html: Added.
1147 2014-06-13 Andrzej Badowski <a.badowski@samsung.com>
1149 [EFL] Change expectations for two failing layout tests.
1150 https://bugs.webkit.org/show_bug.cgi?id=133805
1152 Unreviewed EFL gradening.
1154 * platform/efl/TestExpectations:
1155 * platform/efl/fast/multicol/newmulticol/client-rects-expected.txt:
1157 2014-06-12 Zalan Bujtas <zalan@apple.com>
1159 Subpixel rendering: Make <input type=> and <button> elements' decoration subpixel aware.
1160 https://bugs.webkit.org/show_bug.cgi?id=133812
1161 <rdar://problem/17286309>
1163 Reviewed by Simon Fraser.
1165 Enable <input type=> and <button> decoration painting on subpixel positions.
1166 The theme size is still integral, but its position is snapped to device pixels.
1167 Theme's label, the InlineTextBox is already subpixel position aware.
1168 webkit.org/b/132005 tracks the rest of the themes.
1170 * platform/mac-mountainlion/compositing/contents-opaque/control-layer-expected.txt:
1171 * platform/mac/compositing/contents-opaque/control-layer-expected.txt:
1173 2014-06-12 Carlos Alberto Lopez Perez <clopez@igalia.com>
1175 [GTK] Unreviewed GTK gardening.
1177 * platform/gtk/TestExpectations: Report and mark new failures and
1179 * platform/gtk/fast/forms/placeholder-position-expected.txt:
1180 Rebaseline test after r169780.
1182 2014-06-12 Andrzej Badowski <a.badowski@samsung.com>
1184 [EFL] Change expectations for three failing js/dom layout tests.
1185 https://bugs.webkit.org/show_bug.cgi?id=133743
1187 Unreviewed EFL gardening.
1189 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
1190 * platform/efl/js/dom/global-constructors-attributes-expected.txt:
1191 * platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt:
1193 2014-06-12 Andrzej Badowski <a.badowski@samsung.com>
1195 [EFL] Change expectations for three failing layout tests.
1196 https://bugs.webkit.org/show_bug.cgi?id=133738
1198 Unreviewed EFL layout tests gardening.
1200 * platform/efl/TestExpectations:
1202 2014-06-11 Myles C. Maxfield <mmaxfield@apple.com>
1204 SVGGlyphToPathTranslator ASSERTs when encountering a missing glyph in an SVG font
1205 https://bugs.webkit.org/show_bug.cgi?id=133528
1207 Reviewed by Simon Fraser.
1209 Make sure that no ASSERT occurs in this situation. In addition, make sure that the
1210 whole element doesn't get skip:ink gaps. This will need to be updated when we
1211 support SVG + non-SVG mixed runs.
1213 * svg/custom/skip-underline-missing-glyph-expected.html: Added
1214 * svg/custom/skip-underline-missing-glyph.html: Added
1216 2014-06-11 Alexey Proskuryakov <ap@apple.com>
1218 editing/selection/selection-in-iframe-removed-crash.html or selection-invalid-offset.html crashes intermittently
1219 https://bugs.webkit.org/show_bug.cgi?id=111521
1220 <rdar://problem/15159351>
1222 Reviewed by Brady Eidson.
1224 * platform/mac/TestExpectations: Removed expectations for the tests.
1226 2014-06-11 Zalan Bujtas <zalan@apple.com>
1228 Subpixel rendering: RenderBox's content clipping should clip on device pixel boundary.
1229 https://bugs.webkit.org/show_bug.cgi?id=133767
1230 <rdar://problem/17272365>
1232 Reviewed by Simon Fraser.
1234 Push RenderBox's content clipping to device pixel boundaries. Integral snapping makes
1235 content cut off prematurely.
1237 * fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden-expected.html: Added.
1238 * fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html: Added.
1240 2014-06-11 David Kilzer <ddkilzer@apple.com>
1242 WindowFeatures arguments shoud ignore invalid characters in values
1243 <http://webkit.org/b/133703>
1244 <rdar://problem/17254118>
1246 Reviewed by Andy Estes.
1248 * fast/dom/Window/resources/window-property-invalid-characters-ignored.html: Added.
1249 * fast/dom/Window/window-property-invalid-characters-ignored-expected.txt: Added.
1250 * fast/dom/Window/window-property-invalid-characters-ignored.html: Added.
1252 2014-06-11 David Kilzer <ddkilzer@apple.com>
1254 Viewport arguments should ignore invalid characters in values
1255 <http://webkit.org/b/133555>
1256 <rdar://problem/17179650>
1258 Reviewed by Daniel Bates.
1260 * fast/viewport/viewport-warnings-7-expected.txt: Added.
1261 * fast/viewport/viewport-warnings-7.html: Added.
1263 2014-06-11 David Kilzer <ddkilzer@apple.com>
1265 [iOS] Enable fast/viewport tests
1266 <http://webkit.org/b/133754>
1268 Reviewed by Andy Estes.
1270 * platform/ios-sim/Skipped:
1271 - Stop skipping fast/viewport tests.
1273 * platform/ios-sim/fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Added.
1274 * platform/ios-sim/fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Added.
1275 * platform/ios-sim/fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Added.
1276 * platform/ios-sim/fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Added.
1277 * platform/ios-sim/fast/viewport/viewport-legacy-ordering-5-expected.txt: Added.
1278 * platform/ios-sim/fast/viewport/viewport-legacy-ordering-6-expected.txt: Added.
1279 * platform/ios-sim/fast/viewport/viewport-legacy-xhtmlmp-expected.txt: Added.
1280 * platform/ios-sim/fast/viewport/viewport-legacy-xhtmlmp-remove-and-add-expected.txt: Added.
1281 - iOS never supported these "legacy" viewport modes, so add
1282 platform-specific results with current behavior.
1284 2014-06-11 Alexey Proskuryakov <ap@apple.com>
1286 inspector-protocol/debugger/breakpoint-action-detach.html is flaky
1287 https://bugs.webkit.org/show_bug.cgi?id=133761
1289 * TestExpectations: Skipped it. Updated bug number for another inspector-protocol
1292 2014-06-11 Lorenzo Tilve <ltilve@igalia.com>
1294 [GTK] Unreviewed GTK gardening
1296 Add missing GTK expectations file after test added at r169390, and removed specific
1297 ones for tests now passing with default ones after r169403.
1299 * platform/gtk/fast/dom/webtiming-document-open-expected.txt: Removed.
1300 * platform/gtk/fast/dom/webtiming-navigate-within-document-expected.txt: Removed.
1301 * platform/gtk/fast/multicol/pagination/nested-transforms-expected.txt: Added.
1303 2014-06-11 Rohit Kumar <kumar.rohit@samsung.com>
1305 [EFL] Updated expectations for accessibility/lists.html test
1306 https://bugs.webkit.org/show_bug.cgi?id=132818
1308 Reviewed by Mario Sanchez Prada.
1310 * platform/efl-wk1/accessibility/lists-expected.txt:
1312 2014-06-10 Myles C. Maxfield <mmaxfield@apple.com>
1314 Japanese text in Google search is rendered too low and clipped
1315 https://bugs.webkit.org/show_bug.cgi?id=133595
1317 Reviewed by Simon Fraser.
1319 This is a revert of r155324.
1321 * fast/dom/HTMLInputElement/input-line-height-expected.txt: Removed.
1322 * fast/dom/HTMLInputElement/input-line-height.html: Removed.
1323 * fast/forms/placeholder-position-expected.txt:
1324 * platform/mac/fast/forms/placeholder-position-expected.png:
1325 * platform/mac/fast/forms/placeholder-position-expected.txt:
1326 * platform/mac-mountainlion/fast/forms/placeholder-position-expected.txt:
1328 2014-06-10 Zalan Bujtas <zalan@apple.com>
1330 REGRESSION (r167937): Do not use effective zoom factor while resolving media query's min-, max-(device)width/height values.
1331 https://bugs.webkit.org/show_bug.cgi?id=133681
1333 Reviewed by Simon Fraser.
1335 We lost the default multiplier(zoom) value of 1 with r167937 at template<typename T> T computeLength().
1336 Now MediaQueryEvaluator takes the current page zoom factor into account while resolving min-, max- width values.
1338 This patch explicitly sets the multiplier value to 1 to ensure zoom independent media query value resolving.
1340 * fast/media/media-query-with-scaled-content-expected.html: Added.
1341 * fast/media/media-query-with-scaled-content.html: Added.
1343 2014-06-10 Simon Fraser <simon.fraser@apple.com>
1345 https://bugs.webkit.org/show_bug.cgi?id=133694
1347 Revert the part of r169733 that caused this test to start failing.
1349 * platform/mac/TestExpectations:
1351 2014-06-10 Andy Estes <aestes@apple.com>
1353 Use [ Pass Failure ] instead of [ Skip ] for the tests skipped in r169767.
1355 * platform/mac/TestExpectations:
1357 2014-06-10 Andy Estes <aestes@apple.com>
1359 REGRESSION (6/9/2014): Several TextTrackCue tests became very flaky
1360 https://bugs.webkit.org/show_bug.cgi?id=133686
1362 * platform/mac/TestExpectations: Skipped the flaky tests
1364 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1366 [WK2] http/tests/navigation/new-window-redirect-history.html crashes
1367 https://bugs.webkit.org/show_bug.cgi?id=127683
1369 * platform/wk2/TestExpectations: Changed expectation from Crash to Skip, because
1370 it crashes every time, and generating more crash logs only makes other tests more
1371 flaky without providing useful information.
1373 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1375 Skip some more flaky tests.
1376 https://bugs.webkit.org/show_bug.cgi?id=133696
1377 <rdar://problem/17257097>
1379 * platform/wk2/TestExpectations:
1381 2014-06-10 Andy Estes <aestes@apple.com>
1383 REGRESSION (r169733): compositing/iframes/become-composited-nested-iframes.html fails on WebKit1 bots
1384 https://bugs.webkit.org/show_bug.cgi?id=133694
1386 * platform/mac/TestExpectations: Marked the test as failing
1388 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1390 fast/dom/beforeload/remove-frame-in-beforeload-listener.html and related tests are flaky
1391 https://bugs.webkit.org/show_bug.cgi?id=133685
1393 * platform/wk2/TestExpectations: Skipped more affected tests.
1395 2014-06-10 Mark Lam <mark.lam@apple.com>
1397 Assertion failure at JSC::Structure::checkOffsetConsistency() const + 234.
1398 <https://webkit.org/b/133356>
1400 Reviewed by Mark Hahnenberg.
1403 - Undoing expectation for js/primitive-property-access-edge-cases.html now
1404 that the bug is fixed.
1406 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1408 platform/mac-wk2/plugins/destroy-during-async-npp-new.html is flaky
1409 https://bugs.webkit.org/show_bug.cgi?id=133692
1411 * platform/mac-wk2/TestExpectations: Skipped the test.
1413 2014-06-10 Alexey Proskuryakov <ap@apple.com>
1415 fast/dom/beforeload/remove-frame-in-beforeload-listener.html is flaky
1416 https://bugs.webkit.org/show_bug.cgi?id=133685
1418 * platform/wk2/TestExpectations: Skipped the test.
1420 2014-06-10 Michael Saboff <msaboff@apple.com>
1422 In a certain app state, Array.prototype.filter() returns incorrect results
1423 https://bugs.webkit.org/show_bug.cgi?id=133577
1425 Reviewed by Oliver Hunt.
1427 New test to check that the llint handles writing to an array hole from a built-in
1430 * js/regress/put-by-val-direct-expected.txt: Added.
1431 * js/regress/put-by-val-direct.html: Added.
1432 * js/regress/script-tests/put-by-val-direct.js: Added.
1435 2014-06-10 Simon Fraser <simon.fraser@apple.com>
1437 Fix logging of sticky scrolling tree nodes
1438 https://bugs.webkit.org/show_bug.cgi?id=133670
1440 Reviewed by Sam Weinig.
1444 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
1445 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
1446 * platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt:
1447 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt:
1448 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt:
1450 2014-06-05 Sergio Villar Senin <svillar@igalia.com>
1452 [CSS Grid Layout] Simplify the named grid lines resolution algorithm
1453 https://bugs.webkit.org/show_bug.cgi?id=133543
1455 Reviewed by Darin Adler.
1457 Added a new test that checks that named grid lines and areas are
1458 correctly set after dynamically changing them with JS. It also
1459 verifies that we properly recompute the resolution of named grid
1460 lines/areas when the positioning properties change.
1462 Also appended a new test case to verify that explicitly adding
1463 named lines of the form <foo-start>/<foo-end> effectively creates
1464 implicit named grid areas so that we could use them in grid
1465 placement properties (for example -webkit-grid-column: foo).
1467 No need to add more tests for named grid lines/areas resolution as
1468 we already have a quite good coverage (the feature was already
1469 there, we're simplifying/improving the implementation).
1471 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set-expected.txt: Added.
1472 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set.html: Added.
1473 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution-expected.txt:
1474 * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html:
1476 2014-06-10 Kiran <kiran.guduru@samsung.com>
1478 [MediaStream] Add getTracks() support to MediaStream.
1479 https://bugs.webkit.org/show_bug.cgi?id=133641
1481 Reviewed by Eric Carlson.
1483 * fast/mediastream/MediaStream-getTracks-expected.txt: Added.
1484 * fast/mediastream/MediaStream-getTracks.html: Added.
1486 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1488 Work towards having frames in the scrolling tree
1489 https://bugs.webkit.org/show_bug.cgi?id=133665
1491 Reviewed by Tim Horton.
1493 Tests that dump the scrolling tree with subframes.
1495 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt: Added.
1496 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt: Added.
1497 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html: Added.
1498 * platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame.html: Added.
1499 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html: Added.
1501 2014-06-09 Eric Carlson <eric.carlson@apple.com>
1503 Automatic text track selection can select more than one track
1504 https://bugs.webkit.org/show_bug.cgi?id=133590
1506 Reviewed by Brent Fulgham.
1508 * media/video-trackmenu-selection-expected.txt: Added.
1509 * media/video-trackmenu-selection.html: Added.
1511 * platform/efl/TestExpectations: New test skipped.
1513 2014-05-21 Myles C. Maxfield <mmaxfield@apple.com>
1515 REGRESSION: missing underline under CJK text
1516 https://bugs.webkit.org/show_bug.cgi?id=128145
1518 Reviewed by Darin Adler.
1520 This test makes sure that underlines under CJK text don't skip over descenders.
1522 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-cjk-expected.html: Added.
1523 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-cjk.html: Added.
1525 2014-06-09 Daniel Bates <dabates@apple.com>
1527 [iOS] Amazon app: Cannot interact with product page after tapping on product image
1528 https://bugs.webkit.org/show_bug.cgi?id=133559
1529 <rdar://problem/16332749>
1531 Reviewed by Oliver Hunt.
1533 Add a test to ensure that assigning to an instance attribute in strict mode that shadows
1534 navigator.geolocation doesn't cause a JavaScript type error.
1536 * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js: Added.
1537 (createObjectWithPrototype.F):
1538 (createObjectWithPrototype):
1539 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt: Added.
1540 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw.html: Added.
1542 2014-06-05 Mark Hahnenberg <mhahnenberg@apple.com>
1544 Eagerly reify DOM prototype attributes
1545 https://bugs.webkit.org/show_bug.cgi?id=133558
1547 Reviewed by Oliver Hunt.
1549 Updating a test expectation after this fix.
1551 * js/dom/constructor-attributes-expected.txt:
1553 2014-06-09 Commit Queue <commit-queue@webkit.org>
1555 Unreviewed, rolling out r169693.
1556 https://bugs.webkit.org/show_bug.cgi?id=133651
1558 This was wrong, just wrong (Requested by ap on #webkit).
1562 "Rebaseline some tests after r169681."
1563 http://trac.webkit.org/changeset/169693
1565 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1567 Move scrolling-related tests to tiled-drawing/scrolling subdirectory, and minor cleanup
1568 https://bugs.webkit.org/show_bug.cgi?id=133650
1570 Reviewed by Tim Horton.
1572 Moved files, fixed up relative paths to js-test-pre.js/js-test-post.js and unskipped a couple of fixed/sticky tests.
1574 * 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.
1575 * 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.
1576 * 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.
1577 * 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.
1578 * 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.
1579 * 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.
1580 * 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.
1581 * 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.
1582 * 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.
1583 * 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.
1584 * 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.
1585 * 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.
1586 * 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.
1587 * 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.
1588 * 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.
1589 * 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.
1590 * 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.
1591 * 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.
1592 * 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.
1593 * 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.
1594 * 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.
1595 * 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.
1596 * 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.
1597 * 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.
1598 * 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.
1599 * 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.
1600 * 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.
1601 * 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.
1602 * 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.
1603 * 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.
1604 * 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.
1605 * 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.
1606 * 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.
1607 * 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.
1608 * 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.
1609 * 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.
1610 * 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.
1611 * 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.
1612 * 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.
1613 * 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.
1614 * 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.
1615 * 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.
1616 * 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.
1617 * 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.
1618 * 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.
1619 * 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.
1620 * 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.
1621 * 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.
1622 * 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.
1623 * 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.
1624 * 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.
1625 * 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.
1626 * 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.
1627 * 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.
1628 * 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.
1629 * 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.
1630 * 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.
1631 * 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.
1632 * 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.
1633 * platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html.
1634 * 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.
1635 * 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.
1636 * 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.
1637 * platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html.
1638 * 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.
1639 * 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.
1640 * 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.
1641 * 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.
1642 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt.
1643 * 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.
1644 * 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.
1645 * 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.
1646 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html.
1647 * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/four-bars.html.
1648 * 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.
1649 * 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.
1650 * 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.
1651 * platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html.
1652 * platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/nested-fixed-expected.txt.
1653 * platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html.
1654 * 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.
1655 * platform/mac-wk2/tiled-drawing/scrolling/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html.
1656 * 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.
1657 * platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/null-parent-back-crash.html.
1658 * 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.
1659 * platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html.
1660 * 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.
1661 * platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html.
1662 * 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.
1663 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html.
1664 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling-expected.txt.
1665 * 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.
1666 * 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.
1667 * platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/slow-scrolling.html.
1668 * 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.
1669 * platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html.
1670 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal-expected.txt.
1671 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html.
1672 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-layers-expected.txt.
1673 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-layers.html.
1674 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt.
1675 * platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html.
1676 * platform/mac/TestExpectations:
1678 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1680 Add results for MathML tests added by https://bugs.webkit.org/show_bug.cgi?id=72828.
1682 * platform/mac/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
1683 * platform/mac/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
1684 * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
1686 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1688 Rebaseline some tests after r169681.
1690 * compositing/geometry/ancestor-overflow-change-expected.txt:
1691 * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt:
1692 * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt:
1694 2014-06-09 Simon Fraser <simon.fraser@apple.com>
1696 Fix more latched scrolling test flakiness and slowness
1697 https://bugs.webkit.org/show_bug.cgi?id=133601
1699 Reviewed by Brent Fulgham.
1701 Latched scrolling tests were flakey for two reasons. First, the EventSender
1702 wheel events were async from the web to the UI process, and the resulting
1703 synthetic events also async from the UI to the web process. Make them sync
1706 Secondly, the timer-based scrolling tree commit could result in the scrolling
1707 tree (specifically the frame node's notion of the scrollable area and content
1708 size) not being updated before the scrolling thread starts getting wheel events.
1709 Fix by having WebPage::wheelEventSyncForTesting() commit if necessary.
1711 Finally remove all the now-unnecessary timeouts from the tests.
1713 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt:
1714 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html:
1715 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html:
1716 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
1717 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html:
1718 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html:
1719 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html:
1720 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html:
1721 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
1722 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html:
1723 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html:
1724 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
1725 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html:
1726 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html:
1727 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt:
1728 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html:
1729 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html:
1731 2014-06-09 Andrzej Badowski <a.badowski@samsung.com>
1733 [EFL] Change expectations for four layout tests.
1734 https://bugs.webkit.org/show_bug.cgi?id=133643
1736 Unreviewed EFL gardening.
1738 * platform/efl-wk2/TestExpectations:
1739 * platform/efl/fullscreen/video-controls-override-expected.txt: Added.
1740 * platform/efl/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Added.
1742 2014-06-09 Zalan Bujtas <zalan@apple.com>
1744 [iOS] Gaps below and to the right of the video controls on devour.com
1745 https://bugs.webkit.org/show_bug.cgi?id=133607
1747 Reviewed by Simon Fraser.
1749 Non-toplevel compositing layers are device pixel aligned. In order to render the content
1750 to the same position as if the layer was not aligned, the graphics layer needs to be translated.
1751 CALayer::bounds is set to compensate for the shifted layer. However, we should not change the layer's
1752 size as that stretches the content and results in overlaps/gaps/extra fuzziness.
1754 * compositing/contents-scale/hidpi-compositing-layer-positioned-on-scaled-context-expected.html: Added.
1755 * compositing/contents-scale/hidpi-compositing-layer-positioned-on-scaled-context.html: Added.
1757 2014-06-09 Zalan Bujtas <zalan@apple.com>
1759 [SVG] Subpixel rendering: Mask with transformed text does not render.
1760 https://bugs.webkit.org/show_bug.cgi?id=133626
1761 <rdar://problem/17123070>
1763 Reviewed by Simon Fraser.
1765 Replace IntRect::infiniteRect() with Layout::infiniteRect(). A transformed IntRect::infiniteRect()
1766 overflows and produces invalid repaint rect. -also remove IntRect::infiniteRect() as no one calls
1769 * svg/masking/mask-transformed-text-missing-expected.svg: Added.
1770 * svg/masking/mask-transformed-text-missing.svg: Added.
1772 2014-06-05 Grzegorz Czajkowski <g.czajkowski@samsung.com>
1774 Share mac/editing/spelling/editing-word-with-marker-2.html with other platforms
1775 https://bugs.webkit.org/show_bug.cgi?id=133544
1777 Reviewed by Darin Adler.
1779 Move mac/editing/spelling/editing-word-with-marker-2.html into
1780 common editing/spelling to be available for other platforms.
1782 Additionally, verify spelling markers asynchronously as the sync
1783 path it's likely to be removed.
1785 Add test case which tests spelling markers without any
1788 * editing/spelling/editing-word-with-marker-2-expected.txt:
1789 Renamed from platform/mac/editing/spelling/editing-word-with-marker-2-expected.txt.
1791 * editing/spelling/editing-word-with-marker-2.html:
1792 Renamed from platform/mac/editing/spelling/editing-word-with-marker-2.html.
1794 * platform/gtk/TestExpectations:
1795 * platform/mac-wk2/TestExpectations:
1796 * platform/win/TestExpectations:
1797 Mark editing/spelling/editing-word-with-marker-2.html as failing since those
1798 platforms didn't turn on asynchronous spellchecking.
1800 2014-06-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1802 Unreviewed EFL gardening. Skip a test which generates "No bad fd found." error.
1804 * platform/efl-wk1/TestExpectations:
1805 * platform/efl/http/tests/misc/slow-loading-mask-expected.txt:
1807 2014-06-07 Frédéric Wang <fred.wang@free.fr>
1809 Add tests for dynamic changes in msqrt/mroot
1810 https://bugs.webkit.org/show_bug.cgi?id=133557
1812 Reviewed by Chris Fleizach.
1814 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.
1815 Unfortunately, the existing code does not handle them very well so they are skipped until we do the refactoring of bug 119038.
1817 * TestExpectations: skip the tests.
1818 * mathml/roots-addChild-expected.html: Added.
1819 * mathml/roots-addChild.html: Added.
1820 * mathml/roots-removeChild-expected.html: Added.
1821 * mathml/roots-removeChild.html: Added.
1823 2014-06-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1825 Scheme of content utils should be compared in an ASCII case-insensitive manner
1826 https://bugs.webkit.org/show_bug.cgi?id=133502
1828 Reviewed by Darin Adler.
1830 Tests are updated to compare protocol in ASCII case-insensitive manner.
1832 * fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
1833 * fast/dom/NavigatorContentUtils/register-protocol-handler.html:
1834 * fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
1835 * fast/dom/NavigatorContentUtils/unregister-protocol-handler.html:
1836 * platform/efl/fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
1837 * platform/efl/fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
1839 2014-06-06 David Hyatt <hyatt@apple.com>
1841 REGRESSION: Hit testing of composited elements is broken in new multicolumn layout.
1842 https://bugs.webkit.org/show_bug.cgi?id=133522 (<rdar://problem/17060556>)
1844 Reviewed by Simon Fraser.
1846 * compositing/columns/hittest-composited-in-paginated-expected.txt:
1848 2014-06-06 Simon Fraser <simon.fraser@apple.com>
1850 Latched scrolling tests are flakey on Mavericks
1851 https://bugs.webkit.org/show_bug.cgi?id=133578
1852 <rdar://problem/17180591>
1854 Reviewed by Brent Fulgham.
1856 Fix these tests to not dispatch events outside the window, and correct some of the wording
1859 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-expected.txt:
1860 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt:
1861 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html:
1862 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html:
1863 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html:
1864 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html:
1865 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html:
1866 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html:
1867 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html:
1868 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-expected.txt:
1869 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt:
1870 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html:
1871 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html:
1873 2014-06-06 Alex Christensen <achristensen@webkit.org>
1875 Run passing WebGL tests on Windows.
1876 https://bugs.webkit.org/show_bug.cgi?id=133563
1878 Reviewed by Brent Fulgham.
1880 * platform/win/TestExpectations:
1881 Replaced all WebGL tests with lists of failing and crashing tests to fix.
1883 2014-06-06 Kiran <kiran.guduru@samsung.com>
1885 [MediaStream] 'get' prefix is missing for capabilities and constraints.
1886 https://bugs.webkit.org/show_bug.cgi?id=133573
1888 Reviewed by Eric Carlson.
1890 * fast/mediastream/MediaStreamTrack-expected.txt:
1891 * fast/mediastream/MediaStreamTrack.html:
1893 2014-06-06 Mario Sanchez Prada <mario.prada@samsung.com>
1895 [GTK] Layout Test accessibility/table-fallback-roles-expose-element-attributes.html is failing
1896 https://bugs.webkit.org/show_bug.cgi?id=133519
1898 Reviewed by Chris Fleizach.
1900 Adapted test to play nicely with the different types of
1901 accessibility hierarchies exposed for Mac and ATK.
1903 * accessibility/table-fallback-roles-expose-element-attributes.html:
1904 Updated text to print information of cells from every platform but
1905 only print information of their children in the Mac.
1907 * accessibility/table-fallback-roles-expose-element-attributes-expected.txt:
1908 Updated expectation to match ATK platforms (GTK & EFL).
1909 * platform/mac/accessibility/table-fallback-roles-expose-element-attributes-expected.txt:
1910 Copied from LayoutTests/accessibility/table-fallback-roles-expose-element-attributes-expected.txt.
1912 * platform/gtk/TestExpectations: Removed expected failure.
1914 2014-06-06 Frédéric Wang <fred.wang@free.fr>
1916 Add test references for horizontal stretchy operators.
1917 https://bugs.webkit.org/show_bug.cgi?id=72828
1919 Unreviewed Win and EFL gardening.
1921 * platform/efl/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
1922 * platform/efl/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
1923 * platform/efl/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
1924 * platform/win/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
1925 * platform/win/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
1926 * platform/win/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
1928 2014-06-06 Frédéric Wang <fred.wang@free.fr>
1930 Add test references for horizontal stretchy operators.
1931 https://bugs.webkit.org/show_bug.cgi?id=72828
1933 Unreviewed Mac gardening.
1935 * platform/mac/mathml/horizontal-LatinModern-expected.txt: Added.
1936 * platform/mac/mathml/horizontal-LatinModern-munderover-expected.txt: Added.
1937 * platform/mac/mathml/opentype-stretchy-horizontal-expected.txt: Added.
1939 2014-06-05 Mihnea Ovidenie <mihnea@adobe.com>
1941 [CSSRegions] Region box incorrectly overlaps floating box
1942 https://bugs.webkit.org/show_bug.cgi?id=133545
1944 Reviewed by David Hyatt.
1946 Add test to check that a region does not incorrectly overlap a floating
1947 element in the same formatting context.
1949 * fast/regions/region-as-bfc-avoids-float-expected.html: Added.
1950 * fast/regions/region-as-bfc-avoids-float.html: Added.
1952 2014-06-05 Yoav Weiss <yoav@yoav.ws>
1954 Align srcset parser with recent spec changes
1955 https://bugs.webkit.org/show_bug.cgi?id=133504
1957 Reviewed by Darin Adler.
1959 I have changed the "invalid-descriptor" test and removed the "invalid
1960 inputs correct src" test to reflect the fact that invalid descriptors
1961 are now treated identically to null descriptors. That is according to
1963 I've also added new tests that make sure that the spec's future
1964 compatible changes are working.
1966 * fast/hidpi/image-srcset-invalid-descriptor-expected.txt:
1967 * fast/hidpi/image-srcset-invalid-descriptor.html:
1968 * fast/hidpi/image-srcset-invalid-inputs-correct-src-expected.txt: Removed.
1969 * fast/hidpi/image-srcset-invalid-inputs-correct-src.html: Removed.
1971 2014-06-05 Wenson Hsieh <wenson_hsieh@apple.com>
1973 REGRESSION (Pluginless): Media controls look different from iOS7 media controls.
1974 https://bugs.webkit.org/show_bug.cgi?id=133521
1976 Reviewed by Eric Carlson.
1978 Tests that audio elements are properly sized. Will add tests for video players in the (near) future.
1980 * platform/ios-sim/media/audio-width-expected.txt: Checks that audio width tests were OK'd
1981 * platform/ios-sim/media/audio-width.html: Checks that minimum audio width is properly enforced
1983 2014-06-05 Michael Timbrook <timbrook@apple.com>
1985 AX: Add support for ARIA 1.1 'none' role
1986 https://bugs.webkit.org/show_bug.cgi?id=133367
1988 Reviewed by Chris Fleizach.
1990 Added the tests to cover the behavior of the 'none' role
1991 * accessibility/aria-none-role-expected.txt: Added.
1992 * accessibility/aria-none-role.html: Added.
1994 2014-06-05 Joanmarie Diggs <jdiggs@igalia.com>
1996 AX: [ATK] Children of tables and lists with role='presentation' should each be exposed as if they were div elements
1997 https://bugs.webkit.org/show_bug.cgi?id=133133
1999 Reviewed by Chris Fleizach.
2001 Added a new test with platform-specific expectations due to differences
2002 in accessible hierarchies.
2004 * accessibility/aria-inherits-presentational.html: Added.
2005 * platform/gtk/accessibility/aria-inherits-presentational-expected.txt: Added.
2006 * platform/mac/accessibility/aria-inherits-presentational-expected.txt: Added.
2008 2014-06-05 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2010 Share platform/mac/editing/spelling/move-cursor-around-misspelled-word.html with other platforms
2011 https://bugs.webkit.org/show_bug.cgi?id=133208
2013 Reviewed by Darin Adler.
2015 Move the test to common editing/spelling since it just verifies spelling
2016 markers and other platforms might be interested in running it as well.
2018 Due to bug 125688, the test starts using asynchronous spellchecking.
2019 Add additional test case which checks spelling marker after typing
2020 the text, before any caret change.
2022 * editing/spelling/move-cursor-around-misspelled-word-expected.txt:
2023 Renamed from platform/mac/editing/spelling/move-cursor-around-misspelled-word-expected.txt
2024 * editing/spelling/move-cursor-around-misspelled-word.html:
2025 Renamed from platform/mac/editing/spelling/move-cursor-around-misspelled-word.html
2027 * platform/gtk/TestExpectations:
2028 * platform/mac-wk2/TestExpectations:
2029 * platform/win/TestExpectations:
2030 Add failing expectation for platforms which didn't switch to
2031 asynchronous spellchecking.
2033 2014-06-05 Alexey Proskuryakov <ap@apple.com>
2035 media/video-rtl.html is flaky
2036 https://bugs.webkit.org/show_bug.cgi?id=133363
2038 * platform/mac/TestExpectations: Marked as such.
2040 2014-06-05 Zalan Bujtas <zalan@apple.com>
2042 Subpixel rendering: border-radius painting falls back to rectangle when the snapped rounded rect becomes non-renderable.
2043 https://bugs.webkit.org/show_bug.cgi?id=133491
2045 Reviewed by Simon Fraser.
2047 Pixel snapping can change the rectangle's size when it is on a certain subpixel position. (usually it does not)
2048 This patch ensures that the snapped rect is still renderable by adjusting the radii as well.
2050 * fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable-expected.html: Added.
2051 * fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html: Added.
2053 2014-06-05 Frédéric Wang <fred.wang@free.fr>
2055 Apply Character-level mirroring to stretchy operators in RTL mode.
2056 https://bugs.webkit.org/show_bug.cgi?id=130839
2058 Reviewed by Chris Fleizach.
2060 Add some tests to verify that stretchy operators are correctly mirrored in RTL mode.
2062 * mathml/presentation/stretchy-rtl-expected.html: Added.
2063 * mathml/presentation/stretchy-rtl.html: Added.
2065 2014-06-05 Zoltan Horvath <zoltan@webkit.org>
2067 [CSS Regions][CSS Shapes] Add Shapes tests which flow through multiple regions
2068 https://bugs.webkit.org/show_bug.cgi?id=133487
2070 Reviewed by Mihnea Ovidenie.
2072 The test verifies if the content with the shape wraps correctly through a region chain.
2074 * fast/regions/shape-outside-floats/regions-shape-outside-content-flows-multiple-regions-expected.html: Added.
2075 * fast/regions/shape-outside-floats/regions-shape-outside-content-flows-multiple-regions.html: Added.
2077 2014-06-05 Zalan Bujtas <zalan@apple.com>
2079 Subpixel rendering: Buttons in default media controls shift vertically when controls fade in or out.
2080 https://bugs.webkit.org/show_bug.cgi?id=133488
2082 Reviewed by Simon Fraser.
2084 Filter effects are not subpixel aware yet. They paint to integrally sized image buffers.
2085 In order to ensure that the content is rendered to the the same position on the filter
2086 source context as if there was no filter, the repaint rects need to be adjusted to match with
2087 the internal filter snapping (enclosingIntRect).
2088 This is a temporary change until after filter effects get subpixelized.
2090 However, this changeset regresses RenderNameFlow clipping when the content is on subpixel position
2091 and filter effect is present. Instead of adding the failing test cases to TestExpectations, I removed
2092 the video controls from the <video> to make the tests pass, when possible (they just happen to have <video>)
2093 and filed webkit.org/b/133523 to track the regression.
2095 * css3/filters/filter-is-on-subpixel-position-expected.html: Added.
2096 * css3/filters/filter-is-on-subpixel-position.html: Added.
2097 * fast/regions/inline-block-inside-anonymous-overflow.html:
2098 * fast/regions/inline-block-overflow.html:
2100 2014-06-05 Andrzej Badowski <a.badowski@samsung.com>
2102 [EFL] Change expectations for three layout tests.
2103 https://bugs.webkit.org/show_bug.cgi?id=133538
2105 Unreviewed EFL gardening.
2107 * platform/efl-wk2/TestExpectations:
2109 2014-06-05 Kiran <kiran.guduru@samsung.com>
2111 [MediaStream] MediaStream.addTrack should not check for tracks ended state.
2112 https://bugs.webkit.org/show_bug.cgi?id=133510
2114 Reviewed by Eric Carlson.
2116 * fast/mediastream/MediaStream-add-ended-tracks-expected.txt: Added.
2117 * fast/mediastream/MediaStream-add-ended-tracks.html: Added.
2119 2014-06-05 Andrzej Badowski <a.badowski@samsung.com>
2121 [EFL] Add expectations for two accessibility layout tests.
2122 https://bugs.webkit.org/show_bug.cgi?id=133485
2124 Unreviewed EFL gardening.
2126 * platform/efl-wk2/TestExpectations:
2127 * platform/efl-wk2/accessibility/lists-expected.txt:
2129 2014-06-05 Frédéric Wang <fred.wang@free.fr>
2131 MathML operators not stretched horizontally
2132 https://bugs.webkit.org/show_bug.cgi?id=72828
2134 Reviewed by Chris Fleizach.
2136 Add some tests to verify horizontal stretching with the MATH data.
2138 * mathml/opentype/horizontal-LatinModern-munderover.html: Added.
2139 * mathml/opentype/horizontal-LatinModern.html: Added.
2140 * mathml/opentype/opentype-stretchy-horizontal.html: Added.
2141 * platform/efl/TestExpectations: mark tests as failing.
2142 * platform/gtk/mathml/opentype/horizontal-LatinModern-expected.png: Added.
2143 * platform/gtk/mathml/opentype/horizontal-LatinModern-expected.txt: Added.
2144 * platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.png: Added.
2145 * platform/gtk/mathml/opentype/horizontal-LatinModern-munderover-expected.txt: Added.
2146 * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added.
2147 * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
2148 * platform/mac/TestExpectations: mark tests as failing.
2149 * platform/win/TestExpectations: ditto.
2151 2014-06-04 Bem Jones-Bey <bjonesbe@adobe.com>
2153 [CSS Shapes] Image lifetime is not properly handled for gradient shapes
2154 https://bugs.webkit.org/show_bug.cgi?id=133414
2156 Reviewed by Simon Fraser.
2158 * fast/shapes/shape-outside-floats/shape-outside-uncached-gradient-expected.txt: Added.
2159 * fast/shapes/shape-outside-floats/shape-outside-uncached-gradient.html: Added.
2161 2014-06-04 Bem Jones-Bey <bjonesbe@adobe.com>
2163 [CSS Shapes] Fix off by one in creating a RasterShape
2164 https://bugs.webkit.org/show_bug.cgi?id=133499
2166 Reviewed by Darin Adler.
2168 * fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-crash-expected.txt: Added.
2169 * fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-crash.html: Added.
2171 2014-06-04 Benjamin Poulain <benjamin@webkit.org>
2173 Regression(r169547): Crash in WebCore::styleForFirstLetter() while loading http://thenextweb.com/apple/2014/02/21/apple-confirms-acquired-testflight-creator-burstly/
2174 https://bugs.webkit.org/show_bug.cgi?id=133500
2176 Reviewed by Antti Koivisto.
2178 * fast/css/first-letter-on-non-matching-selectors-expected.txt: Added.
2179 * fast/css/first-letter-on-non-matching-selectors.html: Added.
2181 2014-06-04 Oliver Hunt <oliver@apple.com>
2183 ArrayIterator should not be exposed in Safari 8
2184 https://bugs.webkit.org/show_bug.cgi?id=133494
2186 Reviewed by Michael Saboff.
2190 * js/no-iterator-constructors.html: Added.
2191 * js/script-tests/no-iterator-constructors.js: Added.
2193 2014-05-27 Myles C. Maxfield <mmaxfield@apple.com>
2195 Lists styled with SVG fonts are not rendered as expected
2196 https://bugs.webkit.org/show_bug.cgi?id=133198
2198 Reviewed by Simon Fraser.
2200 See per-file comments.
2202 * platform/ios-sim/fonts/input-style-with-svg-font-crash.html: Added. Make sure
2203 that iOS input elements don't crash when styled with SVG fonts.
2204 * platform/ios-sim/fonts/resources/graffiti.svg: Added. SVG font for above test.
2205 * svg/custom/list-items-with-svg-font-family-expected.txt: Added.
2206 * svg/custom/list-items-with-svg-font-family.html: Added. Make sure there is
2207 no crash when styling list elements with SVG fonts.
2209 2014-06-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
2211 [GTK] Unreviewed GTK gardening.
2213 Add the new HiDPI tests to the bug that tracks support for this
2215 Mark and report the new tests introduced on r169407 that timeout.
2216 Mark and report the new accesibility test introduced on r169427
2218 Move the reported timeout tests to the timeout section of the
2219 TestExpectations file.
2221 * platform/gtk/TestExpectations:
2223 2014-06-04 Radu Stavila <stavila@adobe.com>
2225 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
2226 https://bugs.webkit.org/show_bug.cgi?id=133481
2228 Reviewed by Antti Koivisto.
2230 Added test for a large item flowed through two regions with the first region having overflow:auto.
2231 The region must NOT scroll.
2233 * fast/regions/scrollable-first-region-expected.html: Added.
2234 * fast/regions/scrollable-first-region.html: Added.
2236 2014-06-03 Benjamin Poulain <benjamin@webkit.org>
2238 Fix some corner cases of :hover and :active in quirks mode
2239 https://bugs.webkit.org/show_bug.cgi?id=133493
2241 Reviewed by Andreas Kling.
2243 Add test case for the corner cases.
2245 * fast/selectors/active-hover-quirks-expected.txt:
2246 * fast/selectors/active-quirks-expected.txt:
2247 * fast/selectors/hover-quirks-expected.txt:
2248 * fast/selectors/resources/hover-active-quirks-utility.js:
2250 2014-06-03 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2252 Need to check invalid scheme in navigator content utils
2253 https://bugs.webkit.org/show_bug.cgi?id=133296
2255 Reviewed by Darin Adler.
2257 Add tests that check that schemes with colons in their names are rejected.
2258 Spec: http://www.whatwg.org/specs/web-apps/current-work/#custom-handlers
2260 * fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt:
2261 * fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html:
2262 * fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
2263 * fast/dom/NavigatorContentUtils/register-protocol-handler.html:
2264 * fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
2265 * fast/dom/NavigatorContentUtils/unregister-protocol-handler.html:
2266 * platform/efl/fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt:
2267 * platform/efl/fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt:
2269 2014-06-03 Yusuke Suzuki <utatane.tea@gmail.com>
2271 CSS JIT: add support for the "any" pseudo class
2272 https://bugs.webkit.org/show_bug.cgi?id=133473
2274 Reviewed by Benjamin Poulain.
2276 Add support for the :any pseudo class.
2278 * fast/selectors/pseudo-class-any-expected.txt: Added.
2279 * fast/selectors/pseudo-class-any.html: Added.
2281 2014-06-02 Jer Noble <jer.noble@apple.com>
2283 Update PlatformTimeRanges to use MediaTime rather than doubles for time values.
2284 https://bugs.webkit.org/show_bug.cgi?id=133454
2286 Reviewed by Eric Carlson.
2288 Update the video-pause-immediately to allow for small floating point differences.
2290 * media/video-pause-immediately-expected.txt:
2291 * media/video-pause-immediately.html:
2293 2014-06-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2295 REGRESSION(r169092 and r169102): Skip failing JSC tests poperly on non-x86 Darwin platforms
2296 https://bugs.webkit.org/show_bug.cgi?id=133149
2298 Reviewed by Csaba Osztrogonác.
2300 * js/script-tests/function-apply-many-args.js: Skip it only if the architecture isn't x86 and the host is Darwin.
2302 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2304 Unreviewed EFL gardening. Rebaseline after r169522.
2306 * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
2307 * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
2308 * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
2309 * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
2310 * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
2311 * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2312 * svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2313 * svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2314 * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2315 * svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2317 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2319 Unreviewed EFL gardening. Rebaseline.
2321 * platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt:
2322 * platform/efl/mathml/opentype/opentype-stretchy-expected.txt:
2323 * platform/efl/mathml/opentype/vertical-LatinModern-expected.txt:
2324 * platform/efl/mathml/presentation/mo-stretch-expected.txt:
2326 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2328 Unreviewed EFL gardening.
2330 Move the EFL specific test result to platform directory.
2332 * platform/efl/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Renamed from LayoutTests/fast/events/ghostly-mousemoves-in-subframe-expected.txt.
2334 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2336 Unreviewed EFL gardening.
2338 Added expectation result after r167684, r169257, and r169390.
2340 * fast/events/ghostly-mousemoves-in-subframe-expected.txt: Added.
2341 * platform/efl/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Added.
2342 * platform/efl/fast/multicol/pagination/nested-transforms-expected.txt: Added.
2344 2014-06-02 Benjamin Poulain <benjamin@webkit.org>
2346 Make pseudo element matching for style resolution more JIT friendly
2347 https://bugs.webkit.org/show_bug.cgi?id=133441
2349 Reviewed by Antti Koivisto.
2351 Add more coverage for style sharing with empty rules, just in case.
2353 * fast/css/style-sharing-empty-rule-modification-expected.txt: Added.
2354 * fast/css/style-sharing-empty-rule-modification.html: Added.
2356 2014-06-02 Martin Hock <mhock@apple.com>
2358 Unreviewed TestExpectations gardening after r169532.
2361 Update fast/table/border-collapsing/collapsed-borders-adjoining-sections.html
2362 from [ Failure ] to [ ImageOnlyFailure ].
2364 2014-05-31 Brent Fulgham <bfulgham@apple.com>
2366 REGRESSION (r154622): Borders disappear when hovering over cells in table
2367 https://bugs.webkit.org/show_bug.cgi?id=133057
2368 <rdar://problem/15922359>
2370 Reviewed by Tim Horton.
2372 * TestExpectations: Mark the test we added in r154622 as failing
2373 until we provide a permanent fix.
2375 2014-06-02 Kiran <kiran.guduru@samsung.com>
2377 Add mock DTMFSender support.
2378 https://bugs.webkit.org/show_bug.cgi?id=133298
2380 Reviewed by Eric Carlson.
2382 * fast/mediastream/RTCPeerConnection-dtmf-expected.txt:
2383 * fast/mediastream/RTCPeerConnection-dtmf.html:
2385 2014-06-02 Jinwoo Song <jinwoo7.song@samsung.com>
2387 Unreviewed EFL gardening.
2389 Below test cases are passing after r169403.
2390 - fast/dom/webtiming-document-open.html
2391 - fast/dom/webtiming-navigate-within-document.html
2393 * platform/efl/TestExpectations:
2395 2014-06-02 Yusuke Suzuki <utatane.tea@gmail.com>
2397 CSS JIT: add support for the "not" pseudo class
2398 https://bugs.webkit.org/show_bug.cgi?id=133314
2400 Add :not pseudo class support to CSS JIT. Current implementation
2401 doesn't support visitedMatchType. So when link pseudo class appears in
2402 :not sub fragment, fallback to the non-JIT implementation.
2404 Reviewed by Benjamin Poulain.
2406 * fast/selectors/not-active-hover-quirks-expected.txt: Added.
2407 * fast/selectors/not-active-hover-quirks.html: Added.
2408 * fast/selectors/not-active-hover-strict-expected.txt: Added.
2409 * fast/selectors/not-active-hover-strict.html: Added.
2410 * fast/selectors/pseudo-class-not-expected.txt: Added.
2411 * fast/selectors/pseudo-class-not.html: Added.
2412 * fast/selectors/resources/not-hover-active-quirks-utility.js: Added.
2413 (testQuerySelector):
2415 * fast/selectors/resources/not-hover-active-strict-utility.js: Added.
2416 (testQuerySelector):
2419 2014-06-01 Jinwoo Song <jinwoo7.song@samsung.com>
2421 Unreviewed EFL gardening.
2423 gradient-background-leakage-hidpi.html and canvas-as-image-hidpi.html pass after r169445.
2425 * platform/efl-wk2/TestExpectations:
2427 2014-06-01 Jer Noble <jer.noble@apple.com>
2429 [MSE] Appends of overlapping sample data do not clear existing samples properly.
2430 https://bugs.webkit.org/show_bug.cgi?id=133435
2432 Reviewed by Darin Adler.
2434 * media/media-source/media-source-overlapping-append-expected.txt: Added.
2435 * media/media-source/media-source-overlapping-append.html: Added.
2436 * media/media-source/mock-media-source.js:
2438 2014-06-01 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2440 getBBox() returns (0,0) when width or height is zero.
2441 https://bugs.webkit.org/show_bug.cgi?id=93290
2443 Reviewed by Philip Rogers.
2445 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2446 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2447 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2448 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2449 * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2450 * svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2451 * svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2452 * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2453 * svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2454 * svg/custom/getBBox-js-circle-zerodimension-expected.txt: Added.
2455 * svg/custom/getBBox-js-circle-zerodimension.html: Added.
2456 * svg/custom/getBBox-js-ellipse-zerodimension-expected.txt: Added.
2457 * svg/custom/getBBox-js-ellipse-zerodimension.html: Added.
2458 * svg/custom/getBBox-js-rect-zerodimension-expected.txt: Added.
2459 * svg/custom/getBBox-js-rect-zerodimension.html: Added.
2461 2014-06-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2463 EFL gardening. Unskip some iframe tests which have passed since buildbot OS bump up.
2465 * platform/efl-wk1/TestExpectations:
2467 2014-06-01 Zalan Bujtas <zalan@apple.com>
2469 Subpixel rendering: Selection gap produces a pixel line overlap on inline boxes.
2470 https://bugs.webkit.org/show_bug.cgi?id=133429
2472 Reviewed by Simon Fraser.
2474 Do not floor logical right/left values when selection gap is calculated for RenderBlocks.
2475 It produces overlapping line/gap because the floored value is intersecting/too far from the
2476 non-floored content selection rect.
2478 * platform/mac/TestExpectations: add ML failure due to font sizing. (Ahem can't be used here)
2479 * fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl-expected.html: Added.
2480 * fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl.html: Added.
2481 * fast/inline/hidpi-selection-gap-overlaps-inline-selection-expected.html: Added.
2482 * fast/inline/hidpi-selection-gap-overlaps-inline-selection.html: Added.
2484 2014-05-31 Darin Adler <darin@apple.com>
2486 One more missed piece of that last check-in.
2488 * TestExpectations: Removed the flakiness expectation from the
2489 css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html
2490 test since that now works reliably.
2492 2014-05-31 Darin Adler <darin@apple.com>
2494 Try to fix another failure from the previous check-in seen on some bots.
2496 * platform/mac-wk2/TestExpectations: Removed a couple obsolete lines.
2497 * platform/wk2/TestExpectations: Added expectation for filter-hidden-content.svg, which
2498 seems to be affected by the resizing for tests before it.
2500 2014-05-31 Darin Adler <darin@apple.com>
2502 Fix test failure from the previous check-in.
2504 * fast/dynamic/window-resize-scrollbars-test.html: Add resize handler so this test works
2505 with asynchronous resizing.
2507 * platform/wk2/TestExpectations: Expect failure for the test above; it's showing scrollbars,
2508 and it should not. Before, the test was not running correctly so it seemed to pass.
2510 2014-05-31 Darin Adler <darin@apple.com>
2512 Viewport percentage tests that resize the viewport are flaky
2513 https://bugs.webkit.org/show_bug.cgi?id=133351
2515 Reviewed by Anders Carlsson.
2517 * css3/viewport-percentage-lengths/resources/resize-test.js:
2518 Added code to compensate for the difference between innerWidth/Height and outerWidth/Height
2519 so this works well in a browser window. Added code to "warm up" so the first resize triggers
2520 a resize event. Tweaked style of the code a bit. Use resize events to avoid flakiness due
2521 to race conditions. One thing I did not fix is the "out of order" problem where all the
2522 test results get written out after the words TEST COMPLETE.
2524 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block-expected.txt:
2525 Updated due to changes to the underlying test machinery, and also to show actual expected success.
2526 The old results said PASS with various obviously wrong results.
2528 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html:
2529 Changed this test to use the shared resize-test.js.
2531 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child-expected.txt:
2532 Updated due to changes to the underlying test machinery, and also to show actual expected success.
2533 The old results said PASS with various obviously wrong results.
2535 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html:
2536 Streamlined this test a little.
2538 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size-expected.txt:
2539 Updated due to changes to the underlying test machinery, and also to show actual expected success.
2540 The old results said PASS with various obviously wrong results.
2542 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html:
2543 Streamlined this test a little.
2545 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize-expected.txt:
2546 Updated due to changes to the underlying test machinery, and also to show both expected success,
2547 and some expected failures. These failures were going unnoticed before since the test didn't
2548 successfully do any resizing of the web view.
2550 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html:
2551 Streamlined this test a little.
2553 * fast/dom/Window/window-resize-contents-expected.txt: Updated to reflect the test actually
2554 resizing. The old test results expected no resizing to occur.
2555 * fast/dom/Window/window-resize-contents.html: Updated to use a resize event handler so the
2556 test can successfully test asynchronous resizes like the ones done by WebKit2.
2558 * fast/dom/rtl-scroll-to-leftmost-and-resize.html: Updated to use a resize event handler so
2559 this can test asynchronous resizes. Also fixed code that was treating the arguments to resizeTo
2560 as if they were inner coordinates rather than outer. However, the bug this tests for has not
2561 been fixed, so need to expect failures.
2563 * platform/mac/TestExpectations: Added a failure expection for the test above.
2565 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Updated to expect a result
2566 that successfully resized.
2567 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: Ditto.
2569 2014-05-30 Mario Sanchez Prada <mario.prada@samsung.com>
2571 [GTK] Don't use logAccessibilityEvents() in aria-slider-required-attributes.html
2572 https://bugs.webkit.org/show_bug.cgi?id=133405
2574 Reviewed by Chris Fleizach.
2576 Change the test to use addNotificationListener() instead.
2578 * platform/gtk/TestExpectations: Removed failure expectation
2579 * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt: Updated
2580 * platform/gtk/accessibility/aria-slider-required-attributes.html: Updated
2582 2014-05-30 Mario Sanchez Prada <mario.prada@samsung.com>
2584 [ATK] Deprecate usage of logAccessibilityEvents() in layout tests
2585 https://bugs.webkit.org/show_bug.cgi?id=132280
2587 Reviewed by Chris Fleizach.
2589 Removed 36 flaky expectations from TestExpectations for tests that
2590 were ocassionally showing the output of logAccessibilityEvents()
2591 even if they did not make use of that feature (thus the flakiness).
2593 * platform/gtk/TestExpectations: Updated.
2595 2014-05-30 Jarek Czekalski <jarekczek@poczta.onet.pl>
2597 [ATK] Convert caret offset tests from testatk.c.
2598 https://bugs.webkit.org/show_bug.cgi?id=132527
2600 Reviewed by Mario Sanchez Prada.
2602 The tests are replicated from testatk.c file, functions
2603 testWebkitAtkCaretOffsets()
2604 testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces()
2605 The file was present in webkit1. Removed from trunk in r166977, so
2606 the last version was
2607 https://trac.webkit.org/browser/trunk/Tools/TestWebKitAPI/Tests/WebKitGtk/testatk.c?rev=166976
2608 What could not be verified in the same way:
2610 1. Whether element implements ATK_TEXT. If setCaretOffset
2611 succeeds, it confirms that element is text as well. But in cases
2612 when setCaretOffset must fail I see no way to confirm it is text
2615 2. Whether position is correct through a call to
2616 atk_text_get_caret_offset. text-caret-moved signal value is
2619 Anyway these cases don't look crucial, so they are skipped.
2621 * platform/gtk/resources/atk-helpers.js: Added.
2622 (setCaretOffset): Added.
2623 * platform/gtk/accessibility/caret-offsets-and-extraneous-white-spaces-expected.txt: Added.
2624 * platform/gtk/accessibility/caret-offsets-and-extraneous-white-spaces.html: Added.
2625 * platform/gtk/accessibility/caret-offsets-expected.txt: Added.
2626 * platform/gtk/accessibility/caret-offsets.html: Added.
2628 2014-05-28 Jon Honeycutt <jhoneycutt@apple.com>
2630 Roll r168668 back in.
2632 <https://bugs.webkit.org/show_bug.cgi?id=132621>
2634 Reviewed by Brent Fulgham.
2636 * compositing/plugins/composited-plugin.html:
2637 * compositing/plugins/no-backing-store.html:
2638 * fast/dom/beforeload/flash-before-load.html:
2639 * fast/events/beforeload-assertion-expected.txt: Added.
2640 * fast/events/beforeload-assertion.html: Added.
2641 * fast/events/beforeload-iframe-crash-expected.txt: Added.
2642 * fast/events/beforeload-iframe-crash.html: Added.
2643 * fast/events/beforeload-input-time-crash-expected.txt: Added.
2644 * fast/events/beforeload-input-time-crash.html: Added.
2645 * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-data.html:
2646 * http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-blocked.html:
2647 * http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html:
2648 * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html:
2649 * http/tests/security/contentSecurityPolicy/object-src-none-allowed.html:
2650 * http/tests/security/contentSecurityPolicy/object-src-none-blocked.html:
2651 * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js:
2652 (testImpl.iframe.onload):
2654 * http/tests/security/mixedContent/insecure-plugin-in-iframe.html:
2655 * platform/mac/plugins/supports-carbon-event-model.html:
2656 * platform/mac/plugins/testplugin-onnew-onpaint.html:
2657 * plugins/get-user-agent-with-null-npp-from-npp-new.html:
2658 * plugins/mouse-click-plugin-clears-selection.html:
2659 * plugins/netscape-plugin-map-data-to-src.html:
2660 * plugins/no-mime-with-valid-extension.html:
2661 * plugins/plugin-initiate-popup-window.html:
2662 * plugins/windowless_plugin_paint_test.html:
2663 * resources/plugin.js: Added.
2664 (runAfterPluginLoad):
2666 2014-05-29 Myles C. Maxfield <mmaxfield@apple.com>
2668 Support -apple-system-font on OS X
2669 https://bugs.webkit.org/show_bug.cgi?id=133382
2671 This test makes sure that -apple-system-font is rendered the same way as -webkit-system-font.
2673 Reviewed by Simon Fraser.
2675 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Updated.
2676 * platform/mac/fast/text/systemFont.html: Tests -apple-system-font in addition to -webkit-system-font.
2677 * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Updated.
2679 2014-05-29 Alexey Proskuryakov <ap@apple.com>
2681 Loading <object> from WebArchive crashes
2682 https://bugs.webkit.org/show_bug.cgi?id=133386
2683 <rdar://problem/13345509>
2685 Reviewed by Brady Eidson.
2687 * webarchive/loading/object-expected.txt: Added.
2688 * webarchive/loading/object.html: Added.
2689 * webarchive/loading/resources/object.webarchive: Added.
2691 2014-05-29 Mark Lam <mark.lam@apple.com>
2693 Gardening: marking js/primitive-property-access-edge-cases.html as crashy.
2694 <https://webkit.org/b/133356>
2700 2014-05-29 Mark Lam <mark.lam@apple.com>
2702 Gardening: marking js/primitive-property-access-edge-cases.html as flaky.
2703 <https://webkit.org/b/133356>
2709 2014-05-29 Jeremy Jones <jeremyj@apple.com>
2711 Use correct version of requiresFullscreenForVideoPlayback().
2712 https://bugs.webkit.org/show_bug.cgi?id=133331
2714 Reviewed by Eric Carlson.
2716 * media/video-fullscreeen-only-controls-expected.txt: Added.
2717 * media/video-fullscreeen-only-controls.html: Added. Make sure video element
2718 controls show even when not specified if inline playback is restricted.
2720 2014-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
2722 [WK2][GTK] ASSERTION FAILED: m_status == Scheduled in GMainLoopSource
2723 https://bugs.webkit.org/show_bug.cgi?id=131220
2725 Reviewed by Philippe Normand.
2727 Unskip inspector-protocol/dom/remove-multiple-nodes.html.
2729 * platform/gtk/TestExpectations:
2731 2014-05-28 Martin Hock <mhock@apple.com>
2733 Marking test as flaky pending further review.
2734 https://bugs.webkit.org/show_bug.cgi?id=133351
2736 Unreviewed gardening.
2739 Skip css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html
2741 2014-05-28 Oliver Hunt <oliver@apple.com>
2743 Make DOM properties exposed as instance properties use the base object instead of |this|
2744 https://bugs.webkit.org/show_bug.cgi?id=133353
2746 Reviewed by Geoffrey Garen.
2748 Update tests to cover change in expected behaviour.
2750 * js/dom/dom-as-prototype-assignment-exception-expected.txt:
2751 * js/dom/dom-attributes-on-mismatch-type-expected.txt:
2752 * js/dom/dom-attributes-on-mismatch-type.html:
2753 * js/dom/script-tests/dom-as-prototype-assignment-exception.js:
2755 2014-05-28 Radu Stavila <stavila@adobe.com>
2757 REGRESSION (r168046): Invalid layout in multicol
2758 https://bugs.webkit.org/show_bug.cgi?id=133322
2760 Reviewed by Antti Koivisto.
2762 * fast/multicol/newmulticol/multicol-inside-multicol-expected.html: Added.
2763 * fast/multicol/newmulticol/multicol-inside-multicol.html: Added.
2765 2014-05-27 Commit Queue <commit-queue@webkit.org>
2767 Unreviewed, rolling out r169400.
2768 https://bugs.webkit.org/show_bug.cgi?id=133338
2770 Broke the iOS build in
2771 LocalizedDateCache::calculateMaximumWidth() (Requested by smfr
2776 "SVG TextRuns do not always get RenderingContexts"
2777 https://bugs.webkit.org/show_bug.cgi?id=133198
2778 http://trac.webkit.org/changeset/169400
2780 2014-05-27 Bem Jones-Bey <bjonesbe@adobe.com>
2782 vw/vh units used as font/line-height values don't scale with the viewport
2783 https://bugs.webkit.org/show_bug.cgi?id=87846
2785 Reviewed by Darin Adler.
2787 Update existing tests to work with the proper behavior of viewport
2790 Add tests for some of the things fixed by this patch: handling of
2791 viewport units in font sizes, with calc, and when the viewport is
2792 resized without a reload.
2794 The anonymous block and percent size child tests make sure that the
2795 viewport unit updates still work properly when there is another
2796 relative unit the depends on the size specified in viewport units.
2798 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
2799 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
2800 * css3/viewport-percentage-lengths/resources/resize-test.js: Added.
2802 (standardResizeTest):
2803 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block-expected.txt: Added.
2804 * css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html: Added.
2805 * css3/viewport-percentage-lengths/viewport-percentage-lengths-calc-expected.txt: Added.
2806 * css3/viewport-percentage-lengths/viewport-percentage-lengths-calc.html: Added.
2807 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child-expected.txt: Added.
2808 * css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html: Added.
2809 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size-expected.txt: Added.
2810 * css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html: Added.
2811 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize-expected.txt: Added.
2812 * css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html: Added.
2813 * fast/canvas/draw-focus-if-needed-expected.txt: Removed.
2814 * fast/canvas/draw-focus-if-needed.html: Removed.
2815 * fast/masking/parsing-clip-path-shape-expected.txt:
2816 * fast/masking/parsing-clip-path-shape.html:
2817 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
2818 * fast/shapes/parsing/parsing-shape-lengths.html:
2820 2014-05-27 Zoltan Horvath <zoltan@webkit.org>
2822 [CSS Shapes] serialization of the computed value should omit the default radii
2823 https://bugs.webkit.org/show_bug.cgi?id=132747
2825 Reviewed by Darin Adler.
2827 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
2828 * fast/shapes/parsing/parsing-test-utils.js:
2830 2014-05-27 Alex Christensen <achristensen@webkit.org>
2832 Unreviewed Mac Gardening.
2834 * platform/mac/TestExpectations:
2835 Skip webtiming-two-redirects.php which I forgot to re-skip in r169403.
2837 2014-05-27 Alex Christensen <achristensen@webkit.org>
2839 Run web timing tests if web timing is enabled.
2840 https://bugs.webkit.org/show_bug.cgi?id=133327
2842 Reviewed by Ryosuke Niwa.
2844 * fast/dom/script-tests/webtiming-document-open.js:
2846 * fast/dom/script-tests/webtiming-navigate-within-document.js:
2847 (checkTimingNotChanged):
2848 Use for in loop instead of Object.keys because properties are in prototype chain.
2849 * fast/dom/script-tests/webtiming.js:
2850 Use performance.now instead of 0.
2851 * platform/mac/TestExpectations:
2852 Made web timing tests skipped on Mountain Lion and Mavericks.
2854 2014-05-27 Commit Queue <commit-queue@webkit.org>
2856 Unreviewed, rolling out r169399.
2857 https://bugs.webkit.org/show_bug.cgi?id=133326
2859 Causes assertion failures in tests. See
2860 http://build.webkit.org/results/Apple%20Mavericks%20Debug%20WK1%20(Tests)/r169399%20(5622)/results.html
2861 (Requested by mlam on #webkit).
2865 "Caret's screen position does not update during an overflow
2867 https://bugs.webkit.org/show_bug.cgi?id=133256
2868 http://trac.webkit.org/changeset/169399
2870 2014-05-27 Myles C. Maxfield <mmaxfield@apple.com>
2872 Lists styled with SVG fonts are not rendered as expected
2873 https://bugs.webkit.org/show_bug.cgi?id=133198
2875 Reviewed by Simon Fraser.
2877 See per-file comments.
2879 * svg/custom/list-items-with-svg-font-family-expected.txt: Added.
2880 * svg/custom/list-items-with-svg-font-family.html: Added. Make sure there is
2881 no crash when styling list elements with SVG fonts.
2883 2014-05-23 Myles C. Maxfield <mmaxfield@apple.com>
2885 Caret's screen position does not update during an overflow scroll
2886 https://bugs.webkit.org/show_bug.cgi?id=133256
2888 Reviewed by Simon Fraser.
2890 This test places the caret, inspects its position, scrolls, and then immediately inspects its
2891 position again. The two positions should be different.
2893 * editing/input/caret-position-during-scroll-expected.txt: Added.
2894 * editing/input/caret-position-during-scroll.html: Added.
2896 2014-05-27 David Hyatt <hyatt@apple.com>
2898 REGRESSION: Audio volume scrubber does not show volume level thumb
2899 <rdar://problem/16902004>
2900 https://bugs.webkit.org/show_bug.cgi?id=133310
2902 Reviewed by Dean Jackson.
2904 * fast/multicol/pagination/nested-transforms.html: Added.
2905 * platform/mac/fast/multicol/pagination/nested-transforms-expected.png: Added.
2906 * platform/mac/fast/multicol/pagination/nested-transforms-expected.txt: Added.
2908 2014-05-27 Eric Carlson <eric.carlson@apple.com>
2910 [Mac] media controls should prevent 'click' events from reaching the page
2911 https://bugs.webkit.org/show_bug.cgi?id=133268
2913 Reviewed by by Jer Noble.
2915 * media/media-controls-cancel-events-expected.txt: Added.
2916 * media/media-controls-cancel-events.html: Added.
2918 2014-05-27 Jon Lee <jonlee@apple.com>
2920 Update ENABLE(MEDIA_SOURCE) on Mac
2921 https://bugs.webkit.org/show_bug.cgi?id=133141
2923 Reviewed by Darin Adler.
2925 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
2926 * platform/mac/TestExpectations:
2927 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
2929 2014-05-27 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2931 Unreviewed EFL gardening
2933 Add failing tests to TestExpectations.
2935 * platform/efl-wk2/TestExpectations:
2936 * platform/efl/TestExpectations:
2938 2014-05-26 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2940 Fix wrong inclusion depth of js-test-pre.js in is-protocol-handler-registered.html
2941 https://bugs.webkit.org/show_bug.cgi?id=133273
2943 Reviewed by Darin Adler.
2945 Can't use debug() due to wrong inclusion path.
2947 * fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html:
2949 2014-05-26 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2951 [EFL] Move navigator content utils's to own directory
2952 https://bugs.webkit.org/show_bug.cgi?id=133275
2954 Reviewed by Darin Adler.
2956 Expected results need to be maintained by own directory because navigator content utils have been maintained by
2957 own directory as well.
2959 * platform/efl/fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt: Renamed from LayoutTests/platform/efl/fast/dom/register-protocol-handler-expected.txt.
2960 * platform/efl/fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt: Renamed from LayoutTests/platform/efl/fast/dom/unregister-protocol-handler-expected.txt.
2962 2014-05-26 Benjamin Poulain <benjamin@webkit.org>
2964 Fix the quirks mode selector matching of the pseudo classes :hover and :active
2965 https://bugs.webkit.org/show_bug.cgi?id=133063
2967 Reviewed by Antti Koivisto.
2969 The test coverage of :hover and :active was extremly poor.
2970 Those new tests add coverage for the cases fixed by this patch.
2972 * fast/selectors/active-hover-quirks-expected.txt: Added.
2973 * fast/selectors/active-hover-quirks.html: Added.
2974 * fast/selectors/active-hover-strict-expected.txt: Added.
2975 * fast/selectors/active-hover-strict.html: Added.
2976 * fast/selectors/active-quirks-expected.txt: Added.
2977 * fast/selectors/active-quirks.html: Added.
2978 * fast/selectors/active-strict-expected.txt: Added.
2979 * fast/selectors/active-strict.html: Added.
2980 * fast/selectors/hover-quirks-expected.txt: Added.
2981 * fast/selectors/hover-quirks.html: Added.
2982 * fast/selectors/hover-strict-expected.txt: Added.
2983 * fast/selectors/hover-strict.html: Added.
2984 * fast/selectors/resources/hover-active-quirks-utility.js: Added.
2985 * selectors/resources/hover-active-strict-utility.js: Added.
2987 2014-05-26 Darin Adler <darin@apple.com>
2989 Class name matching should use ASCII case-insensitive matching, not Unicode case folding
2990 https://bugs.webkit.org/show_bug.cgi?id=133292
2992 Reviewed by Anders Carlsson.
2994 * fast/dom/getElementsByClassName/ASCII-case-insensitive-expected.txt: Added.
2995 * fast/dom/getElementsByClassName/ASCII-case-insensitive.html: Added.
2996 * fast/dom/getElementsByClassName/case-sensitive-expected.txt: Added.
2997 * fast/dom/getElementsByClassName/case-sensitive.html: Added.
2999 2014-05-25 Filip Pizlo <fpizlo@apple.com>
3001 Latest emscripten life benchmark is 4x slower because the DFG doesn't realize that arithmetic on booleans is a thing
3002 https://bugs.webkit.org/show_bug.cgi?id=133136
3004 Reviewed by Oliver Hunt.
3006 * js/regress/abs-boolean-expected.txt: Added.
3007 * js/regress/abs-boolean.html: Added.
3008 * js/regress/div-boolean-double-expected.txt: Added.
3009 * js/regress/div-boolean-double.html: Added.
3010 * js/regress/div-boolean-expected.txt: Added.
3011 * js/regress/div-boolean.html: Added.
3012 * js/regress/max-boolean-expected.txt: Added.
3013 * js/regress/max-boolean.html: Added.
3014 * js/regress/min-boolean-expected.txt: Added.
3015 * js/regress/min-boolean.html: Added.
3016 * js/regress/minus-boolean-double-expected.txt: Added.
3017 * js/regress/minus-boolean-double.html: Added.
3018 * js/regress/minus-boolean-expected.txt: Added.
3019 * js/regress/minus-boolean.html: Added.
3020 * js/regress/mod-boolean-double-expected.txt: Added.
3021 * js/regress/mod-boolean-double.html: Added.
3022 * js/regress/mod-boolean-expected.txt: Added.
3023 * js/regress/mod-boolean.html: Added.
3024 * js/regress/mul-boolean-double-expected.txt: Added.
3025 * js/regress/mul-boolean-double.html: Added.
3026 * js/regress/mul-boolean-expected.txt: Added.
3027 * js/regress/mul-boolean.html: Added.
3028 * js/regress/neg-boolean-expected.txt: Added.
3029 * js/regress/neg-boolean.html: Added.
3030 * js/regress/plus-boolean-arith-expected.txt: Added.
3031 * js/regress/plus-boolean-arith.html: Added.
3032 * js/regress/plus-boolean-double-expected.txt: Added.
3033 * js/regress/plus-boolean-double.html: Added.
3034 * js/regress/plus-boolean-expected.txt: Added.
3035 * js/regress/plus-boolean.html: Added.
3036 * js/regress/script-tests/abs-boolean.js: Added.
3037 * js/regress/script-tests/div-boolean-double.js: Added.
3038 * js/regress/script-tests/div-boolean.js: Added.
3039 * js/regress/script-tests/max-boolean.js: Added.
3040 * js/regress/script-tests/min-boolean.js: Added.
3041 * js/regress/script-tests/minus-boolean-double.js: Added.
3042 * js/regress/script-tests/minus-boolean.js: Added.
3043 * js/regress/script-tests/mod-boolean-double.js: Added.
3044 * js/regress/script-tests/mod-boolean.js: Added.
3045 * js/regress/script-tests/mul-boolean-double.js: Added.
3046 * js/regress/script-tests/mul-boolean.js: Added.
3047 * js/regress/script-tests/neg-boolean.js: Added.
3048 * js/regress/script-tests/plus-boolean-arith.js: Added.
3049 * js/regress/script-tests/plus-boolean-double.js: Added.
3050 * js/regress/script-tests/plus-boolean.js: Added.
3051 * js/regress/script-tests/sin-boolean.js: Added.
3052 * js/regress/sin-boolean-expected.txt: Added.
3053 * js/regress/sin-boolean.html: Added.
3055 2014-05-26 Javier Fernandez <jfernandez@igalia.com>
3057 [CSS Grid Layout] Implementation of the "grid" shorthand.
3058 https://bugs.webkit.org/show_bug.cgi?id=132122
3060 Reviewed by Darin Adler.
3062 Layout Test for the basic functionality of the 'grid' shorthand. It was
3063 also added a new javascript file with some utility functions.
3065 * fast/css-grid-layout/grid-shorthand-get-set-expected.txt: Added.
3066 * fast/css-grid-layout/grid-shorthand-get-set.html: Added.
3067 * fast/css-grid-layout/resources/grid-shorthand-parsing-utils.js: Added.
3068 (testGridDefinitionsValues):
3069 (testGridDefinitionsSetJSValues):
3070 (testNonGridDefinitionsSetJSValues):
3071 (checkGridDefinitionsSetJSValues):
3072 (testGridDefinitionsSetBadJSValues):
3074 2014-05-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3076 Unreviewed EFL gardening
3078 Remove expectations for now passing tests.
3080 * platform/efl-wk2/TestExpectations:
3081 * platform/efl/TestExpectations:
3083 2014-05-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3085 [EFL] Input fields and text areas are not rendered correctly after r167771
3086 https://bugs.webkit.org/show_bug.cgi?id=133181
3088 Reviewed by Gyuyoung Kim.
3090 * platform/efl-wk2/TestExpectations: Remove now passing test from test expectations.
3092 2014-05-20 Sergio Villar Senin <svillar@igalia.com>
3094 [CSS Grid Layout] Children of grid containers must be turned into grid items
3095 https://bugs.webkit.org/show_bug.cgi?id=132991
3097 Reviewed by Darin Adler.
3099 From Blink r150472 by <jchaffraix@chromium.org>
3101 Added a new test case to verify the computed value for 'display'
3102 in grid items. The test also checks that items are correctly
3103 positioned inside the grid, i.e., they properly became grid
3106 Also removed ietestcenter's grid-items-002.html and
3107 grid-items-003.html from the list of failing tests as they should
3110 * fast/css-grid-layout/grid-item-display-expected.txt: Added.
3111 * fast/css-grid-layout/grid-item-display.html: Added.
3112 * ietestcenter/css3/grid/grid-items-002.htm: Fixed a typo and
3113 replaced -webkit-grid-definition-* by -webkit-grid-template-*
3114 * ietestcenter/css3/grid/grid-items-003.htm: Ditto.
3115 * platform/efl/TestExpectations: Removed the two tests above.
3116 * platform/gtk/TestExpectations: Ditto.
3117 * platform/mac/TestExpectations: Ditto.
3118 * platform/win/TestExpectations: Ditto.
3120 2014-05-25 Jinwoo Song <jinwoo7.song@samsung.com>
3122 setData() of DataTransfer has a void return type
3123 https://bugs.webkit.org/show_bug.cgi?id=133108
3125 Reviewed by Alexey Proskuryakov.
3127 * editing/pasteboard/set_data_typeof_return-expected.txt: Added.
3128 * editing/pasteboard/set_data_typeof_return.html: Added.
3130 2014-05-25 David Kilzer <ddkilzer@apple.com>
3132 Crash in WebCore::TextResourceDecoder::checkForCSSCharset
3133 <http://webkit.org/b/133257>
3134 <rdar://problem/17027109>
3136 Reviewed by Alexey Proskuryakov.
3138 * fast/encoding/css-charset-missing-semi-colon-and-newline-expected.txt: Added.
3139 * fast/encoding/css-charset-missing-semi-colon-and-newline.html: Added.
3141 2014-05-23 Simon Fraser <simon.fraser@apple.com>
3143 Scrolling tests should not try to dump pixels
3144 https://bugs.webkit.org/show_bug.cgi?id=133245
3146 Reviewed by Tim Horton.
3148 dumpAsText(true) -> dumpAsText().
3150 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html:
3151 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html:
3152 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html:
3153 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html:
3154 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html:
3155 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html:
3156 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html:
3157 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html:
3158 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html:
3159 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html:
3160 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html:
3161 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html:
3163 2014-05-24 Zalan Bujtas <zalan@apple.com>
3165 Subpixel rendering: Non-compositing transforms with subpixel coordinates paint to wrong position.
3166 https://bugs.webkit.org/show_bug.cgi?id=133184
3167 <rdar://problem/16745606>
3169 Reviewed by Simon Fraser.
3171 Snapping relative negative coordinate values should produce the same position as if they were
3172 positive absolute coordinates.
3173 When a child box gets positioned off of its containers towards top/left, its relative coordinates
3174 become negative. Pixel snapping those negative values should produce the same
3175 final painting position as if the child box was fixed positioned with positive coordinates.
3176 Since halfway values always round away from zero, negative and positive halfway values
3177 produce opposite rounding direction.
3178 This patch ensures that negative halfway values round to the direction as if they were positive.
3180 * fast/layers/hidpi-floor-negative-coordinate-values-to-maintain-rounding-direction-expected.html: Added.
3181 * fast/layers/hidpi-floor-negative-coordinate-values-to-maintain-rounding-direction.html: Added.
3183 2014-05-24 Frédéric Wang <fred.wang@free.fr>
3185 Update GTK references for some tests after bug 130322.
3186 https://bugs.webkit.org/show_bug.cgi?id=130322
3188 Unreviewed gardening.
3190 * platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt:
3191 * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
3193 2014-05-24 Frédéric Wang <fred.wang@free.fr>
3195 Mark some opentype MATH tests failing due to bad references.
3196 https://bugs.webkit.org/show_bug.cgi?id=130322
3198 Unreviewed gardening.
3200 * platform/mac/TestExpectations:
3202 2014-05-24 Frédéric Wang <fred.wang@free.fr>
3204 Use size variants and glyph assembly from the MATH data.
3205 https://bugs.webkit.org/show_bug.cgi?id=130322
3207 Reviewed by Chris Fleizach.
3209 This adds some pixel tests for large operators and vertical stretchy operators.
3211 * mathml/opentype/LICENSE-LatinModern.txt: Added.
3212 * mathml/opentype/large-operators-LatinModern.html: Added.
3213 * mathml/opentype/latinmodern-math.woff: Added.
3214 * mathml/opentype/opentype-stretchy.html: Added.
3215 * mathml/opentype/stretchy.woff: Added.
3216 * mathml/opentype/vertical-LatinModern.html: Added.
3217 * platform/efl/mathml/opentype/large-operators-LatinModern-expected.png: Added.
3218 * platform/efl/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3219 * platform/efl/mathml/opentype/opentype-stretchy-expected.png: Added.
3220 * platform/efl/mathml/opentype/opentype-stretchy-expected.txt: Added.
3221 * platform/efl/mathml/opentype/vertical-LatinModern-expected.png: Added.
3222 * platform/efl/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3223 * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.png: Added.
3224 * platform/gtk/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3225 * platform/gtk/mathml/opentype/opentype-stretchy-expected.png: Added.
3226 * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Added.
3227 * platform/gtk/mathml/opentype/vertical-LatinModern-expected.png: Added.
3228 * platform/gtk/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3229 * platform/gtk/mathml/presentation/mo-stretch-expected.png: update reference due to change in mathml.css
3230 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: ditto
3231 * platform/mac/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3232 * platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Added.
3233 * platform/mac/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3234 * platform/mac-wk2/mathml/opentype/large-operators-LatinModern-expected.txt: Added.
3235 * platform/mac-wk2/mathml/opentype/opentype-stretchy-expected.txt: Added.
3236 * platform/mac-wk2/mathml/opentype/vertical-LatinModern-expected.txt: Added.
3237 * platform/win/TestExpectations: Mark the OpenType MATH tests as failing
3239 2014-05-23 Yusuke Suzuki <utatane.tea@gmail.com>
3241 CSS JIT: Apply backtracking optimization to adjacent backtracking
3242 https://bugs.webkit.org/show_bug.cgi?id=132951
3244 Reviewed by Benjamin Poulain.
3246 Apply the backtracking optimization to the adjacent backtracking.
3247 This optimization is already done for the descendant backtracking.
3248 We apply this to the adjacent backtracking similarly.
3250 * fast/selectors/backtracking-adjacent-optimized-expected.txt: Added.
3251 * fast/selectors/backtracking-adjacent-optimized.html: Added.
3253 2014-05-23 Simon Fraser <simon.fraser@apple.com>
3255 Rebaseline two tests affected by r169229.
3257 * platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt:
3258 * platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
3260 2014-05-23 Mihnea Ovidenie <mihnea@adobe.com>
3262 REGRESSION(r169105): fast/regions/cssom/region-range-for-box-crash.html is more crashy than before
3263 https://bugs.webkit.org/show_bug.cgi?id=133124
3265 Reviewed by David Hyatt.
3267 Unskip the test file that used to crash.
3271 2014-05-23 Mark Hahnenberg <mhahnenberg@apple.com>
3273 Rebaseline some tests after r169260
3275 * fast/dom/Geolocation/enabled-expected.txt:
3276 * fast/dom/Geolocation/script-tests/enabled.js:
3277 * js/dom/delete-syntax-expected.txt:
3278 * js/dom/script-tests/delete-syntax.js:
3280 2014-05-23 Roger Fong <roger_fong@apple.com>
3282 Unreviewed. Skip some snapshotting tests failing after r169173.
3283 https://bugs.webkit.org/show_bug.cgi?id=133227.
3285 * platform/mac-wk2/TestExpectations:
3287 2014-05-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3289 Unreviewed EFL gardening
3291 * platform/efl/TestExpectations: Add test expectation for tests faling after r167840.
3292 * platform/efl/fast/borders/border-antialiasing-expected.png: Rebaseline after r168046.
3293 * platform/efl/fast/borders/border-antialiasing-expected.txt: Ditto.
3294 * platform/efl/fast/forms/fieldset-align-expected.txt: Rebaseline after r168575.
3296 2014-05-23 Zalan Bujtas <zalan@apple.com>
3298 Subpixel rendering: Make webkit-box-shadow painting subpixel aware.
3299 https://bugs.webkit.org/show_bug.cgi?id=133201
3300 <rdar://problem/16072830>
3302 Reviewed by Simon Fraser.
3304 This patch enables webkit-box-shadow to be painted on a subpixel position. However, we
3305 still truncate -webkit-box-shadow property values. Tracked here: http://webkit.org/b/133202
3307 Currently not ref-testable.
3309 * fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position.html: Added.
3310 * platform/mac/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.png: Added.
3311 * platform/mac/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Added.
3313 2014-05-22 Simon Fraser <simon.fraser@apple.com>
3315 Make viewport units work in CSS gradients
3316 https://bugs.webkit.org/show_bug.cgi?id=133204
3317 <rdar://problem/17012259>
3319 Reviewed by Tim Horton.
3321 Make viewport percentage lengths work in gradients.
3323 * fast/gradients/viewport-units-gradient-expected.html: Added.
3324 * fast/gradients/viewport-units-gradient.html: Added.
3326 2014-05-22 Ryosuke Niwa <rniwa@webkit.org>
3328 Can't type in status in facebook.com on iOS Safari because keyboard disappears
3329 https://bugs.webkit.org/show_bug.cgi?id=133196
3331 Reviewed by Geoffrey Garen.
3333 Removed the test added by r156252.
3335 * fast/dom/HTMLDocument/active-element-gets-unfocusable-expected.txt: Removed.
3336 * fast/dom/HTMLDocument/active-element-gets-unfocusable.html: Removed.
3338 2014-05-22 Myles C. Maxfield <mmaxfield@apple.com>
3340 http/tests/security/xss-DENIED-xsl-document-redirect.xml fails with NetworkProcess
3341 https://bugs.webkit.org/show_bug.cgi?id=132523
3343 Reviewed by Alexey Proskuryakov.
3345 Two tests have been rebaselined, and re-enable test that now passes. Because of
3346 r23889, synchronous XHRs for file: URLs purposely don't invoke error handlers.
3348 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Updated
3349 incorrect test description
3350 * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: Ditto
3351 * platform/mac-wk2/TestExpectations: Re-enable test that now passes.
3353 2014-05-22 Simon Fraser <simon.fraser@apple.com>
3355 Fix the compositing/transitions/transform-on-large-layer.html test
3356 https://bugs.webkit.org/show_bug.cgi?id=133195
3358 Reviewed by Dean Jackson.
3360 This test used window resize when it doesn't need to and was flakey.
3362 * compositing/transitions/transform-on-large-layer.html:
3363 * platform/efl/TestExpectations:
3364 * platform/mac/TestExpectations:
3366 2014-05-22 Simon Fraser <simon.fraser@apple.com>
3368 REGRESSION (r155977): Very stuttery 3D css animation on jtechcommunications.com
3369 https://bugs.webkit.org/show_bug.cgi?id=133179
3370 <rdar://problem/16864666>
3372 Reviewed by Dean Jackson.
3376 * compositing/contents-scale/animating-expected.txt:
3377 * compositing/contents-scale/rounded-contents-scale-expected.txt:
3378 * compositing/contents-scale/scaled-ancestor-expected.txt:
3379 * compositing/contents-scale/simple-scale-expected.txt:
3380 * compositing/contents-scale/z-translate-expected.txt:
3381 * platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
3382 * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
3383 * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
3384 * platform/mac/compositing/visible-rect/nested-transform-expected.txt:
3386 2014-05-22 Mark Lam <mark.lam@apple.com>
3388 REGRESSION(r154797): Debugger crashes when stepping over an uncaught exception.
3389 <https://webkit.org/b/133182>
3391 Reviewed by Oliver Hunt.
3393 * inspector-protocol/debugger/regress-133182-expected.txt: Added.
3394 * inspector-protocol/debugger/regress-133182.html: Added.
3396 2014-05-22 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3398 Unreviewed EFL gardening
3400 Add test expectations for failing tests.
3402 * platform/efl-wk2/TestExpectations:
3403 * platform/efl/editing/apply-style-iframe-crash-expected.txt: Added after r168641.
3405 2014-05-22 Piotr Grad <p.grad@samsung.com>
3407 Video is resumed with old playback rate.
3408 https://bugs.webkit.org/show_bug.cgi?id=132905
3410 Reviewed by Philippe Normand.
3412 * media/video-paused-0-rate-expected.txt: Added.
3413 * media/video-paused-0-rate.html: Added.
3415 2014-05-22 Antti Koivisto <antti@apple.com>
3417 Text markers don't paint on simple lines
3418 https://bugs.webkit.org/show_bug.cgi?id=133177