1 2013-10-02 Manuel Rego Casasnovas <rego@igalia.com>
3 [CSS Regions] Selection layout tests moved to specific folder
4 https://bugs.webkit.org/show_bug.cgi?id=122099
6 Reviewed by Alexandru Chiculita.
8 Moved CSS Regions layout tests related to selection to
9 "fast/regions/selection/".
11 * fast/regions/selection/selecting-text-in-empty-region-expected.txt: Renamed from LayoutTests/fast/regions/selecting-text-in-empty-region-expected.txt.
12 * fast/regions/selection/selecting-text-in-empty-region.html: Renamed from LayoutTests/fast/regions/selecting-text-in-empty-region.html.
13 * fast/regions/selection/selecting-text-through-different-region-flows-2-expected.html: Renamed from LayoutTests/fast/regions/selecting-text-through-different-region-flows-2-expected.html.
14 * fast/regions/selection/selecting-text-through-different-region-flows-2.html: Renamed from LayoutTests/fast/regions/selecting-text-through-different-region-flows-2.html.
15 * fast/regions/selection/selecting-text-through-different-region-flows-expected.html: Renamed from LayoutTests/fast/regions/selecting-text-through-different-region-flows-expected.html.
16 * fast/regions/selection/selecting-text-through-different-region-flows.html: Renamed from LayoutTests/fast/regions/selecting-text-through-different-region-flows.html.
17 * fast/regions/selection/selection-direction-expected.html: Renamed from LayoutTests/fast/regions/selection-direction-expected.html.
18 * fast/regions/selection/selection-direction.html: Renamed from LayoutTests/fast/regions/selection-direction.html.
19 * platform/gtk-wk2/TestExpectations: Update path in skipped tests.
20 * platform/qt-wk2/TestExpectations: Ditto.
22 2013-10-02 Tim Horton <timothy_horton@apple.com>
24 [mac] Stop using DrawingAreaImpl on PLATFORM(MAC)
25 https://bugs.webkit.org/show_bug.cgi?id=121859
26 <rdar://problem/15069359>
28 Reviewed by Anders Carlsson.
30 * platform/mac-wk2/TestExpectations:
32 * platform/mac-wk2/compositing/contents-opaque/body-background-painted-expected.txt: Added.
33 * platform/mac-wk2/compositing/contents-opaque/body-background-skipped-expected.txt: Added.
34 * platform/mac-wk2/compositing/rtl/rtl-absolute-expected.txt: Added.
35 * platform/mac-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt: Added.
36 * platform/mac-wk2/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Added.
37 Add WebKit2 results, because we dump non-white background color on the root layer now.
39 * platform/mac-wk2/compositing/repaint/fixed-background-scroll-expected.txt: Added.
40 New WebKit2 result; repaint rects are showing up now.
42 * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
43 * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
44 Slightly adjusted results.
46 * platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
47 * platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
48 * platform/mac-wk2/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
49 * platform/mac-wk2/compositing/tiling/tiled-layer-resize-expected.txt: Added.
50 New WebKit2 results; we show the root tile cache if layerTreeAsText is asked to dump tile caches.
52 * platform/mac-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
53 * platform/mac-wk2/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
54 * platform/mac-wk2/fast/block/basic/020-expected.txt: Added.
55 * platform/mac-wk2/fast/dynamic/012-expected.txt: Added.
56 * platform/mac-wk2/fast/dynamic/layer-hit-test-crash-expected.txt: Added.
57 * platform/mac-wk2/fast/repaint/layer-hide-when-needs-layout-expected.txt: Added.
58 * platform/mac-wk2/fast/text/whitespace/028-expected.txt: Added.
59 * platform/mac-wk2/fast/layers/layer-visibility-expected.txt: Added.
60 * platform/mac-wk2/fast/layers/layer-visibility-sublayer-expected.txt: Added.
61 * platform/mac-wk2/fast/repaint/invisible-objects-expected.txt: Added.
62 New WebKit2 results; additional compositing layers.
64 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Added.
65 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html: Added.
66 New test to ensure that window-server snapshots work with tiled drawing.
68 2013-10-01 Oliver Hunt <oliver@apple.com>
70 Implement Array key, value and entries iterators
71 https://bugs.webkit.org/show_bug.cgi?id=122195
73 Reviewed by Filip Pizlo.
77 * js/Object-getOwnPropertyNames-expected.txt:
78 * js/array-iterators-expected.txt: Added.
79 * js/array-iterators.html: Added.
80 * js/script-tests/Object-getOwnPropertyNames.js:
81 * js/script-tests/array-iterators.js: Added.
83 2013-09-25 Oliver Hunt <oliver@apple.com>
85 Implement prefixed-destructuring assignment
86 https://bugs.webkit.org/show_bug.cgi?id=121930
88 Reviewed by Mark Hahnenberg.
90 Relanding with fix after rollout - it helps to not completely destroy
91 optimisations for no reason.
93 2013-10-02 Alexey Proskuryakov <ap@apple.com>
95 video-object-fit tests are flaky
96 https://bugs.webkit.org/show_bug.cgi?id=121803
98 * platform/mac/TestExpectations: Marking as such.
100 2013-10-02 Alexey Proskuryakov <ap@apple.com>
102 Quirksmode: CSS1: WebKit fails dynamic :first-letter test
103 https://bugs.webkit.org/show_bug.cgi?id=15602
105 * platform/mac/TestExpectations: Correcting Mac expectations too, now that we have results.
107 2013-10-02 Alexey Proskuryakov <ap@apple.com>
109 Quirksmode: CSS1: WebKit fails dynamic :first-letter test
110 https://bugs.webkit.org/show_bug.cgi?id=15602
112 * platform/mac/fast/css/first-letter-block-change-expected.png: Added.
113 * platform/mac/fast/css/first-letter-block-change-expected.txt: Added.
114 Added expected results for Mac.
116 * platform/efl/TestExpectations: Corrected the expectation. This test is not
117 failing, it has no results.
119 2013-10-02 Mihai Maerean <mmaerean@adobe.com>
121 [CSS Regions] Activate all regions to have layers, as CSS Regions create a new stacking context
122 https://bugs.webkit.org/show_bug.cgi?id=121828
124 Reviewed by Darin Adler.
126 For the ref tests, the divs in the expected results coresponding to the regions now have a CSS style causing
127 them to also create Stacking Contexts.
129 Most of the tests in fast/regions/layers/ have been deleted because they aren't relevant anymore.
131 The change in most of the *-expected.txt files is that the " hasLayer" part has been removed (since all regions
134 Platform (efl, efl-wk2, gtk, mac-lion, mac-wk2, qt, qt-wk2) specific expectated results need to be generated again.
136 * fast/regions/autoheight-regions-mark-expected.txt:
137 * fast/regions/flow-content-basic-expected.html: Added. The test is now a ref test.
138 * fast/regions/flow-content-basic-vertical-expected.html: Added. The test is now a ref test.
139 * fast/regions/flow-content-basic-vertical-rl-expected.html: Added.The test is now a ref test.
140 * fast/regions/flow-content-basic-vertical-rl.html:
141 * fast/regions/flow-content-basic-vertical.html:
142 * fast/regions/flow-content-basic.html:
143 * fast/regions/flows-dependency-dynamic-remove-expected.txt:
144 * fast/regions/flows-dependency-same-flow-expected.txt:
145 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.png: Removed.
146 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Removed.
147 * fast/regions/layers/dynamic-layer-added-with-no-layout.html: Removed.
148 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.png: Removed.
149 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Removed.
150 * fast/regions/layers/dynamic-layer-removed-with-no-layout.html: Removed.
151 * fast/regions/layers/regions-promoted-to-layers-expected.png: Removed.
152 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Removed.
153 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.png: Removed.
154 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Removed.
155 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt.html: Removed.
156 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.png: Removed.
157 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Removed.
158 * fast/regions/layers/regions-promoted-to-layers-vertical-lr.html: Removed.
159 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.png: Removed.
160 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Removed.
161 * fast/regions/layers/regions-promoted-to-layers-vertical-rl.html: Removed.
162 * fast/regions/layers/regions-promoted-to-layers.html: Removed.
163 * fast/regions/layers/stacking-context-paint-order-expected.html: Added.
164 * fast/regions/layers/stacking-context-paint-order.html: Added. While the existing region-sibling-paint-order.html
165 test verifies that regions paint correctly when the next sibling also creates a stacking context, this new test
166 verifies that regions paint correctly when the next sibling doesn't create a stacking context.
167 * fast/regions/region-sibling-paint-order-expected.html:
168 * fast/regions/region-sibling-paint-order.html:
169 * fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
170 * fast/repaint/region-painting-composited-element-expected.html:
171 * fast/repaint/region-painting-in-composited-view-expected.html:
172 * fast/repaint/region-painting-in-composited-view.html:
173 * fast/repaint/region-painting-via-layout-expected.txt:
174 * platform/efl-wk2/TestExpectations:
175 * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
176 * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
177 * platform/efl/TestExpectations:
178 * platform/efl/fast/regions/autoheight-regions-mark-expected.png: Removed.
179 * platform/efl/fast/regions/autoheight-regions-mark-expected.txt: Removed.
180 * platform/efl/fast/regions/flow-content-basic-expected.png: Removed. The test is now a ref test.
181 * platform/efl/fast/regions/flow-content-basic-expected.txt: Removed.
182 * platform/efl/fast/regions/flow-content-basic-vertical-expected.png: Removed.
183 * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt: Removed.
184 * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png: Removed.
185 * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt: Removed.
186 * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.png: Removed.
187 * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
188 * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
189 * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
190 * platform/efl/fast/regions/region-dynamic-after-before-expected.txt:
191 * platform/efl/fast/regions/region-generated-content-before-after-expected.txt:
192 * platform/efl/fast/regions/text-region-split-small-pagination-expected.png: Removed.
193 * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Removed.
194 * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
195 * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
196 * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
197 * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
198 * platform/efl/fast/repaint/region-painting-invalidation-expected.png: Removed.
199 * platform/efl/fast/repaint/region-painting-invalidation-expected.txt: Removed.
200 * platform/efl/fast/repaint/region-painting-via-layout-expected.png: Removed.
201 * platform/efl/fast/repaint/region-painting-via-layout-expected.txt: Removed.
202 * platform/gtk/TestExpectations:
203 * platform/gtk/fast/regions/autoheight-regions-mark-expected.png: Removed.
204 * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt: Removed.
205 * platform/gtk/fast/regions/flow-content-basic-expected.png: Removed.
206 * platform/gtk/fast/regions/flow-content-basic-expected.txt: Removed.
207 * platform/gtk/fast/regions/flow-content-basic-vertical-expected.png: Removed.
208 * platform/gtk/fast/regions/flow-content-basic-vertical-expected.txt: Removed.
209 * platform/gtk/fast/regions/flow-content-basic-vertical-rl-expected.png: Removed.
210 * platform/gtk/fast/regions/flow-content-basic-vertical-rl-expected.txt: Removed.
211 * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.png: Removed.
212 * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
213 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
214 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
215 * platform/gtk/fast/regions/region-dynamic-after-before-expected.txt:
216 * platform/gtk/fast/regions/region-generated-content-before-after-expected.txt:
217 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.png: Removed.
218 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Removed.
219 * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
220 * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
221 * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
222 * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
223 * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
224 * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
225 * platform/gtk/fast/repaint/region-painting-invalidation-expected.png: Removed.
226 * platform/gtk/fast/repaint/region-painting-invalidation-expected.txt: Removed.
227 * platform/gtk/fast/repaint/region-painting-via-layout-expected.png: Removed.
228 * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt: Removed.
229 * platform/mac-lion/TestExpectations:
230 * platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
231 * platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
232 * platform/mac-wk2/TestExpectations:
233 * platform/mac/fast/regions/flow-content-basic-expected.png: Removed.
234 * platform/mac/fast/regions/flow-content-basic-expected.txt: Removed.
235 * platform/mac/fast/regions/flow-content-basic-vertical-expected.png: Removed.
236 * platform/mac/fast/regions/flow-content-basic-vertical-expected.txt: Removed.
237 * platform/mac/fast/regions/flow-content-basic-vertical-rl-expected.png: Removed.
238 * platform/mac/fast/regions/flow-content-basic-vertical-rl-expected.txt: Removed.
239 * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
240 * platform/mac/fast/regions/region-dynamic-after-before-expected.txt:
241 * platform/mac/fast/regions/region-generated-content-before-after-expected.txt:
242 * platform/mac/fast/regions/text-region-split-small-pagination-expected.txt:
243 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
244 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
245 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
246 * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
247 * platform/mac/fast/repaint/region-painting-invalidation-expected.txt:
248 * platform/qt-wk2/TestExpectations:
249 * platform/qt-wk2/fast/regions/flow-content-basic-expected.png: Removed.
250 * platform/qt-wk2/fast/regions/flow-content-basic-vertical-expected.png: Removed.
251 * platform/qt-wk2/fast/regions/flow-content-basic-vertical-rl-expected.png: Removed.
252 * platform/qt-wk2/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
253 * platform/qt-wk2/fast/regions/text-region-split-small-pagination-expected.png: Removed.
254 * platform/qt-wk2/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
255 * platform/qt-wk2/fast/repaint/region-painting-invalidation-expected.png: Removed.
256 * platform/qt-wk2/fast/repaint/region-painting-invalidation-expected.txt: Removed.
257 * platform/qt-wk2/fast/repaint/region-painting-via-layout-expected.png: Removed.
258 * platform/qt/TestExpectations:
259 * platform/qt/fast/regions/autoheight-regions-mark-expected.png: Removed.
260 * platform/qt/fast/regions/autoheight-regions-mark-expected.txt: Removed.
261 * platform/qt/fast/regions/flow-content-basic-expected.png: Removed.
262 * platform/qt/fast/regions/flow-content-basic-expected.txt: Removed.
263 * platform/qt/fast/regions/flow-content-basic-vertical-expected.png: Removed.
264 * platform/qt/fast/regions/flow-content-basic-vertical-expected.txt: Removed.
265 * platform/qt/fast/regions/flow-content-basic-vertical-rl-expected.png: Removed.
266 * platform/qt/fast/regions/flow-content-basic-vertical-rl-expected.txt: Removed.
267 * platform/qt/fast/regions/flows-dependency-dynamic-remove-expected.png: Removed.
268 * platform/qt/fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
269 * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
270 * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
271 * platform/qt/fast/regions/text-region-split-small-pagination-expected.png: Removed.
272 * platform/qt/fast/regions/text-region-split-small-pagination-expected.txt: Removed.
273 * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
274 * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
275 * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
276 * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
277 * platform/qt/fast/repaint/region-painting-invalidation-expected.png: Removed.
278 * platform/qt/fast/repaint/region-painting-invalidation-expected.txt: Removed.
279 * platform/qt/fast/repaint/region-painting-via-layout-expected.png: Removed.
280 * platform/qt/fast/repaint/region-painting-via-layout-expected.txt: Removed.
281 * platform/win/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
282 * platform/win/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
284 2013-10-02 Renata Hodovan <reni@webkit.org>
286 HTML listbox is not resized horizontally when zooming
287 https://bugs.webkit.org/show_bug.cgi?id=20445
289 Reviewed by Darin Adler.
291 A test with a zoomed listbox is added to check whether the styleChange is catched.
293 * fast/transforms/listbox-zoom.html: Added.
294 * fast/transforms/listbox-zoom-expected.txt: Added.
296 2013-10-01 Santosh Mahto <santosh.ma@samsung.com>
298 contenteditable justify commands applied to next paragraph as well
299 https://bugs.webkit.org/show_bug.cgi?id=90611
301 Reviewed by Ryosuke Niwa.
303 Added a test for selecting one paragraph and the beginning of another
304 paragraph to ensure that only the first fully-selected paragraph should
305 be justified when justifying the selection.
307 * editing/execCommand/align-in-span-expected.txt: Updated.
308 * editing/execCommand/contenteditable-justify-next-paragraph-expected.txt: Added.
309 * editing/execCommand/contenteditable-justify-next-paragraph.html: Added.
311 2013-10-01 Alexey Proskuryakov <ap@apple.com>
313 Flaky Test: media/media-element-play-after-eos.html
314 https://bugs.webkit.org/show_bug.cgi?id=115048
316 * platform/mac/TestExpectations: Marking as such.
318 2013-10-01 Filip Pizlo <fpizlo@apple.com>
320 REGRESSION(156464): 50% regression on SunSpider/string-fasta
321 https://bugs.webkit.org/show_bug.cgi?id=122202
323 Unreviewed, roll out r156464.
325 * js/destructuring-assignment-expected.txt: Removed.
326 * js/destructuring-assignment.html: Removed.
327 * js/mozilla/strict/13.1-expected.txt:
328 * js/mozilla/strict/regress-532254-expected.txt:
329 * js/mozilla/strict/script-tests/13.1.js:
330 * js/regress/destructuring-arguments-expected.txt: Removed.
331 * js/regress/destructuring-arguments-length-expected.txt: Removed.
332 * js/regress/destructuring-arguments-length.html: Removed.
333 * js/regress/destructuring-arguments.html: Removed.
334 * js/regress/destructuring-swap-expected.txt: Removed.
335 * js/regress/destructuring-swap.html: Removed.
336 * js/regress/script-tests/destructuring-arguments-length.js: Removed.
337 * js/regress/script-tests/destructuring-arguments.js: Removed.
338 * js/regress/script-tests/destructuring-swap.js: Removed.
339 * js/script-tests/destructuring-assignment.js: Removed.
340 * sputnik/Conformance/13_Function_Definition/S13_A5.html:
342 2013-10-01 Tim Horton <timothy_horton@apple.com>
344 Tiled drawing GraphicsLayer tree dumps should match non-tiled more closely
345 https://bugs.webkit.org/show_bug.cgi?id=122172
347 Reviewed by Anders Carlsson.
349 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt:
350 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
351 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
352 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
353 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
354 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
355 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
356 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
357 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
358 * platform/mac-wk2/tiled-drawing/sticky/sticky-layers-expected.txt:
359 * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
360 * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
361 * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
362 * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
363 * platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
364 * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
365 * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt:
366 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
367 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
368 * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
369 Rebaseline some tests given these changes.
371 2013-10-01 Joone Hur <joone.hur@intel.com>
373 Quirksmode: CSS1: WebKit fails dynamic :first-letter test
374 https://bugs.webkit.org/show_bug.cgi?id=15602
376 Reviewed by David Hyatt.
378 Add a test case that ensures that CSS first-letter property should work
379 properly when the first letter is changed by DOM scripting.
381 * fast/css/first-letter-block-change.html: Added.
382 * platform/efl/TestExpectations:
383 * platform/gtk-wk1/fast/css/first-letter-block-change-expected.png: Added.
384 * platform/gtk-wk2/fast/css/first-letter-block-change-expected.png: Added.
385 * platform/gtk/fast/css/first-letter-block-change-expected.txt: Added.
386 * platform/mac/TestExpectations:
388 2013-10-01 Brent Fulgham <bfulgham@apple.com>
390 [Win] Unreviewed gardening.
392 * platform/win/TestExpectations: Update TestExpectations for two crashes that were not
393 previously logged, one image-only failure, another broken test due to the media changes.
395 2013-10-01 Roger Fong <roger_fong@apple.com>
397 [Windows] Unreviewed gardening. Skip fast/events/drag-and-drop-autoscroll-inner-frame.html.
399 Drag and drop does not work on Windows DRT.
401 * platform/win/TestExpectations:
403 2013-10-01 Brent Fulgham <bfulgham@apple.com>
405 [Win] Unreviewed build fix after r156730.
406 https://bugs.webkit.org/show_bug.cgi?id=122021
408 * platform/win/TestExpectations: Disable a number of tests broken by the switch to the new
409 CSS/JS-based media controls.
411 2013-10-01 Alexey Proskuryakov <ap@apple.com>
413 fast/forms/search-event-delay.html is flakey
414 https://bugs.webkit.org/show_bug.cgi?id=53990
416 * TestExpectations: Marking as such.
418 2013-10-01 Commit Queue <commit-queue@webkit.org>
420 Unreviewed, rolling out r156725.
421 http://trac.webkit.org/changeset/156725
422 https://bugs.webkit.org/show_bug.cgi?id=122176
424 broke all the mismatch tests again (Requested by thorton on
427 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Removed.
428 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html: Removed.
430 2013-10-01 Tim Horton <timothy_horton@apple.com>
432 [wk2] WebKitTestRunner's window snapshots are blank with tiled drawing
433 https://bugs.webkit.org/show_bug.cgi?id=122006
434 <rdar://problem/15095197>
436 Reviewed by Dean Jackson.
438 Add a test that ensures that WebKitTestRunner's snapshots are not
439 completely blank with tiled drawing enabled.
441 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Added.
442 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html: Added.
444 2013-09-30 Jer Noble <jer.noble@apple.com>
446 [Mac] Add support for VideoTrack to MediaPlayerPrivateAVFObjC
447 https://bugs.webkit.org/show_bug.cgi?id=122122
449 Reviewed by Eric Carlson.
451 * media/track/video-track-expected.txt: Added.
452 * media/track/video-track.html: Added.
454 2013-10-01 Myles C. Maxfield <mmaxfield@apple.com>
456 Center misspelling dots across width of word
457 https://bugs.webkit.org/show_bug.cgi?id=122046
459 Reviewed by Darin Adler.
461 This patch only rebaselines a single test. I would have rebaselined
462 the rest of the tests, but they seem to be affected by
463 webkit.org/b/122146. I don't want to commit incorrect expected results.
465 * platform/mac/editing/spelling/spelling-expected.png:
467 2013-10-01 Brendan Long <b.long@cablelabs.com>
469 [GStreamer] Support "chapter" text tracks
470 https://bugs.webkit.org/show_bug.cgi?id=122000
472 Reviewed by Eric Carlson.
474 * media/content/counting-subtitled-srt.mkv: Added chapters metadata.
475 * media/track/in-band/track-in-band-mkv-chapters-expected.txt: New test, similar to cues-added-one, but uses "chapters" track.
476 * media/track/in-band/track-in-band-mkv-chapters.html: Same.
477 * media/in-band-cues.js: Updated tests to handle the new "chapters" track.
478 * media/track/in-band/track-in-band-kate-ogg-cues-added-once-expected.txt: Same.
479 * media/track/in-band/track-in-band-kate-ogg-cues-added-once.html: Same.
480 * media/track/in-band/track-in-band-kate-ogg-mode-expected.txt: Same.
481 * media/track/in-band/track-in-band-kate-ogg-mode.html: Same.
482 * media/track/in-band/track-in-band-kate-ogg-style-expected.txt: Same.
483 * media/track/in-band/track-in-band-kate-ogg-track-order-expected.txt: Same.
484 * media/track/in-band/track-in-band-kate-ogg-track-order.html: Same.
485 * media/track/in-band/track-in-band-srt-mkv-cues-added-once-expected.txt: Same.
486 * media/track/in-band/track-in-band-srt-mkv-cues-added-once.html: Same.
487 * media/track/in-band/track-in-band-srt-mkv-kind-expected.txt: Same.
488 * media/track/in-band/track-in-band-srt-mkv-kind.html: Same.
489 * media/track/in-band/track-in-band-srt-mkv-language-expected.txt: Same.
490 * media/track/in-band/track-in-band-srt-mkv-language.html: Same.
491 * media/track/in-band/track-in-band-srt-mkv-mode-expected.txt: Same.
492 * media/track/in-band/track-in-band-srt-mkv-mode.html: Same.
493 * media/track/in-band/track-in-band-srt-mkv-style-expected.txt: Same.
494 * media/track/in-band/track-in-band-srt-mkv-track-order-expected.txt: Same.
495 * media/track/in-band/track-in-band-srt-mkv-track-order.html: Same.
497 2013-10-01 Darin Adler <darin@apple.com>
499 Try to get another Windows test to pass.
501 * platform/win/js/dom/global-constructors-attributes-expected.txt: Removed one
502 more class (Notification) for a feature turned off for the Windows platform.
504 2013-10-01 Darin Adler <darin@apple.com>
506 Try to get another Windows test to pass.
508 * platform/win/js/dom/global-constructors-attributes-expected.txt: Added.
509 Copy of the platform-independent results file, with items deleted for features
510 that are currently turned off for the Windows platform.
512 2013-10-01 Zan Dobersek <zdobersek@igalia.com>
514 Unreviewed GTK gardening. Adding failure expectations for currently failing tests.
516 * platform/gtk/TestExpectations:
518 2013-10-01 Darin Adler <darin@apple.com>
520 Move platform-specific test results from js to js/dom to match moves in r156066.
522 I see multiple check-ins with people doing this for some files, but these seem to have been missed.
523 Maybe some of these are unneeded and can be removed.
525 My hope is that this might help with some failures seen on the Windows bot.
527 * platform/blackberry/js/dom/constructor-length-expected.txt: Renamed from LayoutTests/platform/blackberry/js/constructor-length-expected.txt.
528 * platform/efl/js/dom/constructor-length-expected.txt: Renamed from LayoutTests/platform/efl/js/constructor-length-expected.txt.
529 * platform/efl/js/dom/dom-static-property-for-in-iteration-expected.txt: Renamed from LayoutTests/platform/efl/js/dom-static-property-for-in-iteration-expected.txt.
530 * platform/efl/js/dom/exception-linenums-in-html-3-expected.png: Renamed from LayoutTests/platform/efl/js/exception-linenums-in-html-3-expected.png.
531 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Renamed from LayoutTests/platform/efl/js/global-constructors-attributes-dedicated-worker-expected.txt.
532 * platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt: Renamed from LayoutTests/platform/efl/js/global-constructors-attributes-shared-worker-expected.txt.
533 * platform/efl/js/dom/missing-style-end-tag-js-expected.png: Renamed from LayoutTests/platform/efl/js/missing-style-end-tag-js-expected.png.
534 * platform/efl/js/dom/missing-title-end-tag-js-expected.png: Renamed from LayoutTests/platform/efl/js/missing-title-end-tag-js-expected.png.
535 * platform/gtk/js/dom/constructor-length-expected.txt: Renamed from LayoutTests/platform/gtk/js/constructor-length-expected.txt.
536 * platform/gtk/js/dom/exception-linenums-in-html-3-expected.png: Renamed from LayoutTests/platform/gtk/js/exception-linenums-in-html-3-expected.png.
537 * platform/gtk/js/dom/missing-style-end-tag-js-expected.png: Renamed from LayoutTests/platform/gtk/js/missing-style-end-tag-js-expected.png.
538 * platform/gtk/js/dom/missing-title-end-tag-js-expected.png: Renamed from LayoutTests/platform/gtk/js/missing-title-end-tag-js-expected.png.
539 * platform/mac/js/dom/exception-linenums-in-html-3-expected.png: Renamed from LayoutTests/platform/mac/js/exception-linenums-in-html-3-expected.png.
540 * platform/mac/js/dom/missing-style-end-tag-js-expected.png: Renamed from LayoutTests/platform/mac/js/missing-style-end-tag-js-expected.png.
541 * platform/mac/js/dom/missing-title-end-tag-js-expected.png: Renamed from LayoutTests/platform/mac/js/missing-title-end-tag-js-expected.png.
542 * platform/qt/js/dom/constructor-length-expected.txt: Renamed from LayoutTests/platform/qt/js/constructor-length-expected.txt.
543 * platform/qt/js/dom/date-DST-time-cusps-expected.txt: Renamed from LayoutTests/platform/qt/js/date-DST-time-cusps-expected.txt.
544 * platform/qt/js/dom/dom-static-property-for-in-iteration-expected.txt: Renamed from LayoutTests/platform/qt/js/dom-static-property-for-in-iteration-expected.txt.
545 * platform/qt/js/dom/exception-linenums-in-html-3-expected.png: Renamed from LayoutTests/platform/qt/js/exception-linenums-in-html-3-expected.png.
546 * platform/qt/js/dom/missing-style-end-tag-js-expected.png: Renamed from LayoutTests/platform/qt/js/missing-style-end-tag-js-expected.png.
547 * platform/qt/js/dom/missing-title-end-tag-js-expected.png: Renamed from LayoutTests/platform/qt/js/missing-title-end-tag-js-expected.png.
548 * platform/qt/js/dom/switch-behaviour-expected.txt: Renamed from LayoutTests/platform/qt/js/switch-behaviour-expected.txt.
549 * platform/win/js/dom/dom-static-property-for-in-iteration-expected.txt: Renamed from LayoutTests/platform/win/js/dom-static-property-for-in-iteration-expected.txt.
550 * platform/win/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Renamed from LayoutTests/platform/win/js/global-constructors-attributes-dedicated-worker-expected.txt.
551 * platform/win/js/dom/global-constructors-attributes-shared-worker-expected.txt: Renamed from LayoutTests/platform/win/js/global-constructors-attributes-shared-worker-expected.txt.
553 2013-10-01 Zan Dobersek <zdobersek@igalia.com>
555 Unreviewed GTK gardening. Rebaselining after r156527, moving baselines specific to GTK WK1
556 under the platform/gtk-wk1 directory.
558 * platform/gtk-wk1/js: Added.
559 * platform/gtk-wk1/js/dom: Added.
560 * platform/gtk-wk1/js/dom/function-length-expected.txt: Added.
561 * platform/gtk-wk1/scrollingcoordinator: Added.
562 * platform/gtk-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
563 * platform/gtk-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
564 * platform/gtk/js/dom/function-length-expected.txt: Removed.
565 * platform/gtk/scrollingcoordinator: Removed.
566 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Removed.
567 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Removed.
568 * platform/gtk/svg/custom/SVGPoint-matrixTransform-expected.txt:
569 * platform/gtk/svg/custom/getTransformToElement-expected.txt:
570 * platform/gtk/svg/custom/text-ctm-expected.txt:
571 * platform/gtk/svg/custom/text-hit-test-expected.txt:
572 * platform/gtk/svg/text/append-text-node-to-tspan-expected.txt:
574 2013-09-30 Alexey Proskuryakov <ap@apple.com>
576 Layout Test media/click-volume-bar-not-pausing.html is flaky
577 https://bugs.webkit.org/show_bug.cgi?id=122126
579 Reviewed by Darin Adler.
581 Speculative partial fix.
583 I'm not sure if it's possible to make this test completely controlled without
584 DOMFrameContentLoaded support - we need to do work when the <video> element is
585 already present, but playback hasn't started yet. As media documents use autoplay,
586 there is a race between load and playing events.
588 * media/click-volume-bar-not-pausing-expected.txt:
589 * media/click-volume-bar-not-pausing.html:
590 - Add video URL after initial content fully loads to avoid races with that.
591 - Added some state logging for clarity.
592 - Only listen for "playing" event once. If playback already started, we have a
593 playing event already queued, and would add another one with pause()/play().
595 2013-09-30 Sam White <samuel_white@apple.com>
597 AX: Expose ARIA Busy Notifications
598 https://bugs.webkit.org/show_bug.cgi?id=121451
600 Reviewed by Chris Fleizach.
602 Added test to verify that elements post AXElementBusyChanged notifications when aria-busy is toggled.
604 * platform/mac/accessibility/element-busy-changed-expected.txt: Added.
605 * platform/mac/accessibility/element-busy-changed.html: Added.
607 2013-09-30 Sam Weinig <sam@webkit.org>
609 Remove support for DOMFileSystem
610 https://bugs.webkit.org/show_bug.cgi?id=122137
612 Reviewed by Anders Carlsson.
614 * fast/dom/MutationObserver/filesystem-callback-delivery-expected.txt: Removed.
615 * fast/dom/MutationObserver/filesystem-callback-delivery.html: Removed.
616 * fast/filesystem: Removed.
617 * fast/filesystem/async-operations-expected.txt: Removed.
618 * fast/filesystem/async-operations.html: Removed.
619 * fast/filesystem/cross-filesystem-op-expected.txt: Removed.
620 * fast/filesystem/cross-filesystem-op.html: Removed.
621 * fast/filesystem/directory-entry-to-uri-expected.txt: Removed.
622 * fast/filesystem/directory-entry-to-uri.html: Removed.
623 * fast/filesystem/entry-points-missing-arguments-expected.txt: Removed.
624 * fast/filesystem/entry-points-missing-arguments.html: Removed.
625 * fast/filesystem/file-after-reload-crash-expected.txt: Removed.
626 * fast/filesystem/file-after-reload-crash.html: Removed.
627 * fast/filesystem/file-entry-to-uri-expected.txt: Removed.
628 * fast/filesystem/file-entry-to-uri.html: Removed.
629 * fast/filesystem/file-from-file-entry-expected.txt: Removed.
630 * fast/filesystem/file-from-file-entry.html: Removed.
631 * fast/filesystem/file-metadata-after-write-expected.txt: Removed.
632 * fast/filesystem/file-metadata-after-write.html: Removed.
633 * fast/filesystem/file-writer-abort-continue-expected.txt: Removed.
634 * fast/filesystem/file-writer-abort-continue.html: Removed.
635 * fast/filesystem/file-writer-abort-depth-expected.txt: Removed.
636 * fast/filesystem/file-writer-abort-depth.html: Removed.
637 * fast/filesystem/file-writer-abort-expected.txt: Removed.
638 * fast/filesystem/file-writer-abort.html: Removed.
639 * fast/filesystem/file-writer-empty-blob-expected.txt: Removed.
640 * fast/filesystem/file-writer-empty-blob.html: Removed.
641 * fast/filesystem/file-writer-events-expected.txt: Removed.
642 * fast/filesystem/file-writer-events.html: Removed.
643 * fast/filesystem/file-writer-gc-blob-expected.txt: Removed.
644 * fast/filesystem/file-writer-gc-blob.html: Removed.
645 * fast/filesystem/file-writer-truncate-extend-expected.txt: Removed.
646 * fast/filesystem/file-writer-truncate-extend.html: Removed.
647 * fast/filesystem/file-writer-write-overlapped-expected.txt: Removed.
648 * fast/filesystem/file-writer-write-overlapped.html: Removed.
649 * fast/filesystem/filesystem-missing-arguments-expected.txt: Removed.
650 * fast/filesystem/filesystem-missing-arguments.html: Removed.
651 * fast/filesystem/filesystem-no-callback-null-ptr-crash-expected.txt: Removed.
652 * fast/filesystem/filesystem-no-callback-null-ptr-crash.html: Removed.
653 * fast/filesystem/filesystem-reference-expected.txt: Removed.
654 * fast/filesystem/filesystem-reference.html: Removed.
655 * fast/filesystem/filesystem-unserializable-expected.txt: Removed.
656 * fast/filesystem/filesystem-unserializable.html: Removed.
657 * fast/filesystem/filesystem-uri-origin-expected.txt: Removed.
658 * fast/filesystem/filesystem-uri-origin.html: Removed.
659 * fast/filesystem/flags-passing-expected.txt: Removed.
660 * fast/filesystem/flags-passing.html: Removed.
661 * fast/filesystem/input-access-entries-expected.txt: Removed.
662 * fast/filesystem/input-access-entries.html: Removed.
663 * fast/filesystem/not-enough-arguments-expected.txt: Removed.
664 * fast/filesystem/not-enough-arguments.html: Removed.
665 * fast/filesystem/op-copy-expected.txt: Removed.
666 * fast/filesystem/op-copy.html: Removed.
667 * fast/filesystem/op-get-entry-expected.txt: Removed.
668 * fast/filesystem/op-get-entry.html: Removed.
669 * fast/filesystem/op-get-metadata-expected.txt: Removed.
670 * fast/filesystem/op-get-metadata.html: Removed.
671 * fast/filesystem/op-get-parent-expected.txt: Removed.
672 * fast/filesystem/op-get-parent.html: Removed.
673 * fast/filesystem/op-move-expected.txt: Removed.
674 * fast/filesystem/op-move.html: Removed.
675 * fast/filesystem/op-read-directory-expected.txt: Removed.
676 * fast/filesystem/op-read-directory.html: Removed.
677 * fast/filesystem/op-remove-expected.txt: Removed.
678 * fast/filesystem/op-remove.html: Removed.
679 * fast/filesystem/op-restricted-chars-expected.txt: Removed.
680 * fast/filesystem/op-restricted-chars.html: Removed.
681 * fast/filesystem/op-restricted-names-expected.txt: Removed.
682 * fast/filesystem/op-restricted-names.html: Removed.
683 * fast/filesystem/op-restricted-unicode-expected.txt: Removed.
684 * fast/filesystem/op-restricted-unicode.html: Removed.
685 * fast/filesystem/read-directory-expected.txt: Removed.
686 * fast/filesystem/read-directory.html: Removed.
687 * fast/filesystem/resources: Removed.
688 * fast/filesystem/resources/async-operations.js: Removed.
689 * fast/filesystem/resources/directory-entry-to-uri.js: Removed.
690 * fast/filesystem/resources/file-entry-to-uri-sync.js: Removed.
691 * fast/filesystem/resources/file-entry-to-uri.js: Removed.
692 * fast/filesystem/resources/file-from-file-entry-sync.js: Removed.
693 * fast/filesystem/resources/file-from-file-entry.js: Removed.
694 * fast/filesystem/resources/file-writer-abort-continue.js: Removed.
695 * fast/filesystem/resources/file-writer-abort-depth.js: Removed.
696 * fast/filesystem/resources/file-writer-abort.js: Removed.
697 * fast/filesystem/resources/file-writer-empty-blob.js: Removed.
698 * fast/filesystem/resources/file-writer-events.js: Removed.
699 * fast/filesystem/resources/file-writer-gc-blob.js: Removed.
700 * fast/filesystem/resources/file-writer-sync-truncate-extend.js: Removed.
701 * fast/filesystem/resources/file-writer-sync-write-overlapped.js: Removed.
702 * fast/filesystem/resources/file-writer-truncate-extend.js: Removed.
703 * fast/filesystem/resources/file-writer-utils.js: Removed.
704 * fast/filesystem/resources/file-writer-write-overlapped.js: Removed.
705 * fast/filesystem/resources/fs-test-util.js: Removed.
706 * fast/filesystem/resources/fs-worker-common.js: Removed.
707 * fast/filesystem/resources/op-copy.js: Removed.
708 * fast/filesystem/resources/op-get-entry.js: Removed.
709 * fast/filesystem/resources/op-get-metadata.js: Removed.
710 * fast/filesystem/resources/op-get-parent.js: Removed.
711 * fast/filesystem/resources/op-move.js: Removed.
712 * fast/filesystem/resources/op-read-directory.js: Removed.
713 * fast/filesystem/resources/op-remove.js: Removed.
714 * fast/filesystem/resources/op-restricted-chars.js: Removed.
715 * fast/filesystem/resources/op-restricted-names.js: Removed.
716 * fast/filesystem/resources/op-restricted-unicode.js: Removed.
717 * fast/filesystem/resources/op-tests-helper.js: Removed.
718 * fast/filesystem/resources/shared-worker-stub.js: Removed.
719 * fast/filesystem/resources/simple-persistent-sync.js: Removed.
720 * fast/filesystem/resources/simple-persistent.js: Removed.
721 * fast/filesystem/resources/simple-readonly.js: Removed.
722 * fast/filesystem/resources/simple-required-arguments-getdirectory.js: Removed.
723 * fast/filesystem/resources/simple-required-arguments-getfile.js: Removed.
724 * fast/filesystem/resources/simple-required-arguments-getmetadata.js: Removed.
725 * fast/filesystem/resources/simple-required-arguments-remove.js: Removed.
726 * fast/filesystem/resources/simple-temporary-sync.js: Removed.
727 * fast/filesystem/resources/simple-temporary.js: Removed.
728 * fast/filesystem/resources/sync-operations.js: Removed.
729 * fast/filesystem/script-tests: Removed.
730 * fast/filesystem/script-tests/TEMPLATE.html: Removed.
731 * fast/filesystem/script-tests/filesystem-reference.js: Removed.
732 * fast/filesystem/script-tests/filesystem-unserializable.js: Removed.
733 * fast/filesystem/script-tests/flags-passing.js: Removed.
734 * fast/filesystem/script-tests/read-directory.js: Removed.
735 * fast/filesystem/simple-persistent-expected.txt: Removed.
736 * fast/filesystem/simple-persistent.html: Removed.
737 * fast/filesystem/simple-readonly-expected.txt: Removed.
738 * fast/filesystem/simple-readonly-file-object-expected.txt: Removed.
739 * fast/filesystem/simple-readonly-file-object.html: Removed.
740 * fast/filesystem/simple-readonly.html: Removed.
741 * fast/filesystem/simple-required-arguments-getdirectory-expected.txt: Removed.
742 * fast/filesystem/simple-required-arguments-getdirectory.html: Removed.
743 * fast/filesystem/simple-required-arguments-getfile-expected.txt: Removed.
744 * fast/filesystem/simple-required-arguments-getfile.html: Removed.
745 * fast/filesystem/simple-required-arguments-getmetadata-expected.txt: Removed.
746 * fast/filesystem/simple-required-arguments-getmetadata.html: Removed.
747 * fast/filesystem/simple-required-arguments-remove-expected.txt: Removed.
748 * fast/filesystem/simple-required-arguments-remove.html: Removed.
749 * fast/filesystem/simple-temporary-expected.txt: Removed.
750 * fast/filesystem/simple-temporary.html: Removed.
751 * fast/filesystem/workers: Removed.
752 * fast/filesystem/workers/async-operations-expected.txt: Removed.
753 * fast/filesystem/workers/async-operations.html: Removed.
754 * fast/filesystem/workers/detached-frame-crash-expected.txt: Removed.
755 * fast/filesystem/workers/detached-frame-crash.html: Removed.
756 * fast/filesystem/workers/file-entry-to-uri-sync-expected.txt: Removed.
757 * fast/filesystem/workers/file-entry-to-uri-sync.html: Removed.
758 * fast/filesystem/workers/file-from-file-entry-expected.txt: Removed.
759 * fast/filesystem/workers/file-from-file-entry-sync-expected.txt: Removed.
760 * fast/filesystem/workers/file-from-file-entry-sync.html: Removed.
761 * fast/filesystem/workers/file-from-file-entry.html: Removed.
762 * fast/filesystem/workers/file-writer-empty-blob-expected.txt: Removed.
763 * fast/filesystem/workers/file-writer-empty-blob.html: Removed.
764 * fast/filesystem/workers/file-writer-events-expected.txt: Removed.
765 * fast/filesystem/workers/file-writer-events-shared-worker-expected.txt: Removed.
766 * fast/filesystem/workers/file-writer-events-shared-worker.html: Removed.
767 * fast/filesystem/workers/file-writer-events.html: Removed.
768 * fast/filesystem/workers/file-writer-gc-blob-expected.txt: Removed.
769 * fast/filesystem/workers/file-writer-gc-blob.html: Removed.
770 * fast/filesystem/workers/file-writer-sync-truncate-extend-expected.txt: Removed.
771 * fast/filesystem/workers/file-writer-sync-truncate-extend.html: Removed.
772 * fast/filesystem/workers/file-writer-sync-write-overlapped-expected.txt: Removed.
773 * fast/filesystem/workers/file-writer-sync-write-overlapped.html: Removed.
774 * fast/filesystem/workers/file-writer-truncate-extend-expected.txt: Removed.
775 * fast/filesystem/workers/file-writer-truncate-extend.html: Removed.
776 * fast/filesystem/workers/file-writer-write-overlapped-expected.txt: Removed.
777 * fast/filesystem/workers/file-writer-write-overlapped.html: Removed.
778 * fast/filesystem/workers/resources: Removed.
779 * fast/filesystem/workers/resources/detached-frame-crash-frame.html: Removed.
780 * fast/filesystem/workers/resources/detached-frame-crash-worker.js: Removed.
781 * fast/filesystem/workers/simple-persistent-expected.txt: Removed.
782 * fast/filesystem/workers/simple-persistent-sync-expected.txt: Removed.
783 * fast/filesystem/workers/simple-persistent-sync.html: Removed.
784 * fast/filesystem/workers/simple-persistent.html: Removed.
785 * fast/filesystem/workers/simple-temporary-expected.txt: Removed.
786 * fast/filesystem/workers/simple-temporary-sync-expected.txt: Removed.
787 * fast/filesystem/workers/simple-temporary-sync.html: Removed.
788 * fast/filesystem/workers/simple-temporary.html: Removed.
789 * fast/filesystem/workers/sync-operations-expected.txt: Removed.
790 * fast/filesystem/workers/sync-operations.html: Removed.
791 * fast/forms/file/input-file-entries-expected.txt: Removed.
792 * fast/forms/file/input-file-entries.html: Removed.
793 * http/tests/filesystem: Removed.
794 * http/tests/filesystem/no-cache-filesystem-url-expected.txt: Removed.
795 * http/tests/filesystem/no-cache-filesystem-url.html: Removed.
796 * http/tests/filesystem/resolve-uri-expected.txt: Removed.
797 * http/tests/filesystem/resolve-uri.html: Removed.
798 * http/tests/filesystem/resources: Removed.
799 * http/tests/filesystem/resources/fs-test-util.js: Removed.
800 * http/tests/filesystem/resources/fs-worker-common.js: Removed.
801 * http/tests/filesystem/resources/fs-worker-test-util.js: Removed.
802 * http/tests/filesystem/script-tests: Removed.
803 * http/tests/filesystem/script-tests/TEMPLATE.html: Removed.
804 * http/tests/filesystem/script-tests/resolve-uri.js: Removed.
805 * http/tests/filesystem/workers: Removed.
806 * http/tests/filesystem/workers/resolve-url-expected.txt: Removed.
807 * http/tests/filesystem/workers/resolve-url-sync-expected.txt: Removed.
808 * http/tests/filesystem/workers/resolve-url-sync.html: Removed.
809 * http/tests/filesystem/workers/resolve-url.html: Removed.
810 * http/tests/filesystem/workers/script-tests: Removed.
811 * http/tests/filesystem/workers/script-tests/TEMPLATE.html: Removed.
812 * http/tests/filesystem/workers/script-tests/resolve-url-sync.js: Removed.
813 * http/tests/inspector/filesystem: Removed.
814 * http/tests/inspector/filesystem/delete-entry-expected.txt: Removed.
815 * http/tests/inspector/filesystem/delete-entry.html: Removed.
816 * http/tests/inspector/filesystem/directory-tree-expected.txt: Removed.
817 * http/tests/inspector/filesystem/directory-tree.html: Removed.
818 * http/tests/inspector/filesystem/filesystem-test.js: Removed.
819 * http/tests/inspector/filesystem/request-directory-content-expected.txt: Removed.
820 * http/tests/inspector/filesystem/request-directory-content.html: Removed.
821 * http/tests/inspector/filesystem/request-file-content-expected.txt: Removed.
822 * http/tests/inspector/filesystem/request-file-content.html: Removed.
823 * http/tests/inspector/filesystem/request-filesystem-root-expected.txt: Removed.
824 * http/tests/inspector/filesystem/request-filesystem-root.html: Removed.
825 * http/tests/inspector/filesystem/request-metadata-expected.txt: Removed.
826 * http/tests/inspector/filesystem/request-metadata.html: Removed.
827 * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self-expected.txt: Removed.
828 * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html: Removed.
829 * http/tests/security/filesystem-iframe-from-remote-expected.txt: Removed.
830 * http/tests/security/filesystem-iframe-from-remote.html: Removed.
831 * http/tests/security/mixedContent/filesystem-url-in-iframe-expected.txt: Removed.
832 * http/tests/security/mixedContent/filesystem-url-in-iframe.html: Removed.
833 * http/tests/websocket/tests/hybi/send-file-blob-expected.txt: Removed.
834 * http/tests/websocket/tests/hybi/send-file-blob-fail-expected.txt: Removed.
835 * http/tests/websocket/tests/hybi/send-file-blob-fail.html: Removed.
836 * http/tests/websocket/tests/hybi/send-file-blob.html: Removed.
837 * http/tests/workers/resources/sync-operations.js:
839 * http/tests/workers/terminate-during-sync-operation-expected.txt: Removed.
840 * http/tests/workers/terminate-during-sync-operation.html: Removed.
841 * platform/efl/TestExpectations:
842 * platform/gtk/TestExpectations:
843 * platform/mac/TestExpectations:
844 * platform/qt/TestExpectations:
845 * platform/win/TestExpectations:
846 * platform/wincairo/TestExpectations:
848 2013-09-30 Alexey Proskuryakov <ap@apple.com>
850 Remove timeout from shouldBecome* functions in js-test-pre
851 https://bugs.webkit.org/show_bug.cgi?id=122121
853 Reviewed by Ryosuke Niwa.
855 Removed timeout. A 0.5 sec timeout never makes sense, and if something is stuck,
856 a test should just time out normally.
858 * resources/js-test-pre.js:
861 (shouldBecomeEqualToString):
862 (shouldBecomeDifferent):
864 2013-09-30 Jer Noble <jer.noble@apple.com>
866 Unreviewed, roll back in r156546 with rebaselined tests.
867 https://bugs.webkit.org/show_bug.cgi?id=122111
869 * platform/mac/TestExpectations:
870 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.png:
871 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
872 * platform/mac/fast/layers/video-layer-expected.png:
873 * platform/mac/fast/layers/video-layer-expected.txt:
874 * platform/mac/media/media-controls-clone-expected.png:
875 * platform/mac/media/media-controls-clone-expected.txt:
876 * platform/mac/media/video-no-audio-expected.txt:
878 2013-09-30 Robert Plociennik <r.plociennik@samsung.com>
880 editing/execCommand/findString-diacriticals.html expects to fail
881 https://bugs.webkit.org/show_bug.cgi?id=122100
883 Reviewed by Alexey Proskuryakov.
885 Since all major platforms pass editing/execCommand/findString-diacriticals.html,
886 the test now globally expects "PASS" instead of "FAIL" rendering the individual
887 platform expectation files obsolete.
889 * editing/execCommand/findString-diacriticals-expected.txt: "PASS" -> "FAIL"
890 * platform/efl/TestExpectations: EFL passes editing/execCommand/findString-diacriticals.
891 * platform/gtk/editing/execCommand/findString-diacriticals-expected.txt: Removed.
892 * platform/mac/editing/execCommand/findString-diacriticals-expected.txt: Removed.
893 * platform/qt/editing/execCommand/findString-diacriticals-expected.txt: Removed.
895 2013-09-30 Commit Queue <commit-queue@webkit.org>
897 Unreviewed, rolling out r156656.
898 http://trac.webkit.org/changeset/156656
899 https://bugs.webkit.org/show_bug.cgi?id=122111
901 Broke several media tests (Requested by ap on #webkit).
903 * platform/mac/TestExpectations:
904 * platform/mac/media/video-no-audio-expected.txt:
906 2013-09-30 Krzysztof Czech <k.czech@samsung.com>
908 [EFL] Changed expectation for accessibility/file-upload-button-stringvalue.html after r156532
909 https://bugs.webkit.org/show_bug.cgi?id=122103
911 Unreviewed EFL gardening.
913 * platform/efl-wk1/TestExpectations: file-upload-button-stringvalue.html fails on efl-wk1.
914 Unskipped accessibility/heading-level.html. It passes after r156551.
915 * platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt:
917 2013-09-27 Jer Noble <jer.noble@apple.com>
919 REGRESSION(r156546): media/video-no-audio.html broken
920 https://bugs.webkit.org/show_bug.cgi?id=122049
922 Reviewed by Eric Carlson.
924 * platform/mac/TestExpectations:
925 * platform/mac/media/video-no-audio-expected.txt:
927 2013-09-27 Jer Noble <jer.noble@apple.com>
929 [Mac] Add AudioTrack support to MediaPlayerPrivateAVFObC.
930 https://bugs.webkit.org/show_bug.cgi?id=122043
932 Reviewed by Eric Carlson.
934 * media/track/audio-track-expected.txt: Added.
935 * media/track/audio-track.html: Added.
937 2013-09-30 Robert Plociennik <r.plociennik@samsung.com>
939 [EFL] Added passing expectation for fast/forms/textarea-metrics.html
940 https://bugs.webkit.org/show_bug.cgi?id=122107
942 Unreviewed EFL gardening.
944 fast/forms/textarea-metrics.html fails in WebKitTestRunner but returns expected
945 results in MiniBrowser. Since GTK uses platform dependent expectation file to
946 migitate this identical discrepancy, the same solution has been applied to EFL.
948 * platform/efl/TestExpectations:
949 * platform/efl/fast/forms/textarea-metrics-expected.txt: Added.
951 2013-09-30 Krzysztof Wolanski <k.wolanski@samsung.com>
953 [EFL] Fix incorrect click counting in EventSenderProxy
954 https://bugs.webkit.org/show_bug.cgi?id=122098
956 Reviewed by Gyuyoung Kim.
958 After fixing EventSenderProxy extend-selection-after-double-click.html runs correctly.
960 * platform/efl/TestExpectations:
962 2013-09-30 Robert Plociennik <r.plociennik@samsung.com>
964 [EFL] Gardening after the resolution of bug 84835
965 https://bugs.webkit.org/show_bug.cgi?id=122096
967 Unreviewed EFL gardening.
969 Removed expected failures for bug 84835.
970 editing/pasteboard/copy-inside-h1-preserves-h1 and
971 editing/pasteboard/copy-without-selection are still failing due to bug 86623
972 and have been marked accordingly.
974 * platform/efl-wk1/TestExpectations:
975 * platform/efl/TestExpectations:
977 2013-09-30 Mario Sanchez Prada <mario.prada@samsung.com>
979 Unreviewed GTK gardening. Two tests are passing in WK2 after r156541.
981 * platform/gtk-wk2/TestExpectations: Removed passing tests.
983 2013-09-30 Krzysztof Czech <k.czech@samsung.com>
985 [EFL] Accessibility tests pass after r156532 and r156551
986 https://bugs.webkit.org/show_bug.cgi?id=122090
988 Unreviewed EFL gardening.
990 * platform/efl-wk2/TestExpectations:
992 2013-09-30 Krzysztof Czech <k.czech@samsung.com>
994 [EFL] New test accessibility/table-with-hidden-head-section.html failing on EFL port
995 https://bugs.webkit.org/show_bug.cgi?id=111850
997 Reviewed by Mario Sanchez Prada.
999 Test passes after r156532.
1001 * platform/efl/TestExpectations:
1003 2013-09-18 Sergio Villar Senin <svillar@igalia.com>
1005 [CSS Grid Layout] Implement the grid-area shorthand
1006 https://bugs.webkit.org/show_bug.cgi?id=103334
1008 Reviewed by Andreas Kling.
1010 From Blink r151684 by <jchaffraix@chromium.org>
1012 * fast/css-grid-layout/grid-item-area-get-set-expected.txt: Added.
1013 * fast/css-grid-layout/grid-item-area-get-set.html: Added.
1015 2013-09-30 Vani Hegde <vani.hegde@samsung.com>
1017 user-select: none cursor turns to I-beam on mouse dragging
1018 https://bugs.webkit.org/show_bug.cgi?id=90159
1020 Reviewed by Ryosuke Niwa.
1022 Test case added to verify that explicitly set cursor style
1023 is retained on performing text selection.
1025 * editing/caret/selection-with-caret-type-progress-expected.txt: Added.
1026 * editing/caret/selection-with-caret-type-progress.html: Added.
1028 2013-09-29 Philip Rogers <pdr@google.com>
1030 Repaint borders and outlines on pseudo content changes
1031 https://bugs.webkit.org/show_bug.cgi?id=122070
1033 Reviewed by Andreas Kling.
1035 * fast/repaint/hover-pseudo-borders.html: Added.
1036 * platform/mac/fast/repaint/hover-pseudo-borders-expected.png: Added.
1037 * platform/mac/fast/repaint/hover-pseudo-borders-expected.txt: Added.
1039 2013-09-29 Zan Dobersek <zdobersek@igalia.com>
1041 Unreviewed GTK gardening. Skip the IndexedDB tests for now as the feature is going
1042 through substantial changes that don't ensure constant proper functionality.
1044 * platform/gtk-wk2/TestExpectations:
1045 * platform/gtk/TestExpectations:
1047 2013-09-28 Gurpreet Kaur <k.gurpreet@samsung.com>
1049 filter: drop-shadow doesnot support viewport units
1050 https://bugs.webkit.org/show_bug.cgi?id=122053
1052 Reviewed by Darin Adler.
1054 * fast/css/drop-shadow-viewport-height-expected-mismatch.html: Added.
1055 * fast/css/drop-shadow-viewport-height.html: Added.
1056 * fast/css/drop-shadow-viewport-vmax-expected-mismatch.html: Added.
1057 * fast/css/drop-shadow-viewport-vmax.html: Added.
1058 * fast/css/drop-shadow-viewport-vmin-expected-mismatch.html: Added.
1059 * fast/css/drop-shadow-viewport-vmin.html: Added.
1060 * fast/css/drop-shadow-viewport-width-expected-mismatch.html: Added.
1061 * fast/css/drop-shadow-viewport-width.html: Added.
1062 Added new tests for verifying that drop-shadow properties are applied
1063 when its values are viewport units.
1065 2013-09-28 Gurpreet Kaur <k.gurpreet@samsung.com>
1067 REGRESSION (r154614): Setting the document scroll position isn't symmetric; can successfully set document.body.scrollTop, but can only read from document.documentElement.scrollTop
1068 https://bugs.webkit.org/show_bug.cgi?id=121876
1070 Reviewed by Darin Adler.
1072 * fast/dom/Element/body-scrollLeft-Quirks-expected.txt: Added.
1073 * fast/dom/Element/body-scrollLeft-Quirks.html: Added.
1074 * fast/dom/Element/body-scrollLeft-expected.txt: Added.
1075 * fast/dom/Element/body-scrollLeft.html: Added.
1076 * fast/dom/Element/body-scrollTop-Quirks-expected.txt: Added.
1077 * fast/dom/Element/body-scrollTop-Quirks.html: Added.
1078 * fast/dom/Element/body-scrollTop-expected.txt: Added.
1079 * fast/dom/Element/body-scrollTop.html: Added.
1080 * fast/dom/Element/documentElement-scrollLeft-Quirks-expected.txt: Added.
1081 * fast/dom/Element/documentElement-scrollLeft-Quirks.html: Added.
1082 * fast/dom/Element/documentElement-scrollLeft-expected.txt: Added.
1083 * fast/dom/Element/documentElement-scrollLeft.html: Added.
1084 * fast/dom/Element/documentElement-scrollTop-Quirks-expected.txt: Added.
1085 * fast/dom/Element/documentElement-scrollTop-Quirks.html: Added.
1086 * fast/dom/Element/documentElement-scrollTop-expected.txt: Added.
1087 * fast/dom/Element/documentElement-scrollTop.html: Added.
1088 Added test cases for verifying that Non-Quirks mode should set
1089 scrolltop/scrollleft through document.documentElement.scrollTop/
1090 document.documentElement.scrollLeft and Quirks mode should set/get
1091 scrolltop/scrollleft through document.body.scrollTop/document.body.scrollLeft.
1093 * fast/multicol/scrolling-overflow.html:
1094 Rebaselining existing tests as per the new behavior. To set
1095 document.body.scrollLeft document to be in Quirks mode.
1097 2013-09-27 Bem Jones-Bey <bjonesbe@adobe.com>
1099 [CSS Shapes] New positioning model: Positive margins
1100 https://bugs.webkit.org/show_bug.cgi?id=118089
1102 Reviewed by Alexandru Chiculita.
1104 The remaining tests for shape-outside with positive margins. These
1105 have all been imported from the CSSWG's repo.
1107 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/w3c-import.log:
1108 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-005-expected.html: Added.
1109 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-005.html: Added.
1110 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-006-expected.html: Added.
1111 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-006.html: Added.
1112 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-007-expected.html: Added.
1113 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-007.html: Added.
1114 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-008-expected.html: Added.
1115 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-008.html: Added.
1116 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-009-expected.html: Added.
1117 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-009.html: Added.
1118 * csswg/contributors/adobe/submitted/shapes/shape-outside/w3c-import.log:
1120 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1122 Layout Test media/media-controller-playback.html is flaky
1123 https://bugs.webkit.org/show_bug.cgi?id=122042
1125 * platform/mac/TestExpectations: Marked as such.
1127 2013-09-27 Hans Muller <hmuller@adobe.com>
1129 Crash on shape-outside when using calc()
1130 https://bugs.webkit.org/show_bug.cgi?id=121020
1132 Reviewed by Dirk Schulze.
1134 Specifying a CSS Shape geometry Length attribute with a calc() expression
1135 or looking up the value with getComputedStyle(), caused crashes.
1137 * fast/shapes/shape-inside/shape-inside-calc-crash-expected.txt: Added.
1138 * fast/shapes/shape-inside/shape-inside-calc-crash.html: Added.
1139 * css3/calc/simplification-expected.txt: Added
1140 * css3/calc/simplification.html: Added
1141 * LayoutTests/css3/calc/cssom-expected.txt:
1143 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1145 Layout Test animations/combo-transform-translate+scale.html is flaky
1146 https://bugs.webkit.org/show_bug.cgi?id=122040
1148 * platform/mac/TestExpectations: Marking as such.
1150 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1152 Layout Test media/track/track-cue-overlap-snap-to-lines-not-set.html is flaky
1153 https://bugs.webkit.org/show_bug.cgi?id=122039
1155 * platform/mac/TestExpectations: Marking as such.
1157 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1159 animations/transform-non-accelerated.html is flaky
1160 https://bugs.webkit.org/show_bug.cgi?id=122038
1162 * platform/mac/TestExpectations: Marking as such.
1164 2013-09-27 Commit Queue <commit-queue@webkit.org>
1166 Unreviewed, rolling out r156569.
1167 http://trac.webkit.org/changeset/156569
1168 https://bugs.webkit.org/show_bug.cgi?id=122035
1170 broke a lot of mismatch tests (Requested by thorton on
1173 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Removed.
1174 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html: Removed.
1176 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1178 Layout Test media/video-duration-known-after-eos.html is flaky
1179 https://bugs.webkit.org/show_bug.cgi?id=122033
1181 * platform/mac/TestExpectations: Marked as such.
1183 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1185 REGRESSION(r156546): 18 media tests broken
1186 https://bugs.webkit.org/show_bug.cgi?id=122021
1188 * platform/mac/TestExpectations: Adding one more test, media/track/track-cue-rendering-vertical.html
1190 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1192 [Mac] Intermittent crash on media/video-controls-captions-trackmenu.html
1193 https://bugs.webkit.org/show_bug.cgi?id=110173
1195 This code got rewritten, and the test now just fails. Fixing and re-enabling it
1196 is tracked in a different bug.
1198 * platform/mac/TestExpectations: Removing superfluous entry which was confusing the parser.
1200 2013-09-27 Tim Horton <timothy_horton@apple.com>
1202 [wk2] WebKitTestRunner's window snapshots are blank with tiled drawing
1203 https://bugs.webkit.org/show_bug.cgi?id=122006
1204 <rdar://problem/15095197>
1206 Reviewed by Dean Jackson.
1208 Add a test that ensures that WebKitTestRunner's snapshots are not
1209 completely blank with tiled drawing enabled.
1211 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Added.
1212 * platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html: Added.
1214 2013-09-27 Alexey Proskuryakov <ap@apple.com>
1216 Layout Test fast/animation/request-animation-frame-time-unit.html is flaky
1217 https://bugs.webkit.org/show_bug.cgi?id=122031
1219 * platform/mac/TestExpectations: Marking as such. Dean is going to look into
1220 related issues soon.
1222 2013-09-27 Jer Noble <jer.noble@apple.com>
1224 REGRESSION(r156546): 17 media tests broken
1225 https://bugs.webkit.org/show_bug.cgi?id=122021
1227 Unreviewed gardening; add failing tests to TestExpectations while triaging new failures.
1229 * platform/mac/TestExpectations:
1231 2013-09-27 Eric Carlson <eric.carlson@apple.com>
1233 [MediaStream API] update SourceInfo object to match spec
1234 https://bugs.webkit.org/show_bug.cgi?id=121941
1236 Reviewed by Dean Jackson.
1238 * fast/mediastream/MediaStreamTrack-getSources-expected.txt:
1239 * fast/mediastream/MediaStreamTrack-getSources.html:
1241 2013-09-26 Dean Jackson <dino@apple.com>
1243 Provide 2D Matrix decomposition for animation
1244 https://bugs.webkit.org/show_bug.cgi?id=112824
1245 <rdar://problem/15091882>
1247 Reviewed by Eric Carlson (and Ian Henderson offline).
1249 This test was only exercising the fact that our
1250 software decomposition did not match our hardware
1251 decomposition (although that required visual inspection).
1252 Now that our 2d decomposition is correct, update the
1253 test and its expected result.
1255 * animations/transform-non-accelerated-expected.txt:
1256 * animations/transform-non-accelerated.html:
1258 2013-09-27 Mario Sanchez Prada <mario.prada@samsung.com>
1260 [GTK] GTK does not expose heading level correctly. Was: accessibility/heading-level.html is failing
1261 https://bugs.webkit.org/show_bug.cgi?id=106924
1263 Reviewed by Chris Fleizach.
1265 Removed accesibility/heading-level.html from failure expectations.
1267 * platform/gtk/TestExpectations: Removed test now passing.
1269 2013-09-27 Jer Noble <jer.noble@apple.com>
1271 [Mac] Implement the media controls in JavaScript.
1272 https://bugs.webkit.org/show_bug.cgi?id=120895
1274 Reviewed by Dean Jackson.
1276 Rebaseline changed tests and add new (failing) tests to
1279 * media/audio-delete-while-slider-thumb-clicked.html:
1280 * platform/mac/TestExpectations:
1281 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.png:
1282 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
1283 * platform/mac/fast/layers/video-layer-expected.png:
1284 * platform/mac/fast/layers/video-layer-expected.txt:
1285 * platform/mac/fullscreen/video-controls-override-expected.txt: Added.
1286 * platform/mac/media/audio-controls-rendering-expected.png:
1287 * platform/mac/media/audio-controls-rendering-expected.txt:
1288 * platform/mac/media/controls-after-reload-expected.png:
1289 * platform/mac/media/controls-after-reload-expected.txt:
1290 * platform/mac/media/controls-strict-expected.png:
1291 * platform/mac/media/controls-strict-expected.txt:
1292 * platform/mac/media/controls-styling-strict-expected.png:
1293 * platform/mac/media/controls-styling-strict-expected.txt:
1294 * platform/mac/media/controls-without-preload-expected.png:
1295 * platform/mac/media/controls-without-preload-expected.txt:
1296 * platform/mac/media/media-controls-clone-expected.png:
1297 * platform/mac/media/media-controls-clone-expected.txt:
1298 * webarchive/loading/video-in-webarchive-expected.txt:
1300 2013-09-27 Bem Jones-Bey <bjonesbe@adobe.com>
1302 [css-shapes] Shapes are not resolved the same way in shape-inside and clip-path
1303 https://bugs.webkit.org/show_bug.cgi?id=121922
1305 Reviewed by Andreas Kling.
1307 Add new test for circular shape-outside with percentage radius.
1309 Update the nested container with unresolved height test because with a
1310 circle it isn't really testing just for unresolved height behavior.
1312 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/w3c-import.log:
1313 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001-expected.html: Added.
1314 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html: Added.
1315 * csswg/contributors/adobe/submitted/shapes/shape-outside/w3c-import.log:
1316 * fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height-expected.html:
1317 * fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html:
1319 2013-09-27 Andreas Kling <akling@apple.com>
1321 Unrehued mac-lion rebaseline.
1323 * platform/mac-lion/js/dom/global-constructors-attributes-expected.txt:
1325 2013-09-27 Denis Nomiyama <d.nomiyama@samsung.com>
1327 [GTK][WK2] Logging of accessibility events is not disabled between tests
1328 https://bugs.webkit.org/show_bug.cgi?id=121957
1330 Reviewed by Mario Sanchez Prada.
1332 Removed some accessibility tests from the expectations file that were
1333 failing before this fix.
1335 * platform/gtk-wk2/TestExpectations:
1337 2013-09-27 Krzysztof Wolanski <k.wolanski@samsung.com>
1339 [EFL] editing/selection/fake-doubleclick.html rebaseline after r140111
1340 https://bugs.webkit.org/show_bug.cgi?id=121831
1342 Unreviewed EFL gardening.
1344 * platform/efl-wk2/TestExpectations:
1345 * platform/efl/editing/selection/fake-doubleclick-expected.txt:
1347 2013-09-27 Zalan Bujtas <zalan@apple.com>
1349 Unexpected word wrapping for wrapped content then raw content.
1350 https://bugs.webkit.org/show_bug.cgi?id=121130
1352 Reviewed by Darin Adler.
1354 When deciding whether a line is considered empty, we need to check if the current
1355 object is fully responsible for the currently uncommitted width. It helps differentiating
1356 <span></span><span>abcd</span> from <span>a</span><span>bcd</span>, where in the first
1357 case when we hit the second <span> the line is still considered empty, as opposed to the
1359 This patch introduces a map to keep track of the uncommitted widths.
1361 * fast/css/unexpected-word-wrapping-with-non-empty-spans-expected.html: Added.
1362 * fast/css/unexpected-word-wrapping-with-non-empty-spans.html: Added.
1364 2013-09-27 Mario Sanchez Prada <mario.prada@samsung.com>
1366 [ATK] Protect entry points in the ATK wrapper against outdated render trees
1367 https://bugs.webkit.org/show_bug.cgi?id=121558
1369 Reviewed by Chris Fleizach.
1371 Added a new test to check that we do not crash in certain
1372 scenarios when hiding objects and retriving accessibility
1373 information about it.
1375 * accessibility/heading-crash-after-hidden-expected.txt: Added.
1376 * accessibility/heading-crash-after-hidden.html: Added.
1378 Rebaselined expectations that were wrong before, since they were
1379 not returning the actual value that they should be returning when
1380 called AccessibilityUIElement::stringValue().
1382 * platform/efl-wk1/accessibility/file-upload-button-stringvalue-expected.txt:
1383 Updated, since the actual text being returned should be the actual
1384 value of the file chooser (e.g. "(None)") and not the text in the
1385 upload botton (e.g. "Choose files").
1386 * platform/efl-wk2/accessibility/file-upload-button-stringvalue-expected.txt: Ditto.
1387 * platform/gtk-wk2/accessibility/file-upload-button-stringvalue-expected.txt: Ditto..
1388 * platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt: Ditto.
1390 * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt:
1391 Updated, since the iframe should be exposed at all after deleting it.
1393 Removed accesibility test now passing after fixing this issue.
1395 * platform/gtk/TestExpectations: Removed accessibility/aria-used-on-image-maps.html.
1397 2013-09-26 Antti Koivisto <antti@apple.com>
1399 Move m_style to RenderElement
1400 https://bugs.webkit.org/show_bug.cgi?id=121936
1402 Reviewed by Andreas Kling.
1404 Progressions from text style updating correctly in all cases.
1406 * compositing/contents-opaque/hidden-with-visible-text-expected.txt:
1407 * compositing/contents-opaque/visibility-hidden-expected.txt:
1409 Can't figure out why these progress but they do. The new rendering (showing nothing)
1410 is correct and matches Firefox.
1412 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
1413 * platform/mac/svg/custom/getTransformToElement-expected.txt:
1414 * platform/mac/svg/custom/text-ctm-expected.txt:
1415 * platform/mac/svg/custom/text-hit-test-expected.txt:
1416 * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
1418 2013-09-26 Eric Carlson <eric.carlson@apple.com>
1420 [MediaStream] make MediaStream testable
1421 https://bugs.webkit.org/show_bug.cgi?id=121967
1423 Reviewed by Dean Jackson.
1425 * fast/mediastream/MediaStream-add-remove-tracks-expected.txt:
1426 * fast/mediastream/MediaStream-add-remove-tracks.html: Make the test results more understandable
1427 to simplify debugging failures.
1428 * fast/mediastream/MediaStream-onended-expected.txt:
1429 * fast/mediastream/MediaStream-onended.html: Ditto. Fix a test error: stopping stream A should
1430 not stop stream B even when it was created from stream A.
1431 * fast/mediastream/MediaStreamConstructor-expected.txt:
1432 * fast/mediastream/MediaStreamConstructor.html: Make the test results more understandable. Fix a
1433 logic errors: webkitMediaStream is an object, not a function. JSC does not support
1434 object.constructor.name, use object.constructor.toString() instead.
1435 * fast/mediastream/MediaStreamTrackEvent-constructor-expected.txt:
1436 * fast/mediastream/MediaStreamTrackEvent-constructor.html: Update now that getUserMedia() works.
1437 * fast/mediastream/argument-types-expected.txt: Updated with "Failing" results because the correct
1438 behavior is unknown. The spec says "the syntax for getUserMedia() is still under discussion".
1440 2013-09-26 Alexey Proskuryakov <ap@apple.com>
1442 Layout Test plugins/access-after-page-destroyed.html is flaky
1443 https://bugs.webkit.org/show_bug.cgi?id=121976
1445 Reviewed by Anders Carlsson.
1449 * plugins/access-after-page-destroyed-2-expected.txt: Added.
1450 * plugins/access-after-page-destroyed-2.html: Copied from LayoutTests/plugins/access-after-page-destroyed.html.
1451 This was testing two distinct issues, the second one unfittingly piled onto the first.
1452 Split the test in two.
1454 * plugins/access-after-page-destroyed-expected.txt:
1455 * plugins/access-after-page-destroyed.html:
1456 Modernized the test with js-test scripts, added a gc() call for predictability,
1457 changed the test to fail quickly in the flaky case.
1459 2013-09-26 Alexey Proskuryakov <ap@apple.com>
1461 fast/css/font-face-data-uri.html is failing
1462 https://bugs.webkit.org/show_bug.cgi?id=82744
1464 Reviewed by Dan Bernstein.
1466 * fast/css/font-face-data-uri.html: There is no need to keep retrying, we can just
1467 wait for onload - as long as the font load starts early enough.
1469 2013-09-26 Commit Queue <commit-queue@webkit.org>
1471 Unreviewed, rolling out r156451.
1472 http://trac.webkit.org/changeset/156451
1473 https://bugs.webkit.org/show_bug.cgi?id=121965
1475 Broke two fast/multicol tests. (Requested by kling on
1478 * fast/regions/layers/accelerated-compositing/crash-transform-inside-region-expected.html: Removed.
1479 * fast/regions/layers/accelerated-compositing/crash-transform-inside-region.html: Removed.
1480 * fast/regions/layers/accelerated-compositing/floated-region-with-transformed-child-expected.html: Removed.
1481 * fast/regions/layers/accelerated-compositing/floated-region-with-transformed-child.html: Removed.
1482 * fast/regions/layers/accelerated-compositing/move-layer-from-one-region-to-another-expected.html: Removed.
1483 * fast/regions/layers/accelerated-compositing/move-layer-from-one-region-to-another.html: Removed.
1484 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding-expected.html: Removed.
1485 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding-for-video-expected.html: Removed.
1486 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding-for-video.html: Removed.
1487 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding.html: Removed.
1488 * fast/regions/layers/accelerated-compositing/region-as-layer-in-another-flowthread-expected.html: Removed.
1489 * fast/regions/layers/accelerated-compositing/region-as-layer-in-another-flowthread.html: Removed.
1490 * fast/regions/layers/accelerated-compositing/transform-transparent-positioned-video-inside-region-expected.html: Removed.
1491 * fast/regions/layers/accelerated-compositing/transform-transparent-positioned-video-inside-region.html: Removed.
1492 * fast/regions/layers/accelerated-compositing/transformed-layer-inside-transformed-layer-expected.html: Removed.
1493 * fast/regions/layers/accelerated-compositing/transformed-layer-inside-transformed-layer.html: Removed.
1494 * fast/regions/layers/accelerated-compositing/z-index-expected.html: Removed.
1495 * fast/regions/layers/accelerated-compositing/z-index-update-expected.html: Removed.
1496 * fast/regions/layers/accelerated-compositing/z-index-update.html: Removed.
1497 * fast/regions/layers/accelerated-compositing/z-index.html: Removed.
1499 2013-09-26 Andreas Kling <akling@apple.com>
1501 One more IndexedDB rebaseline.
1503 * js/dom/global-constructors-attributes-expected.txt:
1505 2013-09-26 Mark Hahnenberg <mhahnenberg@apple.com>
1507 op_to_this shouldn't use value profiling
1508 https://bugs.webkit.org/show_bug.cgi?id=121920
1510 Reviewed by Geoffrey Garen.
1512 Updated a couple tests that waited for two DFG compiles, but with this patch we
1513 don't do two compiles any more, so we don't want to wait forever.
1515 * js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-other.js:
1516 * js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-string.js:
1518 2013-09-26 Andreas Kling <akling@apple.com>
1520 Rebaseline some tests after IndexedDB was enabled.
1522 * js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
1523 * js/dom/global-constructors-attributes-shared-worker-expected.txt:
1525 2013-09-26 Gurpreet Kaur <k.gurpreet@samsung.com>
1527 Inset box-shadows fail to round around corners when border-radius is set in vh/vw units.
1528 https://bugs.webkit.org/show_bug.cgi?id=119187
1530 Reviewed by Darin Adler.
1532 * fast/css/border-radius-inset-box-shadow-viewportlength-expected-mismatch.html: Added.
1533 * fast/css/border-radius-inset-box-shadow-viewportlength.html: Added.
1534 * fast/css/border-radius-viewport-height-expected-mismatch.html: Added.
1535 * fast/css/border-radius-viewport-height.html: Added.
1536 * fast/css/border-radius-viewport-vmax-expected-mismatch.html: Added.
1537 * fast/css/border-radius-viewport-vmax.html: Added.
1538 * fast/css/border-radius-viewport-vmin-expected-mismatch.html: Added.
1539 * fast/css/border-radius-viewport-vmin.html: Added.
1540 Added new tests for verifying that box-shadow and border-radius properties
1541 are applied when its values are viewport units.
1543 2013-09-25 Oliver Hunt <oliver@apple.com>
1545 Implement prefixed-destructuring assignment
1546 https://bugs.webkit.org/show_bug.cgi?id=121930
1548 Reviewed by Mark Hahnenberg.
1550 Add enw tests, and update old ones.
1552 * js/destructuring-assignment-expected.txt: Added.
1553 * js/destructuring-assignment.html: Added.
1554 * js/mozilla/strict/13.1-expected.txt:
1555 * js/mozilla/strict/regress-532254-expected.txt:
1556 * js/mozilla/strict/script-tests/13.1.js:
1557 * js/regress/destructuring-arguments-expected.txt: Added.
1558 * js/regress/destructuring-arguments-length-expected.txt: Added.
1559 * js/regress/destructuring-arguments-length.html: Added.
1560 * js/regress/destructuring-arguments.html: Added.
1561 * js/regress/destructuring-swap-expected.txt: Added.
1562 * js/regress/destructuring-swap.html: Added.
1563 * js/regress/script-tests/destructuring-arguments-length.js: Added.
1565 * js/regress/script-tests/destructuring-arguments.js: Added.
1567 * js/regress/script-tests/destructuring-swap.js: Added.
1569 * js/script-tests/destructuring-assignment.js: Added.
1570 (testDestructuring):
1571 (testDeconstructArgs):
1572 (testDeconstructArgLength):
1574 2013-09-26 Alberto Garcia <berto@igalia.com>
1576 Unreviewed GTK gardening.
1578 Unskip media/context-menu-actions.html which is passing now.
1580 * platform/gtk-wk2/TestExpectations:
1582 2013-09-26 Mario Sanchez Prada <mario.prada@samsung.com>
1584 [GTK][WK2] Logging of accessibility events is not disabled between tests
1585 https://bugs.webkit.org/show_bug.cgi?id=121957
1587 Unreviewed gardening again. Now moving the expected flakiness to
1588 the WebKit2GTK+ port, where it actually belongs to.
1590 * platform/gtk-wk2/TestExpectations: Added expectations.
1591 * platform/gtk/TestExpectations: Removed expectations.
1593 2013-09-26 Mario Sanchez Prada <mario.prada@samsung.com>
1595 [GTK] Logging of accessibility events is not disabled between tests
1596 https://bugs.webkit.org/show_bug.cgi?id=121957
1598 Unreviewed gardening. Marking accessibility tests as flaky while
1599 an issue with the logging of accessibility events is investigated.
1601 * platform/gtk/TestExpectations: Added flaky expectations.
1603 2013-09-26 Mario Sanchez Prada <mario.prada@samsung.com>
1605 REGRESSION(r144831-r144846):Crashes in accessibility/aria-hidden-with-elements.html, accessibility/table-with-hidden-head-section.html
1606 https://bugs.webkit.org/show_bug.cgi?id=112152
1608 Unreviewed GTK gardening. Removed crash expectations now passing.
1610 * platform/gtk/TestExpectations: Removed crashing expectations
1611 that are now passing after r156141-r156209.
1613 2013-09-26 Mario Sanchez Prada <mario.prada@samsung.com>
1615 Unreviewed GTK gardening. Remove failure expectation for test passing after r156209.
1617 * platform/gtk-wk2/TestExpectations: Removed failure expectation.
1619 2013-09-26 Krzysztof Wolanski <k.wolanski@samsung.com>
1621 [EFL] Remove inappropriate expectations for tests that are now passing on EFL port
1622 https://bugs.webkit.org/show_bug.cgi?id=121897
1624 Unreviewed EFL gardening.
1626 * platform/efl-wk2/TestExpectations:
1627 * platform/efl/TestExpectations:
1629 2013-09-26 Krzysztof Wolanski <k.wolanski@samsung.com>
1631 [EFL] Add baselines for editing/selection/paragraph-granularity.html
1632 https://bugs.webkit.org/show_bug.cgi?id=121842
1634 Unreviewed EFL gardening.
1636 * platform/efl/TestExpectations: Removing the corresponding entry.
1637 * platform/efl/editing/selection/paragraph-granularity-expected.txt: Added.
1639 2013-09-26 Mihai Maerean <mmaerean@adobe.com>
1641 [CSS Regions] The layers from the flow thread should be collected under the regions' layers.
1642 https://bugs.webkit.org/show_bug.cgi?id=120457
1644 Reviewed by David Hyatt.
1646 * fast/regions/layers/accelerated-compositing/crash-transform-inside-region.html: Added.
1647 * fast/regions/layers/accelerated-compositing/crash-transform-inside-region-expected.html: Added.
1648 * fast/regions/layers/accelerated-compositing/floated-region-with-transformed-child.html: Added.
1649 * fast/regions/layers/accelerated-compositing/floated-region-with-transformed-child-expected.html: Added.
1650 * fast/regions/layers/accelerated-compositing/move-layer-from-one-region-to-another.html: Added.
1651 * fast/regions/layers/accelerated-compositing/move-layer-from-one-region-to-another-expected.html: Added.
1652 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding.html: Added.
1653 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding-expected.html: Added.
1654 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding-for-video.html: Added.
1655 * fast/regions/layers/accelerated-compositing/propagate-region-box-shadow-border-padding-for-video-expected.html: Added.
1656 * fast/regions/layers/accelerated-compositing/region-as-layer-in-another-flowthread.html: Added.
1657 * fast/regions/layers/accelerated-compositing/region-as-layer-in-another-flowthread-expected.html: Added.
1658 * fast/regions/layers/accelerated-compositing/transformed-layer-inside-transformed-layer.html: Added.
1659 * fast/regions/layers/accelerated-compositing/transformed-layer-inside-transformed-layer-expected.html: Added.
1660 * fast/regions/layers/accelerated-compositing/transform-transparent-positioned-video-inside-region.html: Added.
1661 * fast/regions/layers/accelerated-compositing/transform-transparent-positioned-video-inside-region-expected.html: Added.
1662 * fast/regions/layers/accelerated-compositing/z-index.html: Added.
1663 * fast/regions/layers/accelerated-compositing/z-index-expected.html: Added.
1664 * fast/regions/layers/accelerated-compositing/z-index-update-expected.html: Added.
1665 * fast/regions/layers/accelerated-compositing/z-index-update.html: Added.
1667 2013-09-26 Mihnea Ovidenie <mihnea@adobe.com>
1669 [CSSRegions] Unable to collect html element in a named flow
1670 https://bugs.webkit.org/show_bug.cgi?id=121878
1672 Reviewed by Antti Koivisto.
1674 Use an iframe with a html element collected in a named flow
1675 to test that is does not crash or assert.
1677 * fast/regions/collect-html-in-named-flow-expected.txt: Added.
1678 * fast/regions/collect-html-in-named-flow.html: Added.
1679 * fast/regions/iframe-html-collected-expected.txt: Added.
1680 * fast/regions/iframe-html-collected.html: Added.
1682 2013-09-25 Alexey Proskuryakov <ap@apple.com>
1684 fast/css/font-face-data-uri.html is failing
1685 https://bugs.webkit.org/show_bug.cgi?id=82744
1687 Reviewed by Darin Adler.
1689 This test used to wait for one font to load, but not for another, which made no sense.
1691 * fast/css/font-face-data-uri.html: Wait for both fonts. Increased the number of tries,
1692 it's not that long. Use an async test idiom that doesn't conflict with js-test-post.js.
1694 * fast/css/font-face-data-uri-expected.txt: Updated the results for proper async
1697 2013-09-25 Alexey Proskuryakov <ap@apple.com>
1699 Flaky Test: fast/history/history-subframe-with-name.html
1700 https://bugs.webkit.org/show_bug.cgi?id=51039
1702 Reviewed by Brady Eidson.
1704 * fast/history/history-subframe-with-name.html: In state 3, there was a race between
1705 history.forward() and navigating to a new URL. Not sure how this resulted in an
1706 extra load, but let's get rid of that. Also, extended failure logging.
1708 * fast/history/resources/history-subframe-with-name-2.html: No longer do the
1709 navigation unconditionally. We need it in state 1, but not in state 3.
1711 2013-09-25 Roger Fong <roger_fong@apple.com>
1713 Unreviewed. Disable more CSS_SHAPES tests on AppleWin port.
1715 * platform/win/TestExpectations:
1717 2013-09-25 Zan Dobersek <zdobersek@igalia.com>
1719 Unreviewed GTK gardening. Moving WK1-specific failure expectations into the WK1-specific TestExpectations.
1720 Also adding expectations for the currently failing tests on WK2.
1722 * platform/gtk-wk1/TestExpectations:
1723 * platform/gtk-wk2/TestExpectations:
1724 * platform/gtk/TestExpectations:
1726 2013-09-25 Zan Dobersek <zdobersek@igalia.com>
1728 Unreviewed GTK gardening. Moving around and updating the GTK baselines that are
1729 either specific to WK1 or WK2 or can be shared by both.
1731 * platform/gtk-wk1/http: Added.
1732 * platform/gtk-wk1/http/tests: Added.
1733 * platform/gtk-wk1/http/tests/cache: Added.
1734 * platform/gtk-wk1/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added.
1735 * platform/gtk-wk1/http/tests/security: Added.
1736 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy: Added.
1737 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: Added.
1738 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
1739 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: Added.
1740 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: Added.
1741 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: Added.
1742 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-only-expected.txt: Added.
1743 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: Added.
1744 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Added.
1745 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Added.
1746 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
1747 * platform/gtk-wk1/http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
1748 * platform/gtk-wk2/http: Added.
1749 * platform/gtk-wk2/http/tests: Added.
1750 * platform/gtk-wk2/http/tests/loading: Added.
1751 * platform/gtk-wk2/http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt: Added.
1752 * platform/gtk-wk2/http/tests/loading/basic-credentials-sent-automatically-expected.txt: Added.
1753 * platform/gtk-wk2/http/tests/misc: Added.
1754 * platform/gtk-wk2/http/tests/misc/401-alternative-content-expected.txt: Added.
1755 * platform/gtk-wk2/http/tests/misc/authentication-redirect-1: Added.
1756 * platform/gtk-wk2/http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin-expected.txt: Added.
1757 * platform/gtk-wk2/http/tests/misc/authentication-redirect-2: Added.
1758 * platform/gtk-wk2/http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin-expected.txt: Added.
1759 * platform/gtk-wk2/http/tests/misc/authentication-redirect-4: Added.
1760 * platform/gtk-wk2/http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt: Added.
1761 * platform/gtk-wk2/http/tests/security: Added.
1762 * platform/gtk-wk2/http/tests/security/401-logout: Added.
1763 * platform/gtk-wk2/http/tests/security/401-logout/401-logout-expected.txt: Added.
1764 * platform/gtk-wk2/http/tests/xmlhttprequest: Added.
1765 * platform/gtk-wk2/http/tests/xmlhttprequest/failed-auth-expected.txt: Added.
1766 * platform/gtk-wk2/http/tests/xmlhttprequest/remember-bad-password-expected.txt: Added.
1767 * platform/gtk-wk2/js: Added.
1768 * platform/gtk-wk2/js/dom: Added.
1769 * platform/gtk-wk2/js/dom/constructor-length-expected.txt: Added.
1770 * platform/gtk-wk2/js/dom/global-constructors-attributes-expected.txt: Added.
1771 * platform/gtk/http/tests/cache: Removed.
1772 * platform/gtk/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Removed.
1773 * platform/gtk/http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: Removed.
1774 * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Removed.
1775 * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: Removed.
1776 * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: Removed.
1777 * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: Removed.
1778 * platform/gtk/http/tests/security/contentSecurityPolicy/report-only-expected.txt: Removed.
1779 * platform/gtk/http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: Removed.
1780 * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Removed.
1781 * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Removed.
1782 * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Removed.
1783 * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Removed.
1784 * platform/gtk/userscripts: Added.
1785 * platform/gtk/userscripts/script-run-at-end-expected.txt: Added.
1787 2013-09-25 Alexey Proskuryakov <ap@apple.com>
1789 loader/go-back-to-different-window-size.html is flaky
1790 https://bugs.webkit.org/show_bug.cgi?id=96642
1792 * platform/mac/TestExpectations: Marking it as flaky on Mac. I think that it's
1793 a general issue with the tools that window resizing doesn't work well.
1795 2013-09-25 Sam White <samuel_white@apple.com>
1797 AX: WebKit doesn't map aria-sort=other on OS X
1798 https://bugs.webkit.org/show_bug.cgi?id=118511
1800 Reviewed by Chris Fleizach.
1802 Updated test to check "other" aria-sort order. Also added additional checks to
1803 determine which elements expose aria-sort so our "none" case is more clear.
1805 * accessibility/aria-sort-expected.txt:
1806 * accessibility/aria-sort.html:
1808 2013-09-25 Antti Koivisto <antti@apple.com>
1810 REGRESSION (r156355) Links / interactive elements inside nested tables are unclickable
1811 https://bugs.webkit.org/show_bug.cgi?id=121904
1813 Reviewed by Andreas Kling.
1815 * fast/table/hittest-self-painting-expected.txt: Added.
1816 * fast/table/hittest-self-painting.html: Added.
1818 2013-09-25 Sanghyup Lee <sh53.lee@samsung.com>
1820 [EFL] Unreviewed gardening. Unskip passing fast/text/font-kerning.html
1821 https://bugs.webkit.org/show_bug.cgi?id=121907
1823 Unreviewed EFL gardening. Passes after r152411.
1825 * platform/efl/TestExpectations:
1827 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
1829 Support kerning with SVG web fonts
1830 https://bugs.webkit.org/show_bug.cgi?id=117540
1832 Added test of SVG web font kerning.
1834 Reviewed by Stephen Chenney.
1836 * fast/text/svg-font-face-with-kerning-expected.png: Added.
1837 * fast/text/svg-font-face-with-kerning-expected.txt: Added.
1838 * fast/text/svg-font-face-with-kerning.html: Added.
1840 2013-09-25 Anton Obzhirov <a.obzhirov@samsung.com>
1842 [GTK] Update test expectations. Mark fast/images/exif-orientation.html as failing.
1843 https://bugs.webkit.org/show_bug.cgi?id=121906
1845 Unreviewed GTK gardening.
1847 * platform/gtk/TestExpectations: Mark fast/images/exif-orientation.html as failing,
1848 as reported in webkit.org/b/121905.
1850 2013-09-25 Andrei Parvu <parvu@adobe.com>
1852 <https://webkit.org/b/120476> [CSS Masking] Implement luminance masking
1854 Added tests to verify the implementation of luminance masking.
1856 Reviewed by Dirk Schulze.
1858 * css3/masking/mask-luminance-gradient-expected.html: Added.
1859 * css3/masking/mask-luminance-gradient.html: Added.
1860 * css3/masking/mask-luminance-png.html: Added.
1861 * css3/masking/mask-luminance-svg-expected.html: Added.
1862 * css3/masking/mask-luminance-svg.html: Added.
1863 * css3/masking/resources/circle-alpha.svg: Added.
1864 * css3/masking/resources/circle2.svg: Added.
1865 * css3/masking/resources/dice.png: Added.
1866 * platform/mac/css3/masking/mask-luminance-png-expected.txt: Added.
1868 2013-09-25 Krzysztof Czech <k.czech@samsung.com>
1870 [EFL] Updated accessibility expectations after r154781 and r155599
1871 https://bugs.webkit.org/show_bug.cgi?id=121901
1873 Unreviewed EFL gardening.
1875 * platform/efl/accessibility/menu-list-sends-change-notification-expected.txt:
1876 * platform/efl/accessibility/notification-listeners-expected.txt:
1878 2013-09-25 Gurpreet Kaur <k.gurpreet@samsung.com>
1880 :read-write pseudo-class should not be applied on <input type="text" disabled>
1881 https://bugs.webkit.org/show_bug.cgi?id=118236
1883 Reviewed by Darin Adler.
1885 * fast/css/readwrite-pseudoclass-input-expected.txt: Added.
1886 * fast/css/readwrite-pseudoclass-input.html: Added.
1887 Added test case to verify that :read-write pseudo-class properties are
1888 are not applied to disabled input and textarea elements.
1890 2013-09-25 Krzysztof Czech <k.czech@samsung.com>
1892 [EFL] accessibility/loading-iframe-sends-notification.html is failing
1893 https://bugs.webkit.org/show_bug.cgi?id=112003
1895 Reviewed by Mario Sanchez Prada.
1897 * platform/efl-wk1/TestExpectations: Removed loading-iframe-sends-notification.html.
1898 * platform/efl-wk2/TestExpectations: Removed loading-iframe-sends-notification.html.
1900 2013-09-24 Ryosuke Niwa <rniwa@webkit.org>
1902 Crash in Document::setFocusedElement
1903 https://bugs.webkit.org/show_bug.cgi?id=121888
1905 Reviewed by Andreas Kling.
1907 * fast/events/blur-remove-parent-crash-expected.txt: Added.
1908 * fast/events/blur-remove-parent-crash.html: Added.
1910 2013-09-24 Mark Hahnenberg <mhahnenberg@apple.com>
1912 op_get_callee shouldn't use value profiling
1913 https://bugs.webkit.org/show_bug.cgi?id=121821
1915 Reviewed by Filip Pizlo.
1917 Added two tests to make sure we didn't regress the performance of op_get_callee.
1919 * js/regress/get_callee_monomorphic-expected.txt: Added.
1920 * js/regress/get_callee_monomorphic.html: Added.
1921 * js/regress/get_callee_polymorphic-expected.txt: Added.
1922 * js/regress/get_callee_polymorphic.html: Added.
1923 * js/regress/script-tests/get_callee_monomorphic.js: Added.
1924 * js/regress/script-tests/get_callee_polymorphic.js: Added.
1926 2013-09-24 Bear Travis <betravis@adobe.com>
1928 Disable CSS_SHAPES on Windows
1929 https://bugs.webkit.org/show_bug.cgi?id=121879
1931 Reviewed by Brent Fulgham.
1933 * platform/win/TestExpectations: Exclude shapes tests until the
1934 feature is re-enabled.
1936 2013-09-24 Filip Pizlo <fpizlo@apple.com>
1938 Crashing under JSC::DFG::SpeculativeJIT::spill visiting citicards.com
1939 https://bugs.webkit.org/show_bug.cgi?id=121844
1941 Reviewed by Mark Hahnenberg.
1943 * js/dfg-int52-spill-expected.txt: Added.
1944 * js/dfg-int52-spill-trickier-expected.txt: Added.
1945 * js/dfg-int52-spill-trickier.html: Added.
1946 * js/dfg-int52-spill.html: Added.
1947 * js/script-tests/dfg-int52-spill-trickier.js: Added.
1949 * js/script-tests/dfg-int52-spill.js: Added.
1952 2013-09-24 Alexey Proskuryakov <ap@apple.com>
1954 Flaky Test: compositing/reflections/load-video-in-reflection.html
1955 https://bugs.webkit.org/show_bug.cgi?id=117427
1957 * platform/mac/TestExpectations: Marking the test accordingly.
1959 2013-09-24 Alexey Proskuryakov <ap@apple.com>
1961 SVG Animations are flaky
1962 https://bugs.webkit.org/show_bug.cgi?id=107018
1964 * platform/mac-wk2/TestExpectations: Marked some frequently failing tests
1966 2013-09-24 Zoltan Horvath <zoltan@webkit.org>
1968 [CSS Shapes] Modify updateSegmentsForShapes function to use logical coordinates
1969 https://bugs.webkit.org/show_bug.cgi?id=121864
1971 Reviewed by David Hyatt.
1973 When I landed updateSegmentsForShapes in r156022, I didn't use logical coordinates. This change modifies the
1974 code to use coordinates for positioning the float and the content around the float in a shape-inside. Now I
1975 added only one writing mode tests, but I will add more later in bug #121866.
1977 * fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-vertical-lr-inline-content-expected.html: Added.
1978 * fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-vertical-lr-inline-content.html: Added.
1980 2013-09-24 Alexey Proskuryakov <ap@apple.com>
1982 Flaky Test: fast/history/history-subframe-with-name.html
1983 https://bugs.webkit.org/show_bug.cgi?id=51039
1985 Reviewed by Anders Carlsson.
1987 Speculative fix, I could not reproduce locally.
1989 * fast/history/resources/history-subframe-with-name-container.html: Added a check
1990 that onunload trick worked.
1992 * fast/history/resources/history-subframe-with-name-2.html: Starting the navigation
1993 used to race with loading another iframe in the parent. Wait until the parent loads.
1995 2013-09-24 Dean Jackson <dino@apple.com>
1997 webgl/conformance/extensions/oes-element-index-uint.html failing after r156351 or 156352
1998 https://bugs.webkit.org/show_bug.cgi?id=121863
1999 <rdar://problem/15069481>
2001 Reviewed by Beth Dakin.
2003 This test was not querying the vertex attribute locations
2004 before binding data to them. When we enabled symbol mangling
2005 we started seeing attributes appear in a different order
2006 than the order defined in the shader source. Update this test
2007 to ask getAttribLocation first.
2009 Note that there are two important issues.
2011 Firstly, this is updating our local copy of the Khronos test.
2012 I've opened pull request #377 to get it addressed in the source.
2013 https://github.com/KhronosGroup/WebGL/pull/377
2015 Secondly, this indicates that we might have a lot of problems
2016 with existing content that does not expect the order of
2017 attributes to change.
2019 * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html:
2020 * TestExpectations: Unskip test.
2022 2013-09-24 Dean Jackson <dino@apple.com>
2024 webgl/conformance/extensions/oes-element-index-uint.html failing after r156351 or 156352
2025 https://bugs.webkit.org/show_bug.cgi?id=121863
2026 <rdar://problem/15069481>
2028 Temporarily skipped while investigating.
2032 2013-09-24 Dean Jackson <dino@apple.com>
2034 Use mapped name in attribute location binding
2035 https://bugs.webkit.org/show_bug.cgi?id=121847
2036 <rdar://problem/15067526>
2038 Reviewed by Eric Carlson.
2040 New test that has an attribute name long enough
2041 to trigger symbol mapping in all cases.
2043 * fast/canvas/webgl/gl-bind-attrib-mapped-names-expected.txt: Added.
2044 * fast/canvas/webgl/gl-bind-attrib-mapped-names.html: Added.
2046 2013-09-24 Bem Jones-Bey <bjonesbe@adobe.com>
2048 Properly handle bottom margin on float with shape-outside
2049 https://bugs.webkit.org/show_bug.cgi?id=121808
2051 Reviewed by David Hyatt.
2053 Import new tests for floats wish shape-outside and bottom margins.
2055 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/w3c-import.log:
2056 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/rounded-rectangle.js: Remove whitespace at ends of lines.
2057 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-002.html: Added.
2058 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-003-expected.html: Added.
2059 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-003.html: Added.
2060 * csswg/contributors/adobe/submitted/shapes/shape-outside/w3c-import.log:
2062 2013-09-24 Denis Nomiyama <d.nomiyama@samsung.com>
2064 [ATK] Missing WTR AccessibilityController::addNotificationListener implementation
2065 https://bugs.webkit.org/show_bug.cgi?id=121674
2067 Reviewed by Mario Sanchez Prada.
2069 Updated the expectation of loading-iframe-sends-notification.html test,
2070 which was failing before this fix.
2072 * platform/gtk-wk2/TestExpectations: Removed
2073 loading-iframe-sends-notification.html because it now passes with this
2076 2013-09-24 Anton Obzhirov <a.obzhirov@samsung.com>
2078 [GTK] fast/images/exif-orientation-composited.html is failing
2079 https://bugs.webkit.org/show_bug.cgi?id=119731
2081 Reviewed by Carlos Garcia Campos.
2083 Unskip fast/images/exif-orientation-composited.html for GTK WK1 and WK2.
2085 * platform/gtk/TestExpectations:
2087 2013-09-24 Allan Sandfeld Jensen <allan.jensen@digia.com>
2089 [Qt] Crash when trying to download blob url
2090 https://bugs.webkit.org/show_bug.cgi?id=121681
2092 Reviewed by Simon Hausmann.
2094 Unskip two tests that downloads blob URLs. Note the two tests do not use the download attribute feature.
2096 * platform/qt/TestExpectations:
2098 2013-09-24 Andrei Parvu <parvu@adobe.com>
2100 [CSS Background] repeat: round should round the number of tiles to the nearest natural number
2101 https://bugs.webkit.org/show_bug.cgi?id=120668
2103 Changed the sizes of the images/masks in the tests to be compliant with the new behaviour.
2105 Reviewed by Darin Adler.
2107 * css3/background/background-repeat-round-auto1-expected.html:
2108 * css3/background/background-repeat-round-auto2-expected.html:
2109 * css3/background/background-repeat-round-border-expected.html:
2110 * css3/background/background-repeat-round-content-expected.html:
2111 * css3/background/background-repeat-round-padding-expected.html:
2112 * css3/background/background-repeat-round-padding.html:
2113 * css3/masking/mask-repeat-round-auto1-expected.html:
2114 * css3/masking/mask-repeat-round-auto2-expected.html:
2115 * css3/masking/mask-repeat-round-border-expected.html:
2116 * css3/masking/mask-repeat-round-content-expected.html:
2117 * css3/masking/mask-repeat-round-padding-expected.html:
2118 * css3/masking/mask-repeat-round-padding.html:
2120 2013-09-23 Gurpreet Kaur <k.gurpreet@samsung.com>
2122 CSS Unit vh, vw, vmin and vmax in box-shadow are not applied.
2123 https://bugs.webkit.org/show_bug.cgi?id=121422
2125 Reviewed by Darin Adler.
2127 * fast/css/box-shadow-negative-viewportlength-expected-mismatch.html: Added.
2128 * fast/css/box-shadow-negative-viewportlength.html: Added.
2129 * fast/css/box-shadow-viewport-height-expected-mismatch.html: Added.
2130 * fast/css/box-shadow-viewport-height.html: Added.
2131 * fast/css/box-shadow-viewport-vmax-expected-mismatch.html: Added.
2132 * fast/css/box-shadow-viewport-vmax.html: Added.
2133 * fast/css/box-shadow-viewport-vmin-expected-mismatch.html: Added.
2134 * fast/css/box-shadow-viewport-vmin.html: Added.
2135 * fast/css/box-shadow-viewport-width-expected-mismatch.html: Added.
2136 * fast/css/box-shadow-viewport-width.html: Added.
2137 Added new tests for verifying that box-shadow properties are
2138 applied when its values are viewport units.
2139 * fast/css/shadow-viewport-units-expected.txt:
2140 * fast/css/shadow-viewport-units.html:
2141 Rebaselining existing tests as per the new behavior. Support for shadow
2142 properties with viewport units is added so modified the test case.
2144 2013-09-23 Simon Fraser <simon.fraser@apple.com>
2146 REGRESSION (r155998): when zooming in, tiles are too small
2147 https://bugs.webkit.org/show_bug.cgi?id=121765
2149 Reviewed by Dean Jackson.
2151 Fix results of tests that showed that we had incorrect tiling
2152 behavior on zooming.
2154 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
2155 * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
2156 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
2157 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
2158 * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
2160 2013-09-23 Antonio Gomes <a1.gomes@sisa.samsung.com>
2162 iframe and scrollbar with "overflow:auto" should support autoscroll with mousedrag
2163 https://bugs.webkit.org/show_bug.cgi?id=40981
2165 Reviewed by Darin Adler.
2167 Test ensures that dragging an element close to the boundary of
2168 scrollable Frames, scroll its content in that direction.
2170 * fast/events/drag-and-drop-autoscroll-inner-frame-expected.txt: Added.
2171 * fast/events/drag-and-drop-autoscroll-inner-frame.html: Added.
2173 2013-09-23 Alexey Proskuryakov <ap@apple.com>
2175 video-object-fit tests are flaky
2176 https://bugs.webkit.org/show_bug.cgi?id=121803
2178 Rubber-stamped by Simon Fraser.
2180 Removing an ad hoc 1.5 second timeout that these tests had. Loading video can take
2183 * compositing/video/video-object-fit.html:
2184 * media/video-object-fit-change.html:
2185 * media/video-object-fit.html:
2187 2013-09-23 Alexandru Chiculita <achicu@adobe.com>
2189 Web Inspector: [CSS Regions] Display CSS Regions flow name in the inspector overlay
2190 https://bugs.webkit.org/show_bug.cgi?id=121794
2192 Reviewed by Joseph Pecoraro.
2194 Updated the expected results after moving the regions to the elementInfo.flowInfo property.
2195 Also, the test is now logging the name of the flow container in the output.
2197 * http/tests/inspector/elements-test.js:
2198 * inspector/elements/highlight-node-regions-expected.txt:
2200 2013-09-23 ChangSeok Oh <changseok.oh@collabora.com>
2202 [Texmap] Reloading a webgl page doesn't work
2203 https://bugs.webkit.org/show_bug.cgi?id=120593
2205 Reviewed by Noam Rosenthal.
2207 Add a new test case to check if a crash occurs while reloading a page which contains webgl.
2209 * fast/canvas/webgl/webgl-reload-crash-expected.txt: Added.
2210 * fast/canvas/webgl/webgl-reload-crash.html: Added.
2212 2013-09-23 Alexey Proskuryakov <ap@apple.com>
2214 Audio object garbage collection is incorrect (media/audio-garbage-collect.html test is flaky)
2215 https://bugs.webkit.org/show_bug.cgi?id=72698
2217 Skipping the test. It frequently times out, and when it doesn't, that's only
2218 because if fails to detect incorrect behavior.
2222 2013-09-23 Krzysztof Czech <k.czech@samsung.com>
2224 [EFL] accessibility/aria-invalid is failing
2225 https://bugs.webkit.org/show_bug.cgi?id=111986
2227 Reviewed by Mario Sanchez Prada.
2229 Test passes on both efk-wk2 and efl-wk1, because of the patches from bugs: 119883 and 120421.
2231 * platform/efl-wk1/TestExpectations: Removed accessibility/aria-invalid.html
2232 * platform/efl-wk2/TestExpectations: Removed accessibility/aria-invalid.html
2234 2013-09-23 Krzysztof Czech <k.czech@samsung.com>
2236 [EFL] accessibility/selection-states.html is failing
2237 https://bugs.webkit.org/show_bug.cgi?id=112007
2239 Unreviewed EFL gardening. Passes after r156149.
2241 * platform/efl-wk2/TestExpectations:
2243 2013-09-22 Commit Queue <commit-queue@webkit.org>
2245 Unreviewed, rolling out r156257.
2246 http://trac.webkit.org/changeset/156257
2247 https://bugs.webkit.org/show_bug.cgi?id=121777
2249 The test from this patch fails (Requested by ap on #webkit).
2251 * fast/events/drag-and-drop-autoscroll-inner-frame-expected.txt: Removed.
2252 * fast/events/drag-and-drop-autoscroll-inner-frame.html: Removed.
2254 2013-09-22 Jinwoo Song <jinwoo7.song@samsung.com>
2256 Unreviewed EFL gardening. Rebaselining after r156040.
2258 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
2259 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
2260 * platform/efl/fast/forms/form-element-geometry-expected.txt:
2261 * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
2262 * platform/efl/fast/forms/select-baseline-expected.txt:
2263 * platform/efl/fast/forms/select-empty-option-height-expected.txt:
2264 * platform/efl/fast/forms/selectlist-minsize-expected.txt:
2265 * platform/efl/fast/html/keygen-expected.txt:
2266 * platform/efl/fast/replaced/three-selects-break-expected.txt:
2268 2013-09-22 Antonio Gomes <a1.gomes@sisa.samsung.com>
2270 iframe and scrollbar with "overflow:auto" should support autoscroll with mousedrag
2271 https://bugs.webkit.org/show_bug.cgi?id=40981
2273 Reviewed by Darin Adler.
2275 Test ensures that dragging an element close to the boundary of
2276 scrollable Frames, scroll its content in that direction.
2278 * fast/events/drag-and-drop-autoscroll-inner-frame-expected.txt: Added.
2279 * fast/events/drag-and-drop-autoscroll-inner-frame.html: Added.
2281 2013-09-22 Arunprasad Rajkumar <ararunprasad@gmail.com>
2283 Hiding a focused element should unfocus it and fire a blur event
2284 https://bugs.webkit.org/show_bug.cgi?id=29241
2286 Reviewed by Darin Adler.
2288 * fast/dom/HTMLDocument/active-element-gets-unfocusable-expected.txt: Added.
2289 * fast/dom/HTMLDocument/active-element-gets-unfocusable.html: Added.
2291 LayoutTest reused from https://chromium.googlesource.com/chromium/blink/+/c58f636fd18fc27944c42e27d6a92a36867c57e1
2292 with little modification.
2294 2013-09-22 Darin Adler <darin@apple.com>
2296 Fix accessibility-node-memory-management.html to use normal style for
2297 GC-related tests, making it more robust
2298 https://bugs.webkit.org/show_bug.cgi?id=121760
2300 Rubber-stamped by Alexey Proskuryakov.
2302 Change was accidentally landed in previous commit, this is the change log
2305 * accessibility/accessibility-node-memory-management.html:
2306 Use jsTestIsAsync and setTimeout to do the garbage collection without the
2307 rest of the script state on the stack. Also removed a lot of unneeded
2308 "window." since the test works fine without them and tweaked comments.
2310 2013-09-21 Filip Pizlo <fpizlo@apple.com>
2312 Get rid of IsInlinedCodeTag and its associated methods since it's unused
2313 https://bugs.webkit.org/show_bug.cgi?id=121737
2315 Reviewed by Sam Weinig.
2317 * js/dfg-inline-arguments-capture-throw-exception-expected.txt: Added.
2318 * js/dfg-inline-arguments-capture-throw-exception.html: Added.
2319 * js/script-tests/dfg-inline-arguments-capture-throw-exception.js: Added.
2325 2013-09-20 Ryosuke Niwa <rniwa@webkit.org>
2327 Bad cast from CSSInitialValue to CSSValueList
2328 https://bugs.webkit.org/show_bug.cgi?id=121729
2330 Reviewed by Beth Dakin.
2332 Add a regression test. This is not a merge since the test in the Blink change involves
2333 superfluous execCommand calls.
2335 * fast/css/crash-inherit-value-font-family-expected.txt: Added.
2336 * fast/css/crash-inherit-value-font-family.html: Added.
2338 2013-09-20 Alexandru Chiculita <achicu@adobe.com>
2340 Web Inspector: [CSS Regions] Display CSS Regions chain when highlighting a CSS Region node
2341 https://bugs.webkit.org/show_bug.cgi?id=121719
2343 Reviewed by Joseph Pecoraro.
2345 Added test to check the position of the CSS Regions part of the same flow thread with
2346 the highlighted CSS Region node.
2348 * http/tests/inspector/elements-test.js:
2349 * inspector/elements/highlight-node-regions-expected.txt: Added.
2350 * inspector/elements/highlight-node-regions.html: Added.
2352 2013-09-20 Mark Hahnenberg <mhahnenberg@apple.com>
2354 (un)shiftCountWithAnyIndexingType will start over in the middle of copying if it sees a hole
2355 https://bugs.webkit.org/show_bug.cgi?id=121717
2357 Reviewed by Oliver Hunt.
2359 Added test to make sure that splicing an array with holes works correctly.
2361 * js/array-splice-with-holes-expected.txt: Added.
2362 * js/array-splice-with-holes.html: Added.
2363 * js/script-tests/array-splice-with-holes.js: Added.
2365 2013-09-20 Alexey Proskuryakov <ap@apple.com>
2367 Fix test after <http://trac.webkit.org/changeset/156203>
2369 * platform/mac/accessibility/aria-help.html: Correct paths to JS tests.
2371 2013-09-20 Filip Pizlo <fpizlo@apple.com>
2373 REGRESSION(r156047): WebCore hangs inside JSC::toInt32(double)
2374 https://bugs.webkit.org/show_bug.cgi?id=121648
2376 Reviewed by Mark Hahnenberg.
2378 * js/dfg-int52-change-format-expected.txt: Added.
2379 * js/dfg-int52-change-format.html: Added.
2380 * js/script-tests/dfg-int52-change-format.js: Added.
2383 2013-09-20 Oliver Hunt <oliver@apple.com>
2385 REGRESSION(r153215): New iCloud site crashes
2386 https://bugs.webkit.org/show_bug.cgi?id=121710
2388 Reviewed by Filip Pizlo.
2392 * js/dfg-arguments-mutated-structure-expected.txt: Added.
2393 * js/dfg-arguments-mutated-structure.html: Added.
2394 * js/script-tests/dfg-arguments-mutated-structure.js: Added.
2397 2013-09-20 Commit Queue <commit-queue@webkit.org>
2399 Unreviewed, rolling out r156185.
2400 http://trac.webkit.org/changeset/156185
2401 https://bugs.webkit.org/show_bug.cgi?id=121727
2403 Caused a lot of crashes in tests (Requested by ap on #webkit).
2405 * fast/dom/HTMLDocument/active-element-gets-unfocusable-expected.txt: Removed.
2406 * fast/dom/HTMLDocument/active-element-gets-unfocusable.html: Removed.
2408 2013-09-20 Mario Sanchez Prada <mario.prada@samsung.com>
2410 [ATK] Do not expose aria-help in ATK based platforms
2411 https://bugs.webkit.org/show_bug.cgi?id=121675
2413 Reviewed by Chris Fleizach.
2415 Moved test based in helpText() into the Mac directory, and update
2416 expectations for platforms as needed.
2418 * platform/mac/accessibility/aria-help-expected.txt: Renamed from LayoutTests/accessibility/aria-help-expected.txt.
2419 * platform/mac/accessibility/aria-help.html: Renamed from LayoutTests/accessibility/aria-help.html.
2420 * platform/gtk-wk2/TestExpectations: Removed failure expectation
2421 for aria-help, now moved to Mac, and for aria-describedby-on-input,
2422 which is now moved to the generic TestExpectations file for GTK.
2423 * platform/gtk/TestExpectations: Added aria-describedby-on-input,
2424 linking it to the newly filed bug 121684.
2425 * platform/gtk-wk2/TestExpectations: Removed failure expectation.
2426 * platform/win/TestExpectations: Removed failure expectation.
2427 * platform/wincairo/TestExpectations: Ditto.
2429 2013-09-20 Bem Jones-Bey <bjonesbe@adobe.com>
2431 Move tests to new import location
2432 https://bugs.webkit.org/show_bug.cgi?id=121701
2434 Reviewed by Dirk Schulze.
2436 The import script was previously importing the tests into an incorrect
2437 path. This change uses the latest import script to import all of the
2438 shapes tests to the right location.
2440 There are also some small changes in the tests since they had some
2441 more metadata added upstream, but there are no functional changes in
2442 the tests with this change.
2444 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/rounded-rectangle.js: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/resources/rounded-rectangle.js.
2445 (ellipseXIntercept):
2446 (scanConvertRoundedRectangleOutside):
2447 (genLeftRightRoundedRectFloatShapeOutsideRefTest):
2448 (genLeftRoundedRectFloatShapeOutsideRefTest):
2449 (genRightRoundedRectFloatShapeOutsideRefTest):
2450 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/subpixel-utils.js: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/resources/subpixel-utils.js.
2453 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/w3c-import.log: Added.
2454 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html.
2455 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000.html.
2456 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000-expected.html.
2457 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000.html.
2458 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-000-expected.html.
2459 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-000.html.
2460 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-001-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-001-expected.html.
2461 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-001.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-001.html.
2462 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-002-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-002-expected.html.
2463 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-002.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-002.html.
2464 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-003-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-003-expected.html.
2465 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-003.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-003.html.
2466 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-004-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-004-expected.html.
2467 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-004.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-004.html.
2468 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-000-expected.html.
2469 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-000.html.
2470 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-001-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-001-expected.html.
2471 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-001.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-001.html.
2472 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-002-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-002-expected.html.
2473 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-002.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-inset-rectangle-002.html.
2474 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-000-expected.html.
2475 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-000.html.
2476 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-001-expected.html: Copied from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-001-expected.html.
2477 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-001.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-001.html.
2478 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-002-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-001-expected.html.
2479 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-polygon-000-expected.html.
2480 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-polygon-000.html.
2481 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-001-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-polygon-001-expected.html.
2482 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-001.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-polygon-001.html.
2483 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-polygon-002-expected.html.
2484 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-polygon-002.html.
2485 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-001-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-001-expected.html.
2486 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-001.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-001.html.
2487 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-002-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-002-expected.html.
2488 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-002.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-002.html.
2489 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-003-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-003-expected.html.
2490 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-003.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-003.html.
2491 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-004-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-004-expected.html.
2492 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-004.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-004.html.
2493 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-000-expected.html.
2494 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-000.html.
2495 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-001-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-001-expected.html.
2496 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-001.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-shape-margin-001.html.
2497 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-square-000-expected.html.
2498 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-square-000.html.
2499 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-border-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-square-border-000-expected.html.
2500 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-border-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-square-border-000.html.
2501 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html.
2502 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-stacked-000.html.
2503 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-000-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-000-expected.html.
2504 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-000.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-000.html.
2505 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-001-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-001-expected.html.
2506 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-001.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-001.html.
2507 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-002-expected.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-002-expected.html.
2508 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-002.html: Renamed from LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-002.html.
2509 * csswg/contributors/adobe/submitted/shapes/shape-outside/w3c-import.log: Added.
2510 * csswg/submitted/shapes/shape-outside/w3c-import.log: Removed.
2512 2013-09-20 Yoav Weiss <yoav@yoav.ws>
2514 Fixed img src URLS with multiple spaces
2515 https://bugs.webkit.org/show_bug.cgi?id=121592
2517 Reviewed by Darin Adler.
2519 This test verifies that URLs with multiple spaces can be loaded as an image resource.
2521 * fast/loader/image-src-multiple-space-expected.txt: Added.
2522 * fast/loader/image-src-multiple-space.html: Added.
2524 2013-09-20 Arunprasad Rajkumar <ararunprasad@gmail.com>
2526 Hiding a focused element should unfocus it and fire a blur event
2527 https://bugs.webkit.org/show_bug.cgi?id=29241
2529 Reviewed by Darin Adler.
2531 * fast/dom/HTMLDocument/active-element-gets-unfocusable-expected.txt: Added.
2532 * fast/dom/HTMLDocument/active-element-gets-unfocusable.html: Added.
2534 LayoutTest reused from https://chromium.googlesource.com/chromium/blink/+/c58f636fd18fc27944c42e27d6a92a36867c57e1
2535 with little modification.
2537 2013-09-20 Alexey Proskuryakov <ap@apple.com>
2539 Remove URL decoding in srcset handling
2540 https://bugs.webkit.org/show_bug.cgi?id=121609
2542 Followup to <http://trac.webkit.org/changeset/156161> - that change renamed expected
2543 results, but the new test wasn't landed.
2545 * fast/loader/image-src-encoded.html: Copied from LayoutTests/fast/loader/image-src-question-mark.html.
2546 * fast/loader/image-src-question-mark.html: Removed.
2548 2013-09-20 Sam White <samuel_white@apple.com>
2550 AX: WebArea claims to have a subrole, but always returns nil.
2551 https://bugs.webkit.org/show_bug.cgi?id=121658
2553 Reviewed by Chris Fleizach.
2555 Updated test output to reflect removal of unused NSAccessibilitySubroleAttribute in AXWebArea.
2557 * platform/mac/accessibility/document-attributes-expected.txt:
2559 2013-09-20 Denis Nomiyama <d.nomiyama@samsung.com>
2561 [ATK][WTR] accessibility/aria-invalid.html times out
2562 https://bugs.webkit.org/show_bug.cgi?id=121668
2564 Reviewed by Mario Sanchez Prada.
2566 Updated the expectation of aria-invalid.html test, which was timing out
2567 before bug 120421 and this fix.
2569 * platform/gtk-wk2/TestExpectations: Removed aria-invalid.html because
2570 it now passes with this fix and the patch from bug 120421.
2572 2013-09-20 Gabor Abraham <abrhm@inf.u-szeged.hu>
2574 [Qt] Unreviewed gardening. Rebase after Qt 5.1.1 and skip failing tests.
2576 * platform/qt-wk1/TestExpectations:
2577 * platform/qt-wk2/TestExpectations:
2578 * platform/qt-wk2/fast/forms/submit-to-blank-multiple-times-expected.txt: Added.
2579 * platform/qt/TestExpectations:
2581 2013-09-20 Yoav Weiss <yoav@yoav.ws>
2583 Modified img src and srcset encoded URL tests
2584 https://bugs.webkit.org/show_bug.cgi?id=121677
2586 Previous tests have broken the Windows builds, since '?' is not a valid char.
2589 Reviewed by Anders Carlsson.
2591 * fast/hidpi/image-srcset-encoded-expected.txt: Renamed from LayoutTests/fast/hidpi/image-srcset-question-mark-expected.txt.
2592 * fast/hidpi/image-srcset-encoded.html: Renamed from LayoutTests/fast/hidpi/image-srcset-question-mark.html.
2593 * fast/hidpi/resources/image@test.png: Renamed from LayoutTests/fast/hidpi/resources/image?test.png.
2594 * fast/loader/image-src-encoded-expected.txt: Renamed from LayoutTests/fast/loader/image-src-question-mark-expected.txt.
2595 * fast/loader/resources/image@test.png: Renamed from LayoutTests/fast/loader/resources/image?test.png.
2597 2013-09-20 Gabor Abraham <abrhm@inf.u-szeged.hu>
2599 [Qt] Unreviewed gardening. Update tests after r156066 and r156083.
2601 * platform/qt-wk1/fast/forms/HTMLOptionElement_label06-expected.png: Added r156083.
2602 * platform/qt-wk1/fast/forms/HTMLOptionElement_label06-expected.txt: Added r156083.
2603 * platform/qt-wk1/fast/forms/HTMLOptionElement_label07-expected.png: Added r156083.
2604 * platform/qt-wk1/fast/forms/HTMLOptionElement_label07-expected.txt: Added r156083.
2605 * platform/qt-wk1/fast/forms/form-element-geometry-expected.png: Added r156083.
2606 * platform/qt-wk1/fast/forms/form-element-geometry-expected.txt: Added r156083.
2607 * platform/qt-wk1/fast/forms/menulist-separator-painting-expected.txt: Added r156083.
2608 * platform/qt-wk1/fast/forms/select-baseline-expected.png: Added r156083.
2609 * platform/qt-wk1/fast/forms/select-baseline-expected.txt: Added r156083.
2610 * platform/qt-wk1/fast/forms/selectlist-minsize-expected.txt: Added r156083.
2611 * platform/qt-wk1/fast/replaced/three-selects-break-expected.txt: Added r156083.
2612 * platform/qt-wk1/js/dom/switch-behaviour-expected.txt: Added r156066.
2614 2013-09-18 Antonio Gomes <a1.gomes@sisa.samsung.com>
2616 Make "autoscroll" for drag'n drop a setting
2617 https://bugs.webkit.org/show_bug.cgi?id=121559
2619 Reviewed by Ryosuke Niwa.
2621 * fast/events/drag-and-drop-autoscroll.html:
2623 Adapts the test so that is toggles the feature on
2624 via InternalSettings interface.
2626 2013-09-20 Gabor Abraham <abrhm@inf.u-szeged.hu>
2628 [Qt] Unreviewed gardening. Update tests after change to Qt 5.1.1
2630 * platform/qt/css1/text_properties/letter_spacing-expected.png:
2631 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
2632 * platform/qt/fast/css/first-line-text-decoration-expected.png:
2633 * platform/qt/fast/css/first-line-text-decoration-expected.txt:
2634 * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
2635 * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
2636 * platform/qt/fast/css/word-space-extra-expected.png:
2637 * platform/qt/fast/css/word-space-extra-expected.txt:
2638 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
2639 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
2640 * platform/qt/fast/text/basic/003-expected.png:
2641 * platform/qt/fast/text/basic/003-expected.txt:
2642 * platform/qt/fast/text/basic/013-expected.png:
2643 * platform/qt/fast/text/basic/013-expected.txt:
2644 * platform/qt/fast/text/text-letter-spacing-expected.png:
2645 * platform/qt/fast/text/text-letter-spacing-expected.txt:
2647 2013-09-20 Krzysztof Czech <k.czech@samsung.com>
2649 [GTK][WK2] accessibility/selection-states.html is failing
2650 https://bugs.webkit.org/show_bug.cgi?id=116972
2652 Reviewed by Mario Sanchez Prada.
2654 Unskipping accessibility/selection-states.html test.
2656 * platform/gtk-wk2/TestExpectations:
2658 2013-09-20 Gabor Abraham <abrhm@inf.u-szeged.hu>
2660 [Qt] Unreviewed gardening. Rebase tests.
2662 * platform/qt-wk2/fast/css/word-space-extra-expected.png: Added r155957.
2663 * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Rebase after r155957.
2664 * platform/qt/fast/css/pseudo-first-line-border-width-expected.txt: Rebase after r155957.
2665 * platform/qt/fast/css/word-space-extra-expected.txt: Rebase after r155957.
2666 * platform/qt/fast/forms/select-empty-option-height-expected.txt: Rebase after rr156040.
2668 2013-09-19 Yoav Weiss <yoav@yoav.ws>
2670 Remove URL decoding in srcset handling
2671 https://bugs.webkit.org/show_bug.cgi?id=121609
2673 Reviewed by Benjamin Poulain.
2675 These tests make sure that encoded URLs are properly handled, and especially URLs
2676 with a question mark in them.
2678 * fast/hidpi/image-srcset-question-mark-expected.txt: Added.
2679 * fast/hidpi/image-srcset-question-mark.html: Added.
2680 * fast/hidpi/resources/image?test.png: Added.
2681 * fast/loader/image-src-question-mark-expected.txt: Added.
2682 * fast/loader/image-src-question-mark.html: Added.
2683 * fast/loader/resources/image?test.png: Added.
2685 2013-09-19 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2687 Use shouldBecomeEqual in asynchronous spellchecking tests.
2688 https://bugs.webkit.org/show_bug.cgi?id=121483
2690 Reviewed by Darin Adler.
2692 Every asynchronous spellchecking layout test waits for spelling or grammar
2693 markers using setTimeout. It duplicates the code, moreover the implementation
2694 differs in every test.
2696 Use shouldBecomeEqual helper (introduced in r143860) to test spellchecking
2699 * editing/spelling/grammar-markers-expected.txt:
2700 * editing/spelling/grammar-markers-hidpi-expected.txt:
2701 * editing/spelling/grammar-markers-hidpi.html:
2702 * editing/spelling/grammar-markers.html:
2704 * editing/spelling/grammar-paste-expected.txt:
2705 * editing/spelling/grammar-paste.html:
2706 Dump text of destination element instead of source one to show what is
2707 really tested. It stops outputting that the input and textarea elements
2708 can store html tags, for example,
2709 PASS INPUT has a marker on 'I have a<b>n ki</b>wi'.
2711 * editing/spelling/script-tests/spellcheck-paste.js:
2715 * editing/spelling/spellcheck-paste-continuous-disabled-expected.txt:
2716 * editing/spelling/spellcheck-paste-continuous-disabled.html:
2717 * editing/spelling/spellcheck-paste-disabled-expected.txt:
2718 * editing/spelling/spellcheck-paste-disabled.html:
2719 At the beginning, those tests check whether spelling marker appears
2720 synchronously. Then, spell checking is disabled to check whether
2721 the markers have disappeared properly.
2722 There is no need to check spelling asynchronously in the second part
2723 of the tests. Use synchronous spellchecking path instead.
2725 * editing/spelling/spellcheck-paste-expected.txt:
2726 * editing/spelling/spelling-marker-description-expected.txt:
2727 * editing/spelling/spelling-marker-description.html:
2728 * platform/efl-wk2/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt:
2729 * platform/mac/editing/spelling/grammar-markers-expected.png:
2730 * platform/mac/editing/spelling/grammar-markers-hidpi-expected.png:
2732 2013-09-19 Eric Carlson <eric.carlson@apple.com>
2734 MediaStream API: update MediaStreamTrackEvent object to match spec
2735 https://bugs.webkit.org/show_bug.cgi?id=121624
2737 Reviewed by Dean Jackson.
2739 * fast/mediastream/MediaStreamTrackEvent-constructor-expected.txt: Added.
2740 * fast/mediastream/MediaStreamTrackEvent-constructor.html: Added.
2742 2013-09-19 Alexey Proskuryakov <ap@apple.com>
2744 Layout Test http/tests/security/canvas-remote-read-remote-image-redirect.html is flaky
2745 https://bugs.webkit.org/show_bug.cgi?id=121458
2747 Reviewed by Sam Weinig.
2749 * fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt:
2750 * fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt:
2751 * fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt:
2752 * fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt:
2753 * fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt:
2754 * fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt:
2755 * fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt:
2756 * fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt:
2757 * fast/frames/sandboxed-iframe-attribute-parsing-14-expected.txt:
2758 * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
2759 * fast/frames/sandboxed-iframe-scripting-04-expected.txt:
2760 * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
2761 * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
2762 * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
2763 * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
2764 * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
2765 * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
2766 * media/video-controls-no-scripting-expected.txt:
2767 We now get a line number for blocked inline scripts, which is a progression.
2768 It is the line number for the closing </script>, which is not ideal, but better
2771 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
2772 * http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
2773 Also a progression - we now get a line number for offending <script>.
2775 2013-09-19 Bear Travis <betravis@adobe.com>
2777 CSS_SHAPES not supported on AppleWin port
2778 https://bugs.webkit.org/show_bug.cgi?id=118810
2780 Reviewed by Brent Fulgham.
2782 * platform/win/TestExpectations: Enable shapes tests.
2784 2013-09-19 Eric Carlson <eric.carlson@apple.com>
2786 MediaStream API: update NavigatorUserMediaError object to match spec
2787 https://bugs.webkit.org/show_bug.cgi?id=121584
2789 Reviewed by Dean Jackson.
2791 * fast/mediastream/getusermedia-expected.txt:
2792 * fast/mediastream/getusermedia.html:
2794 2013-09-19 Bem Jones-Bey <bjonesbe@adobe.com>
2796 Fix handling of top margin on float with shape-outside
2797 https://bugs.webkit.org/show_bug.cgi?id=121614
2799 Reviewed by Alexandru Chiculita.
2801 * csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-000-expected.html: Added.
2802 * csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-000.html: Added.
2803 Test for a positive left/right margin.
2805 * csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-001-expected.html: Added.
2806 * csswg/submitted/shapes/shape-outside/shape-outside-floats-margin-001.html: Added.
2807 Test for a positive top margin.
2809 2013-09-19 Ryosuke Niwa <rniwa@webkit.org>
2811 Add XHR tests checking readyState transition when abort() is invoked in various states
2812 https://bugs.webkit.org/show_bug.cgi?id=121585
2814 Reviewed by Alexey Proskuryakov.
2816 Merge https://chromium.googlesource.com/chromium/blink/+/2d854757576db590745cfb78e11ca428a1aac342
2818 * http/tests/xmlhttprequest/readystatechange-and-abort-expected.txt: Added.
2819 * http/tests/xmlhttprequest/readystatechange-and-abort.html: Added.
2821 2013-09-19 Manuel Rego Casasnovas <rego@igalia.com>
2823 Unreviewed. Fix typo in layout test description introduced in r155974.
2825 * fast/regions/selection-direction-expected.html:
2826 * fast/regions/selection-direction.html:
2828 2013-09-19 Andrei Parvu <parvu@adobe.com>
2830 [CSS Masking/Background] Position property should be ignored when using repeat: space
2831 https://bugs.webkit.org/show_bug.cgi?id=120623
2833 Reviewed by Dirk Schulze.
2835 * css3/masking/mask-repeat-one-copy-expected.html:
2836 * css3/masking/mask-repeat-one-copy.html: Only one copy of the mask should be drawn, and background position should determine its position.
2837 * css3/masking/mask-repeat-space-padding.html: Added a mask-position which should be ignored.
2839 2013-09-19 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2841 Unreviewed EFL gardening.
2843 Unskip tests added to platform/efl/Skipped, which now are passing.
2845 * platform/efl/TestExpectations:
2847 2013-09-19 Gurpreet Kaur <k.gurpreet@samsung.com>
2849 CSS Unit vmax and vmin in border-width not handled.
2850 https://bugs.webkit.org/show_bug.cgi?id=121421
2852 Reviewed by Darin Adler.
2854 * fast/css/viewport-vmax-border-expected.txt: Added.
2855 * fast/css/viewport-vmax-border.html: Added.
2856 * fast/css/viewport-vmin-border-expected.txt: Added.
2857 * fast/css/viewport-vmin-border.html: Added.
2858 Added new tests for verifying that border properties are
2859 applied when its values are given in vmax/vmin units.
2861 2013-09-19 Antti Koivisto <antti@apple.com>
2863 [CTTE] RenderText is always anonymous or associated with Text node
2864 https://bugs.webkit.org/show_bug.cgi?id=121596
2866 Reviewed by Andreas Kling.
2868 Update some MathML render tree dumps. RenderTexts for these are now anonymous.
2870 * platform/mac/mathml/presentation/mo-expected.txt:
2871 * platform/mac/mathml/presentation/row-expected.txt:
2873 2013-09-19 Gabor Abraham <abrhm@inf.u-szeged.hu>
2875 [Qt] Unreviewed gardening. Rebase after r155957 and 155998.
2877 * platform/qt-wk1/compositing/contents-scale/animating-expected.txt: Added r155998.
2878 * platform/qt-wk1/compositing/contents-scale/scaled-ancestor-expected.txt: Added r155998.
2879 * platform/qt-wk1/compositing/contents-scale/simple-scale-expected.txt: Added r155998.
2880 * platform/qt-wk1/compositing/contents-scale/z-translate-expected.txt: Added r155998.
2881 * platform/qt-wk2/compositing/contents-scale/animating-expected.txt: Added r155998.
2882 * platform/qt-wk2/compositing/contents-scale/scaled-ancestor-expected.txt: Added r155998.
2883 * platform/qt-wk2/compositing/contents-scale/simple-scale-expected.txt: Added r155998.
2884 * platform/qt-wk2/compositing/contents-scale/z-translate-expected.txt: Added r155998.
2885 * platform/qt/css3/selectors3/html/css3-modsel-179a-expected.txt: Rebase after r155957.
2886 * platform/qt/css3/selectors3/xhtml/css3-modsel-179a-expected.txt: Rebase after r155957.
2887 * platform/qt/css3/selectors3/xml/css3-modsel-179a-expected.txt: Rebase after r155957.
2889 2013-09-19 Zan Dobersek <zdobersek@igalia.com>
2891 Unreviewed GTK gardening.
2893 * platform/gtk/TestExpectations: Adding failure expectations for failing HiDPI and a11y tests.
2895 2013-09-18 Zan Dobersek <zdobersek@igalia.com>
2897 Unreviewed GTK gardening. Rebaselining after r155957.
2899 * platform/gtk/css3/selectors3/html/css3-modsel-179a-expected.txt:
2900 * platform/gtk/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
2901 * platform/gtk/css3/selectors3/xml/css3-modsel-179a-expected.txt:
2902 * platform/gtk/fast/css/pseudo-first-line-border-width-expected.txt:
2903 * platform/gtk/fast/css/word-space-extra-expected.txt:
2904 * platform/gtk/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
2906 2013-09-18 Zan Dobersek <zdobersek@igalia.com>
2908 Unreviewed GTK gardening. Rebaselining after r156040.
2910 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
2911 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
2912 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
2913 * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
2914 * platform/gtk/fast/forms/select-baseline-expected.txt:
2915 * platform/gtk/fast/forms/select-empty-option-height-expected.txt:
2916 * platform/gtk/fast/forms/selectlist-minsize-expected.txt:
2917 * platform/gtk/fast/html/keygen-expected.txt:
2918 * platform/gtk/fast/replaced/three-selects-break-expected.txt:
2920 2013-09-18 Mihnea Ovidenie <mihnea@adobe.com>
2922 [CSSRegions] Failed to retrieve named flow ranges for content with inline svg
2923 https://bugs.webkit.org/show_bug.cgi?id=121489
2925 Reviewed by David Hyatt.
2927 * fast/regions/get-region-flow-ranges-inline-svg-expected.txt: Added.
2928 * fast/regions/get-region-flow-ranges-inline-svg.html: Added.
2930 2013-09-18 Zan Dobersek <zdobersek@igalia.com>
2932 Unreviewed GTK gardening. Moving GTK-specific baselines for some js/dom/* tests into the proper directory.
2934 * platform/gtk/js/dom: Added.
2935 * platform/gtk/js/dom-static-property-for-in-iteration-expected.txt: Removed.
2936 * platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt: Copied from LayoutTests/platform/gtk/js/dom-static-property-for-in-iteration-expected.txt.
2937 * platform/gtk/js/dom/function-length-expected.txt: Copied from LayoutTests/platform/gtk/js/function-length-expected.txt.
2938 * platform/gtk/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Copied from LayoutTests/platform/gtk/js/global-constructors-attributes-dedicated-worker-expected.txt.
2939 * platform/gtk/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/gtk/js/global-constructors-attributes-expected.txt.
2940 * platform/gtk/js/dom/global-constructors-attributes-shared-worker-expected.txt: Copied from LayoutTests/platform/gtk/js/global-constructors-attributes-shared-worker-expected.txt.
2941 * platform/gtk/js/function-length-expected.txt: Removed.
2942 * platform/gtk/js/global-constructors-attributes-dedicated-worker-expected.txt: Removed.
2943 * platform/gtk/js/global-constructors-attributes-expected.txt: Removed.
2944 * platform/gtk/js/global-constructors-attributes-shared-worker-expected.txt: Removed.
2946 2013-09-18 Ryosuke Niwa <rniwa@webkit.org>
2950 * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
2951 * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
2952 * platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Removed.
2953 * platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Removed.
2955 2013-09-18 Ryosuke Niwa <rniwa@webkit.org>
2957 Lion rebaseline after r155253.
2959 * platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
2960 * platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
2961 * platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Removed.
2962 * platform/qt-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Removed.
2964 2013-09-18 Ryosuke Niwa <rniwa@webkit.org>
2966 Add test expectations for bugs 121581 and 121582.
2968 * platform/mac-wk2/TestExpectations:
2969 * platform/mac/TestExpectations:
2971 2013-09-18 Ryosuke Niwa <rniwa@webkit.org>
2973 Fix the expected result again after r156070.
2975 * platform/mac-lion/js/dom: Added.
2976 * platform/mac-lion/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
2977 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Removed.
2979 2013-09-18 Bem Jones-Bey <bjonesbe@adobe.com>
2981 REGRESSION (r155854 - r155967) block with margin-left adjacent to floated block causes text of subsequent blocks to overlap the floated block.
2982 https://bugs.webkit.org/show_bug.cgi?id=121532
2984 Reviewed by Andreas Kling.
2986 * fast/block/float/intruding-float-sibling-with-margin-expected.html: Added.
2987 * fast/block/float/intruding-float-sibling-with-margin.html: Added.
2989 2013-09-18 Ryosuke Niwa <rniwa@webkit.org>
2991 Merge HTMLBodyElement::didNotifySubtreeInsertions into HTMLBodyElement::insertedInto
2992 https://bugs.webkit.org/show_bug.cgi?id=121576
2994 Reviewed by Andreas Kling.
2996 Rebaseline a test now that we don't do an extra layout.
2998 * inspector/timeline/timeline-script-tag-1-expected.txt:
3000 2013-09-18 Filip Pizlo <fpizlo@apple.com>
3002 Unreviewed check in a proper baseline.
3004 * js/dom/global-constructors-attributes-expected.txt:
3006 2013-09-18 Ryosuke Niwa <rniwa@webkit.org>
3008 Move expected results after r156066.
3010 * platform/efl/js/dom: Added.
3011 * platform/efl/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/efl/js/global-constructors-attributes-expected.txt.
3012 * platform/efl/js/global-constructors-attributes-expected.txt: Removed.
3013 * platform/mac-lion/js/global-constructors-attributes-expected.txt: Removed.
3014 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac-lion/js/global-constructors-attributes-expected.txt.
3015 * platform/qt/js/dom: Added.
3016 * platform/qt/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/qt/js/global-constructors-attributes-expected.txt.
3017 * platform/qt/js/global-constructors-attributes-expected.txt: Removed.
3019 2013-09-18 Filip Pizlo <fpizlo@apple.com>
3021 Get rid of the jsc-test-list by moving all not-jsc-capable tests into js/dom
3022 https://bugs.webkit.org/show_bug.cgi?id=121578
3024 Rubber stamped by Geoffrey Garen.
3026 * fast/regex/cross-frame-callable-expected.txt: Removed.
3027 * fast/regex/cross-frame-callable.html: Removed.
3028 * fast/regex/dom: Added.
3029 * fast/regex/dom/cross-frame-callable-expected.txt: Added.
3030 * fast/regex/dom/cross-frame-callable.html: Added.
3031 * fast/regex/dom/lastIndex-expected.txt: Added.
3032 * fast/regex/dom/lastIndex.html: Added.
3033 * fast/regex/dom/non-pattern-characters-expected.txt: Added.
3034 * fast/regex/dom/non-pattern-characters.html: Added.
3035 * fast/regex/dom/script-tests: Added.
3036 * fast/regex/dom/script-tests/cross-frame-callable.js: Added.
3038 * fast/regex/dom/script-tests/lastIndex.js: Added.
3039 * fast/regex/dom/script-tests/non-pattern-characters.js: Added.
3040 * fast/regex/dom/script-tests/unicodeCaseInsensitive.js: Added.
3041 (shouldBeTrue.ucs2CodePoint):
3042 * fast/regex/dom/syntax-errors-expected.txt: Added.
3043 * fast/regex/dom/syntax-errors.html: Added.
3044 * fast/regex/dom/unicodeCaseInsensitive-expected.txt: Added.
3045 * fast/regex/dom/unicodeCaseInsensitive.html: Added.
3046 * fast/regex/lastIndex-expected.txt: Removed.
3047 * fast/regex/lastIndex.html: Removed.
3048 * fast/regex/non-pattern-characters-expected.txt: Removed.
3049 * fast/regex/non-pattern-characters.html: Removed.
3050 * fast/regex/script-tests/cross-frame-callable.js: Removed.
3051 * fast/regex/script-tests/lastIndex.js: Removed.
3052 * fast/regex/script-tests/non-pattern-characters.js: Removed.
3053 * fast/regex/script-tests/unicodeCaseInsensitive.js: Removed.
3054 * fast/regex/syntax-errors-expected.txt: Removed.
3055 * fast/regex/syntax-errors.html: Removed.
3056 * fast/regex/unicodeCaseInsensitive-expected.txt: Removed.
3057 * fast/regex/unicodeCaseInsensitive.html: Removed.
3058 * js/JSON-parse-expected.txt: Removed.
3059 * js/JSON-parse.html: Removed.
3060 * js/JSON-stringify-expected.txt: Removed.
3061 * js/JSON-stringify.html: Removed.
3062 * js/Object-defineProperty-expected.txt: Removed.
3063 * js/Object-defineProperty.html: Removed.
3064 * js/Promise-already-fulfilled-expected.txt: Removed.
3065 * js/Promise-already-fulfilled.html: Removed.
3066 * js/Promise-already-rejected-expected.txt: Removed.
3067 * js/Promise-already-rejected.html: Removed.
3068 * js/Promise-already-resolved-expected.txt: Removed.
3069 * js/Promise-already-resolved.html: Removed.
3070 * js/Promise-catch-expected.txt: Removed.
3071 * js/Promise-catch-in-workers-expected.txt: Removed.
3072 * js/Promise-catch-in-workers.html: Removed.
3073 * js/Promise-catch.html: Removed.
3074 * js/Promise-chain-expected.txt: Removed.
3075 * js/Promise-chain.html: Removed.
3076 * js/Promise-exception-expected.txt: Removed.
3077 * js/Promise-exception.html: Removed.
3078 * js/Promise-expected.txt: Removed.
3079 * js/Promise-fulfill-expected.txt: Removed.
3080 * js/Promise-fulfill-in-workers-expected.txt: Removed.
3081 * js/Promise-fulfill-in-workers.html: Removed.
3082 * js/Promise-fulfill.html: Removed.
3083 * js/Promise-init-expected.txt: Removed.
3084 * js/Promise-init-in-workers-expected.txt: Removed.
3085 * js/Promise-init-in-workers.html: Removed.
3086 * js/Promise-init.html: Removed.
3087 * js/Promise-reject-expected.txt: Removed.
3088 * js/Promise-reject-in-workers-expected.txt: Removed.
3089 * js/Promise-reject-in-workers.html: Removed.
3090 * js/Promise-reject.html: Removed.
3091 * js/Promise-resolve-chain-expected.txt: Removed.
3092 * js/Promise-resolve-chain.html: Removed.
3093 * js/Promise-resolve-expected.txt: Removed.
3094 * js/Promise-resolve-in-workers-expected.txt: Removed.
3095 * js/Promise-resolve-in-workers.html: Removed.
3096 * js/Promise-resolve-with-then-exception-expected.txt: Removed.
3097 * js/Promise-resolve-with-then-exception.html: Removed.
3098 * js/Promise-resolve-with-then-fulfill-expected.txt: Removed.
3099 * js/Promise-resolve-with-then-fulfill.html: Removed.
3100 * js/Promise-resolve-with-then-reject-expected.txt: Removed.
3101 * js/Promise-resolve-with-then-reject.html: Removed.
3102 * js/Promise-resolve.html: Removed.
3103 * js/Promise-simple-expected.txt: Removed.
3104 * js/Promise-simple-fulfill-expected.txt: Removed.
3105 * js/Promise-simple-fulfill-inside-callback-expected.txt: Removed.
3106 * js/Promise-simple-fulfill-inside-callback.html: Removed.
3107 * js/Promise-simple-fulfill.html: Removed.
3108 * js/Promise-simple-in-workers-expected.txt: Removed.
3109 * js/Promise-simple-in-workers.html: Removed.
3110 * js/Promise-simple.html: Removed.
3111 * js/Promise-static-fulfill-expected.txt: Removed.
3112 * js/Promise-static-fulfill.html: Removed.
3113 * js/Promise-static-reject-expected.txt: Removed.
3114 * js/Promise-static-reject.html: Removed.
3115 * js/Promise-static-resolve-expected.txt: Removed.
3116 * js/Promise-static-resolve.html: Removed.
3117 * js/Promise-then-expected.txt: Removed.
3118 * js/Promise-then-in-workers-expected.txt: Removed.
3119 * js/Promise-then-in-workers.html: Removed.
3120 * js/Promise-then-without-callbacks-expected.txt: Removed.
3121 * js/Promise-then-without-callbacks-in-workers-expected.txt: Removed.
3122 * js/Promise-then-without-callbacks-in-workers.html: Removed.
3123 * js/Promise-then-without-callbacks.html: Removed.
3124 * js/Promise-then.html: Removed.
3125 * js/Promise-types-expected.txt: Removed.
3126 * js/Promise-types.html: Removed.
3127 * js/Promise.html: Removed.
3128 * js/activation-object-function-lifetime-expected.txt: Removed.
3129 * js/activation-object-function-lifetime.html: Removed.
3130 * js/activation-proto-expected.txt: Removed.
3131 * js/activation-proto.html: Removed.
3132 * js/add-to-primitive-expected.txt: Removed.
3133 * js/add-to-primitive.html: Removed.
3134 * js/array-float-delete-expected.txt: Removed.
3135 * js/array-float-delete.html: Removed.
3136 * js/array-foreach-expected.txt: Removed.
3137 * js/array-foreach.html: Removed.
3138 * js/array-indexof-expected.txt: Removed.
3139 * js/array-indexof.html: Removed.
3140 * js/array-join-bug-11524-expected.txt: Removed.
3141 * js/array-join-bug-11524.html: Removed.
3142 * js/array-map-expected.txt: Removed.
3143 * js/array-map.html: Removed.
3144 * js/array-prototype-properties-expected.txt: Removed.
3145 * js/array-prototype-properties.html: Removed.
3146 * js/array-some-expected.txt: Removed.
3147 * js/array-some.html: Removed.
3148 * js/array-sort-exception-expected.txt: Removed.
3149 * js/array-sort-exception.html: Removed.
3150 * js/array-tostring-ignore-separator-expected.txt: Removed.
3151 * js/array-tostring-ignore-separator.html: Removed.
3152 * js/array-with-double-assign-expected.txt: Removed.
3153 * js/array-with-double-assign.html: Removed.
3154 * js/array-with-double-push-expected.txt: Removed.
3155 * js/array-with-double-push.html: Removed.
3156 * js/assign-expected.txt: Removed.
3157 * js/assign.html: Removed.
3158 * js/basic-map-expected.txt: Removed.
3159 * js/basic-map.html: Removed.
3160 * js/basic-set-expected.txt: Removed.
3161 * js/basic-set.html: Removed.
3162 * js/basic-weakmap-expected.txt: Removed.
3163 * js/basic-weakmap.html: Removed.
3164 * js/bitwise-and-on-undefined-expected.txt: Removed.
3165 * js/bitwise-and-on-undefined.html: Removed.
3166 * js/bom-in-file-retains-correct-offset-expected.txt: Removed.
3167 * js/bom-in-file-retains-correct-offset.html: Removed.
3168 * js/branch-fold-correctness-expected.txt: Removed.
3169 * js/branch-fold-correctness.html: Removed.
3170 * js/cached-eval-gc-expected.txt: Removed.
3171 * js/cached-eval-gc.html: Removed.
3172 * js/call-base-resolution-expected.txt: Removed.
3173 * js/call-base-resolution.html: Removed.
3174 * js/callback-function-with-handle-event-expected.txt: Removed.
3175 * js/callback-function-with-handle-event.html: Removed.
3176 * js/codegen-temporaries-multiple-global-blocks-expected.txt: Removed.
3177 * js/codegen-temporaries-multiple-global-blocks.html: Removed.
3178 * js/concat-large-strings-crash-expected.txt: Removed.
3179 * js/concat-large-strings-crash.html: Removed.
3180 * js/concat-large-strings-crash2-expected.txt: Removed.
3181 * js/concat-large-strings-crash2.html: Removed.
3182 * js/console-non-string-values-expected.txt: Removed.
3183 * js/console-non-string-values.html: Removed.
3184 * js/const-expected.txt: Removed.
3185 * js/const.html: Removed.
3186 * js/construct-global-object-expected.txt: Removed.
3187 * js/construct-global-object.html: Removed.
3188 * js/constructor-attributes-expected.txt: Removed.
3189 * js/constructor-attributes.html: Removed.
3190 * js/constructor-expected.txt: Removed.
3191 * js/constructor-length.html: Removed.
3192 * js/constructor.html: Removed.
3193 * js/create-lots-of-workers-expected.txt: Removed.
3194 * js/create-lots-of-workers.html: Removed.
3195 * js/cross-frame-bad-time-expected.txt: Removed.
3196 * js/cross-frame-bad-time.html: Removed.
3197 * js/cross-frame-prototype-expected.txt: Removed.
3198 * js/cross-frame-prototype.html: Removed.
3199 * js/cross-frame-really-bad-time-expected.txt: Removed.
3200 * js/cross-frame-really-bad-time-with-__proto__-expected.txt: Removed.
3201 * js/cross-frame-really-bad-time-with-__proto__.html: Removed.
3202 * js/cross-frame-really-bad-time.html: Removed.
3203 * js/cross-global-object-inline-global-var-expected.txt: Removed.
3204 * js/cross-global-object-inline-global-var.html: Removed.
3205 * js/custom-constructors-expected.txt: Removed.
3206 * js/custom-constructors.html: Removed.
3207 * js/cyclic-proto-expected.txt: Removed.
3208 * js/cyclic-proto.html: Removed.
3209 * js/cyclic-ref-toString-expected.txt: Removed.
3210 * js/cyclic-ref-toString.html: Removed.
3211 * js/date-DST-time-cusps-expected.txt: Removed.
3212 * js/date-DST-time-cusps.html: Removed.
3213 * js/date-big-constructor-expected.txt: Removed.
3214 * js/date-big-constructor.html: Removed.
3215 * js/date-big-setdate-expected.txt: Removed.
3216 * js/date-big-setdate.html: Removed.
3217 * js/date-big-setmonth-expected.txt: Removed.
3218 * js/date-big-setmonth.html: Removed.
3219 * js/date-negative-setmonth-expected.txt: Removed.
3220 * js/date-negative-setmonth.html: Removed.
3221 * js/date-preserve-milliseconds-expected.txt: Removed.
3222 * js/date-preserve-milliseconds.html: Removed.
3223 * js/deep-recursion-test-expected.txt: Removed.
3224 * js/deep-recursion-test.html: Removed.
3225 * js/delete-function-parameter-expected.txt: Removed.
3226 * js/delete-function-parameter.html: Removed.
3227 * js/delete-multiple-global-blocks-expected.txt: Removed.
3228 * js/delete-multiple-global-blocks.html: Removed.
3229 * js/delete-syntax-expected.txt: Removed.
3230 * js/delete-syntax.html: Removed.
3231 * js/dfg-arguments-alias-activation-expected.txt: Removed.
3232 * js/dfg-arguments-alias-activation.html: Removed.
3233 * js/dfg-byte-array-put-expected.txt: Removed.
3234 * js/dfg-byte-array-put.html: Removed.
3235 * js/dfg-byteOffset-neuter-expected.txt: Removed.
3236 * js/dfg-byteOffset-neuter.html: Removed.
3237 * js/dfg-compare-final-object-to-final-object-or-other-expected.txt: Removed.
3238 * js/dfg-compare-final-object-to-final-object-or-other.html: Removed.
3239 * js/dfg-cross-global-object-inline-new-array-expected.txt: Removed.
3240 * js/dfg-cross-global-object-inline-new-array-literal-expected.txt: Removed.
3241 * js/dfg-cross-global-object-inline-new-array-literal-with-variables-expected.txt: Removed.
3242 * js/dfg-cross-global-object-inline-new-array-literal-with-variables.html: Removed.
3243 * js/dfg-cross-global-object-inline-new-array-literal.html: Removed.
3244 * js/dfg-cross-global-object-inline-new-array-with-elements-expected.txt: Removed.
3245 * js/dfg-cross-global-object-inline-new-array-with-elements.html: Removed.
3246 * js/dfg-cross-global-object-inline-new-array-with-size-expected.txt: Removed.
3247 * js/dfg-cross-global-object-inline-new-array-with-size.html: Removed.
3248 * js/dfg-cross-global-object-inline-new-array.html: Removed.
3249 * js/dfg-cross-global-object-new-array-expected.txt: Removed.
3250 * js/dfg-cross-global-object-new-array.html: Removed.
3251 * js/dfg-custom-getter-expected.txt: Removed.
3252 * js/dfg-custom-getter-throw-expected.txt: Removed.
3253 * js/dfg-custom-getter-throw-inlined-expected.txt: Removed.
3254 * js/dfg-custom-getter-throw-inlined.html: Removed.
3255 * js/dfg-custom-getter-throw.html: Removed.
3256 * js/dfg-custom-getter.html: Removed.
3257 * js/dfg-ensure-array-storage-on-window-expected.txt: Removed.
3258 * js/dfg-ensure-array-storage-on-window.html: Removed.
3259 * js/dfg-ensure-non-array-array-storage-on-window-expected.txt: Removed.
3260 * js/dfg-ensure-non-array-array-storage-on-window.html: Removed.
3261 * js/dfg-inline-resolve-expected.txt: Removed.
3262 * js/dfg-inline-resolve.html: Removed.
3263 * js/dfg-inline-switch-imm-expected.txt: Removed.
3264 * js/dfg-inline-switch-imm.html: Removed.
3265 * js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Removed.
3266 * js/dfg-int32-to-double-on-set-local-and-exit.html: Removed.
3267 * js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Removed.
3268 * js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Removed.
3269 * js/dfg-logical-not-final-object-or-other-expected.txt: Removed.
3270 * js/dfg-logical-not-final-object-or-other.html: Removed.
3271 * js/dfg-make-rope-side-effects-expected.txt: Removed.
3272 * js/dfg-make-rope-side-effects.html: Removed.
3273 * js/dfg-negative-array-size-expected.txt: Removed.
3274 * js/dfg-negative-array-size.html: Removed.
3275 * js/dfg-patchable-get-by-id-after-watchpoint-expected.txt: Removed.
3276 * js/dfg-patchable-get-by-id-after-watchpoint.html: Removed.
3277 * js/dfg-peephole-compare-final-object-to-final-object-or-other-expected.txt: Removed.
3278 * js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Removed.
3279 * js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html: Removed.
3280 * js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Removed.
3281 * js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.html: Removed.
3282 * js/dfg-peephole-compare-final-object-to-final-object-or-other.html: Removed.
3283 * js/dfg-proto-stub-watchpoint-fire-expected.txt: Removed.
3284 * js/dfg-proto-stub-watchpoint-fire.html: Removed.
3285 * js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Removed.
3286 * js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Removed.
3287 * js/dfg-put-by-id-allocate-storage-expected.txt: Removed.
3288 * js/dfg-put-by-id-allocate-storage-polymorphic-expected.txt: Removed.
3289 * js/dfg-put-by-id-allocate-storage-polymorphic.html: Removed.
3290 * js/dfg-put-by-id-allocate-storage.html: Removed.
3291 * js/dfg-put-by-id-reallocate-storage-expected.txt: Removed.
3292 * js/dfg-put-by-id-reallocate-storage-polymorphic-expected.txt: Removed.
3293 * js/dfg-put-by-id-reallocate-storage-polymorphic.html: Removed.
3294 * js/dfg-put-by-id-reallocate-storage.html: Removed.
3295 * js/dfg-put-by-val-setter-then-get-by-val-expected.txt: Removed.
3296 * js/dfg-put-by-val-setter-then-get-by-val.html: Removed.
3297 * js/dfg-put-to-readonly-property-expected.txt: Removed.
3298 * js/dfg-put-to-readonly-property.html: Removed.
3299 * js/dfg-rshift-by-zero-eliminate-valuetoint32-expected.txt: Removed.
3300 * js/dfg-rshift-by-zero-eliminate-valuetoint32.html: Removed.
3301 * js/dfg-store-unexpected-value-into-argument-and-osr-exit-expected.txt: Removed.
3302 * js/dfg-store-unexpected-value-into-argument-and-osr-exit.html: Removed.
3303 * js/dfg-strcat-over-objects-then-exit-on-it-expected.txt: Removed.
3304 * js/dfg-strcat-over-objects-then-exit-on-it.html: Removed.
3305 * js/dfg-strict-mode-arguments-get-beyond-length-expected.txt: Removed.
3306 * js/dfg-strict-mode-arguments-get-beyond-length.html: Removed.
3307 * js/dfg-typed-array-neuter-expected.txt: Removed.
3308 * js/dfg-typed-array-neuter.html: Removed.
3309 * js/direct-entry-to-function-code-expected.txt: Removed.
3310 * js/direct-entry-to-function-code.html: Removed.
3311 * js/do-while-expression-value-expected.txt: Removed.
3312 * js/do-while-expression-value.html: Removed.
3313 * js/do-while-without-semicolon-expected.txt: Removed.
3314 * js/do-while-without-semicolon.html: Removed.
3315 * js/document-all-between-frames-expected.txt: Removed.
3316 * js/document-all-between-frames.html: Removed.
3317 * js/document-all-triggers-masquerades-watchpoint-expected.txt: Removed.
3318 * js/document-all-triggers-masquerades-watchpoint.html: Removed.
3320 * js/dom-static-property-for-in-iteration-expected.txt: Removed.
3321 * js/dom-static-property-for-in-iteration.html: Removed.
3322 * js/dom/JSON-parse-expected.txt: Added.
3323 * js/dom/JSON-parse.html: Added.
3324 * js/dom/JSON-stringify-expected.txt: Added.
3325 * js/dom/JSON-stringify.html: Added.
3326 * js/dom/Object-defineProperty-expected.txt: Added.
3327 * js/dom/Object-defineProperty.html: Added.
3328 * js/dom/Promise-already-fulfilled-expected.txt: Added.
3329 * js/dom/Promise-already-fulfilled.html: Added.
3330 * js/dom/Promise-already-rejected-expected.txt: Added.
3331 * js/dom/Promise-already-rejected.html: Added.
3332 * js/dom/Promise-already-resolved-expected.txt: Added.
3333 * js/dom/Promise-already-resolved.html: Added.
3334 * js/dom/Promise-catch-expected.txt: Added.
3335 * js/dom/Promise-catch-in-workers-expected.txt: Added.
3336 * js/dom/Promise-catch-in-workers.html: Added.
3337 * js/dom/Promise-catch.html: Added.
3338 * js/dom/Promise-chain-expected.txt: Added.
3339 * js/dom/Promise-chain.html: Added.
3340 * js/dom/Promise-exception-expected.txt: Added.
3341 * js/dom/Promise-exception.html: Added.
3342 * js/dom/Promise-expected.txt: Added.
3343 * js/dom/Promise-fulfill-expected.txt: Added.
3344 * js/dom/Promise-fulfill-in-workers-expected.txt: Added.
3345 * js/dom/Promise-fulfill-in-workers.html: Added.
3346 * js/dom/Promise-fulfill.html: Added.
3347 * js/dom/Promise-init-expected.txt: Added.
3348 * js/dom/Promise-init-in-workers-expected.txt: Added.
3349 * js/dom/Promise-init-in-workers.html: Added.
3350 * js/dom/Promise-init.html: Added.
3351 * js/dom/Promise-reject-expected.txt: Added.
3352 * js/dom/Promise-reject-in-workers-expected.txt: Added.
3353 * js/dom/Promise-reject-in-workers.html: Added.
3354 * js/dom/Promise-reject.html: Added.
3355 * js/dom/Promise-resolve-chain-expected.txt: Added.
3356 * js/dom/Promise-resolve-chain.html: Added.
3357 * js/dom/Promise-resolve-expected.txt: Added.
3358 * js/dom/Promise-resolve-in-workers-expected.txt: Added.
3359 * js/dom/Promise-resolve-in-workers.html: Added.
3360 * js/dom/Promise-resolve-with-then-exception-expected.txt: Added.
3361 * js/dom/Promise-resolve-with-then-exception.html: Added.
3362 * js/dom/Promise-resolve-with-then-fulfill-expected.txt: Added.
3363 * js/dom/Promise-resolve-with-then-fulfill.html: Added.
3364 * js/dom/Promise-resolve-with-then-reject-expected.txt: Added.
3365 * js/dom/Promise-resolve-with-then-reject.html: Added.
3366 * js/dom/Promise-resolve.html: Added.
3367 * js/dom/Promise-simple-expected.txt: Added.
3368 * js/dom/Promise-simple-fulfill-expected.txt: Added.
3369 * js/dom/Promise-simple-fulfill-inside-callback-expected.txt: Added.
3370 * js/dom/Promise-simple-fulfill-inside-callback.html: Added.
3371 * js/dom/Promise-simple-fulfill.html: Added.
3372 * js/dom/Promise-simple-in-workers-expected.txt: Added.
3373 * js/dom/Promise-simple-in-workers.html: Added.
3374 * js/dom/Promise-simple.html: Added.
3375 * js/dom/Promise-static-fulfill-expected.txt: Added.
3376 * js/dom/Promise-static-fulfill.html: Added.
3377 * js/dom/Promise-static-reject-expected.txt: Added.
3378 * js/dom/Promise-static-reject.html: Added.
3379 * js/dom/Promise-static-resolve-expected.txt: Added.
3380 * js/dom/Promise-static-resolve.html: Added.
3381 * js/dom/Promise-then-expected.txt: Added.
3382 * js/dom/Promise-then-in-workers-expected.txt: Added.
3383 * js/dom/Promise-then-in-workers.html: Added.
3384 * js/dom/Promise-then-without-callbacks-expected.txt: Added.
3385 * js/dom/Promise-then-without-callbacks-in-workers-expected.txt: Added.
3386 * js/dom/Promise-then-without-callbacks-in-workers.html: Added.
3387 * js/dom/Promise-then-without-callbacks.html: Added.
3388 * js/dom/Promise-then.html: Added.
3389 * js/dom/Promise-types-expected.txt: Added.
3390 * js/dom/Promise-types.html