1 2013-11-27 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3 Unreviewed EFL gardening
5 Add test expectations for flaky tests.
7 * platform/efl-wk2/TestExpectations:
8 * platform/efl/TestExpectations:
10 2013-11-27 Xabier Rodriguez Calvar <calvaris@igalia.com>
12 [GStreamer] Invalid command line error when visiting www.chessbase.com
13 https://bugs.webkit.org/show_bug.cgi?id=124715
15 Reviewed by Philippe Normand.
17 Copied and adapted for HTTP from
18 media/video-error-does-not-exist.html.
20 * http/tests/media/video-error-does-not-exist-expected.txt: Added.
21 * http/tests/media/video-error-does-not-exist.html: Added.
23 2013-11-14 Sergio Villar Senin <svillar@igalia.com>
25 [CSS Grid Layout] Fix positioning of grid items with margins
26 https://bugs.webkit.org/show_bug.cgi?id=124345
28 Reviewed by David Hyatt.
30 From Blink r157925 and r158041 by <jchaffraix@chromium.org>
32 New test case for grid items margin resolution. Extended the
33 preferred logical widths checks with grid items with margins.
35 * fast/css-grid-layout/grid-item-margin-resolution-expected.txt: Added.
36 * fast/css-grid-layout/grid-item-margin-resolution.html: Added.
37 * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt:
38 * fast/css-grid-layout/grid-preferred-logical-widths.html:
40 2013-11-26 Sergio Villar Senin <svillar@igalia.com>
42 [CSS Grid Layout] Support grid-definition-{rows|columns} repeat() syntax
43 https://bugs.webkit.org/show_bug.cgi?id=103312
45 Reviewed by Andreas Kling.
47 Based on Blink r153155 by <jchaffraix@chromium.org>. Some code was
48 refactored in a helper function to have a more compact test.
50 * fast/css-grid-layout/grid-element-repeat-get-set-expected.txt: Added.
51 * fast/css-grid-layout/grid-element-repeat-get-set.html: Added.
53 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
55 Windows rebaselines after r158547.
57 * platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
58 * platform/win/editing/selection/drag-text-delay-expected.txt: Added.
59 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
61 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
63 Record subtest values in Dromaeo tests
64 https://bugs.webkit.org/show_bug.cgi?id=124498
66 Reviewed by Andreas Kling.
70 * fast/harness/perftests/runs-per-second-log-expected.txt:
72 2013-11-26 Nick Diego Yamane <nick.yamane@openbossa.org>
74 [MediaStream API] HTMLMediaElement should be able to use MediaStream as source
75 https://bugs.webkit.org/show_bug.cgi?id=121943
77 Reviewed by Eric Carlson.
79 Add layout tests to MediaStream direct assignment to HTMLMediaElement
80 using brand new srcObject attribute.
82 * fast/mediastream/MediaStream-MediaElement-srcObject-expected.txt: Added.
83 * fast/mediastream/MediaStream-MediaElement-srcObject.html: Added.
85 2013-11-26 Bear Travis <betravis@adobe.com>
87 [CSS Shapes] Layout using [<box> || <shape>] value
88 https://bugs.webkit.org/show_bug.cgi?id=124428
90 Reviewed by David Hyatt.
92 Adding tests to make sure that shapes properly size and position themselves across box values
93 and writing modes. Some shape-outside tests needed to be updated to explicitly size themselves
94 to content-box, as they were relying on that being the default value. Some shape-inside tests
95 needed to be adjusted as box-sizing no longer affects the shape size and position.
97 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html:
98 Explicitly size to content-box.
99 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-001.html: Ditto.
100 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-002.html: Ditto.
101 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-003.html: Ditto.
102 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-004.html: Ditto.
103 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-010.html: Ditto.
104 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-011.html: Ditto.
105 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-012.html: Ditto.
106 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-014.html: Ditto.
107 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-015.html: Ditto.
108 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-016.html: Ditto.
109 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-017.html: Ditto.
110 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-018.html: Ditto.
111 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-021.html: Ditto.
112 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001.html: Ditto.
113 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002.html: Ditto.
114 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003.html: Ditto.
115 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004.html: Ditto.
116 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-000.html: Ditto.
117 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-001.html: Ditto.
118 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002.html: Ditto.
119 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-border-000.html: Ditto.
120 * fast/shapes/shape-inside/shape-inside-box-sizing-expected.html: Small test cleanup.
121 * fast/shapes/shape-inside/shape-inside-box-sizing.html: Modify shapes to provide their sizing box.
122 * fast/shapes/shape-inside/shape-inside-empty-expected.html: Small test cleanup.
123 * fast/shapes/shape-inside/shape-inside-empty.html: Modify shapes to provide their sizing box.
124 * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html: Ditto.
125 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001-expected.html: Added.
126 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001.html: Added.
127 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002-expected.html: Added.
128 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002.html: Added.
129 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003-expected.html: Added.
130 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003.html: Added.
131 * inspector-protocol/model/highlight-shape-outside.html: Modify shapes to provide their sizing box.
133 2013-11-26 Oliver Hunt <oliver@apple.com>
135 Crash in JSC::ASTBuilder::Expression JSC::Parser<JSC::Lexer<unsigned char> >::parseUnaryExpression<JSC::ASTBuilder>(JSC::ASTBuilder&)
136 https://bugs.webkit.org/show_bug.cgi?id=124886
138 Reviewed by Sam Weinig.
142 * js/parser-syntax-check-expected.txt:
143 * js/script-tests/parser-syntax-check.js:
145 2013-11-26 Eric Carlson <eric.carlson@apple.com>
147 video.currentSrc should return empty when no resource is loaded
148 https://bugs.webkit.org/show_bug.cgi?id=124898
150 Reviewed by Dan Bernstein.
152 * media/video-currentsrc-cleared-expected.txt: Added.
153 * media/video-currentsrc-cleared.html: Added.
155 2013-11-26 Hans Muller <hmuller@adobe.com>
157 [CSS Shapes] Support for shape-margin in BoxShape
158 https://bugs.webkit.org/show_bug.cgi?id=124788
160 Verify that shape-margin has the expected effect on the four possible shape-outside box values
161 for left and right floats.
163 Reviewed by Andreas Kling.
165 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001-expected.html: Added.
166 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001.html: Added.
167 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002-expected.html: Added.
168 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002.html: Added.
170 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
172 Unreviewed EFL gardening
174 Add test expectations for failing accessibility tests.
176 * platform/efl/TestExpectations:
178 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
180 Unreviewed ATK gardening
182 Rebaseline accessibility tests after r159747.
184 * platform/efl-wk1/accessibility/table-detection-expected.txt:
185 * platform/efl-wk2/accessibility/table-detection-expected.txt:
186 * platform/gtk/accessibility/table-detection-expected.txt:
188 2013-11-25 Dean Jackson <dino@apple.com>
190 RenderTableSection Blink merge asserting
191 https://bugs.webkit.org/show_bug.cgi?id=124857
193 Skipping these tests for now, since Ossy + Laszlo checked
194 in a lot of rebaselines and I didn't want to roll
199 2013-11-25 Robert Hogan <robert@webkit.org>
201 Add complex line layout path version of empty-clear-blocks.html
202 https://bugs.webkit.org/show_bug.cgi?id=124808
204 Reviewed by Sam Weinig.
206 * fast/block/margin-collapse/empty-clear-blocks-complex-expected.html: Added.
207 * fast/block/margin-collapse/empty-clear-blocks-complex.html: Added.
209 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
211 Vertical border spacing is doubled between table row groups
212 https://bugs.webkit.org/show_bug.cgi?id=20040
214 Reviewed by Csaba Osztrogonác.
216 Rebaseline the rest of EFL and GTK tests.
218 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
219 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
220 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
221 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
222 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
223 * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
224 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
225 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
226 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
227 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
228 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
229 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
230 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
231 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
232 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
233 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.png:
234 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
235 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
236 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
238 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
240 Vertical border spacing is doubled between table row groups
241 https://bugs.webkit.org/show_bug.cgi?id=20040
243 Reviewed by Csaba Osztrogonác.
245 Rebaseline efl tests (+mac corrections).
247 * platform/efl/fast/forms/input-align-expected.png:
248 * platform/efl/fast/forms/input-align-expected.txt:
249 * platform/efl/fast/forms/input-value-expected.png:
250 * platform/efl/fast/forms/input-value-expected.txt:
251 * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
252 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
253 * platform/efl/fast/table/floating-th-expected.png:
254 * platform/efl/fast/table/floating-th-expected.txt:
255 * platform/efl/fast/table/frame-and-rules-expected.png:
256 * platform/efl/fast/table/frame-and-rules-expected.txt:
257 * platform/efl/fast/table/multiple-captions-display-expected.png:
258 * platform/efl/fast/table/multiple-captions-display-expected.txt:
259 * platform/efl/fast/table/rowindex-expected.png:
260 * platform/efl/fast/table/rowindex-expected.txt:
261 * platform/efl/fast/table/table-display-types-expected.png:
262 * platform/efl/fast/table/table-display-types-expected.txt:
263 * platform/efl/fast/table/table-display-types-strict-expected.png:
264 * platform/efl/fast/table/table-display-types-strict-expected.txt:
265 * platform/efl/fast/table/table-display-types-vertical-expected.png:
266 * platform/efl/fast/table/table-display-types-vertical-expected.txt:
267 * platform/efl/tables/mozilla/bugs/bug119786-expected.png:
268 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
269 * platform/efl/tables/mozilla/bugs/bug13118-expected.png:
270 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
271 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.png:
272 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
273 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.png:
274 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
275 * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
276 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
277 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.png:
278 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
279 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.png:
280 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
281 * platform/efl/tables/mozilla/bugs/bug30418-expected.png:
282 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
283 * platform/efl/tables/mozilla/bugs/bug3263-expected.png:
284 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
285 * platform/efl/tables/mozilla/bugs/bug38916-expected.png:
286 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
287 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.png:
288 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
289 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.png:
290 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
291 * platform/efl/tables/mozilla/bugs/bug46268-expected.png:
292 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
293 * platform/efl/tables/mozilla/bugs/bug46924-expected.png:
294 * platform/efl/tables/mozilla/bugs/bug46924-expected.txt:
295 * platform/efl/tables/mozilla/bugs/bug57378-expected.png:
296 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
297 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.png:
298 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
299 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
300 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
301 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.png:
302 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
303 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
304 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
305 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
306 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
307 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
308 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
309 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.png:
310 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
311 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
312 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
313 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
314 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
315 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.png:
316 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
317 * platform/efl/tables/mozilla/marvin/body_thead-expected.png:
318 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
319 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.png:
320 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
321 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.png:
322 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
323 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.png:
324 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
325 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.png:
326 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
327 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.png:
328 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
329 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.png:
330 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
331 * platform/efl/tables/mozilla/marvin/tbody_char-expected.png:
332 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
333 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
334 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
335 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
336 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
337 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.png:
338 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
339 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.png:
340 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt:
341 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.png:
342 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
343 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.png:
344 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
345 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.png:
346 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
347 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.png:
348 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
349 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.png:
350 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
351 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.png:
352 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
353 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
354 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
355 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
356 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
357 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
358 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
359 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.png:
360 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
361 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.png:
362 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
363 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.png:
364 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
365 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.png:
366 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
367 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.png:
368 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
369 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.png:
370 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
371 * platform/efl/tables/mozilla/marvin/thead_char-expected.png:
372 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
373 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.png:
374 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
375 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.png:
376 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
377 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.png:
378 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt:
379 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.png:
380 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt:
381 * platform/efl/tables/mozilla/marvin/x_table-expected.png:
382 * platform/efl/tables/mozilla/marvin/x_table-expected.txt:
383 * platform/efl/tables/mozilla/marvin/x_table_border-expected.png:
384 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
385 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.png:
386 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
387 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.png:
388 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
389 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.png:
390 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
391 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.png:
392 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
393 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.png:
394 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
395 * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
396 * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
397 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.png:
398 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
399 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.png:
400 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
401 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
402 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
403 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
404 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
405 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
406 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
407 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
408 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
409 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
410 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
411 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
412 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
413 * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
414 * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
415 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
416 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
417 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
418 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
419 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.png:
420 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
421 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.png:
422 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
423 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.png:
424 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
425 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
426 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
427 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
428 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
429 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
430 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
431 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
432 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
433 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.png:
434 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
435 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.png:
436 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
437 * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.png:
438 * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
439 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.png:
440 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
441 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.png:
442 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
443 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.png:
444 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
445 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.png:
446 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
447 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.png:
448 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
449 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
450 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
451 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
452 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
453 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
454 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
455 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.png:
456 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
457 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
458 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
459 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
460 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
461 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
462 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
463 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
464 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
465 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
466 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
467 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
468 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
469 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
470 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
471 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
472 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
473 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
474 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
475 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
476 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
477 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
478 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
479 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
480 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
481 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
482 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
483 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
484 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
485 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
486 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
487 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
488 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
489 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
490 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
491 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
492 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
493 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
494 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
495 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
496 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
497 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
498 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
499 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
500 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
501 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
502 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
503 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
504 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
505 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
506 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
507 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
508 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
509 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
510 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt:
511 * platform/mac/fast/forms/input-value-expected.txt:
513 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
515 Vertical border spacing is doubled between table row groups
516 https://bugs.webkit.org/show_bug.cgi?id=20040
518 Reviewed by Csaba Osztrogonác.
520 Rebase GTK results after r159747.
522 * platform/gtk/fast/forms/input-value-expected.png:
523 * platform/gtk/fast/forms/input-value-expected.txt:
524 * platform/gtk/fast/table/011-expected.txt:
525 * platform/gtk/fast/table/border-collapsing/004-expected.txt:
526 * platform/gtk/fast/table/border-collapsing/004-vertical-expected.png:
527 * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
528 * platform/gtk/fast/table/floating-th-expected.png:
529 * platform/gtk/fast/table/floating-th-expected.txt:
530 * platform/gtk/fast/table/frame-and-rules-expected.png:
531 * platform/gtk/fast/table/frame-and-rules-expected.txt:
532 * platform/gtk/fast/table/rowindex-expected.png:
533 * platform/gtk/fast/table/rowindex-expected.txt:
534 * platform/gtk/fast/table/table-display-types-expected.png:
535 * platform/gtk/fast/table/table-display-types-expected.txt:
536 * platform/gtk/fast/table/table-display-types-strict-expected.png:
537 * platform/gtk/fast/table/table-display-types-strict-expected.txt:
538 * platform/gtk/fast/table/table-display-types-vertical-expected.png:
539 * platform/gtk/fast/table/table-display-types-vertical-expected.txt:
540 * platform/gtk/fast/table/tableInsideCaption-expected.txt:
541 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
542 * platform/gtk/tables/mozilla/bugs/bug119786-expected.png:
543 * platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
544 * platform/gtk/tables/mozilla/bugs/bug13118-expected.png:
545 * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt:
546 * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.png:
547 * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt:
548 * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.png:
549 * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt:
550 * platform/gtk/tables/mozilla/bugs/bug220536-expected.png:
551 * platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
552 * platform/gtk/tables/mozilla/bugs/bug26178-expected.png:
553 * platform/gtk/tables/mozilla/bugs/bug26178-expected.txt:
554 * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt:
555 * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.png:
556 * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt:
557 * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.png:
558 * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
559 * platform/gtk/tables/mozilla/bugs/bug278385-expected.txt:
560 * platform/gtk/tables/mozilla/bugs/bug30418-expected.png:
561 * platform/gtk/tables/mozilla/bugs/bug30418-expected.txt:
562 * platform/gtk/tables/mozilla/bugs/bug3263-expected.png:
563 * platform/gtk/tables/mozilla/bugs/bug3263-expected.txt:
564 * platform/gtk/tables/mozilla/bugs/bug38916-expected.png:
565 * platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
566 * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.png:
567 * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt:
568 * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.png:
569 * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt:
570 * platform/gtk/tables/mozilla/bugs/bug46268-expected.png:
571 * platform/gtk/tables/mozilla/bugs/bug46268-expected.txt:
572 * platform/gtk/tables/mozilla/bugs/bug46924-expected.png:
573 * platform/gtk/tables/mozilla/bugs/bug46924-expected.txt:
574 * platform/gtk/tables/mozilla/bugs/bug55789-expected.txt:
575 * platform/gtk/tables/mozilla/bugs/bug57378-expected.png:
576 * platform/gtk/tables/mozilla/bugs/bug57378-expected.txt:
577 * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.png:
578 * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
579 * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
580 * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
581 * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.png:
582 * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt:
583 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
584 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
585 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
586 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
587 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
588 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
589 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.png:
590 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
591 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
592 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
593 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
594 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
595 * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.png:
596 * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt:
597 * platform/gtk/tables/mozilla/marvin/body_thead-expected.png:
598 * platform/gtk/tables/mozilla/marvin/body_thead-expected.txt:
599 * platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.png:
600 * platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt:
601 * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.png:
602 * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt:
603 * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.png:
604 * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt:
605 * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.png:
606 * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt:
607 * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.png:
608 * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt:
609 * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.png:
610 * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt:
611 * platform/gtk/tables/mozilla/marvin/tbody_char-expected.png:
612 * platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt:
613 * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
614 * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
615 * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
616 * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
617 * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.png:
618 * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
619 * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.png:
620 * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt:
621 * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.png:
622 * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt:
623 * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.png:
624 * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt:
625 * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.png:
626 * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
627 * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.png:
628 * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt:
629 * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.png:
630 * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt:
631 * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.png:
632 * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt:
633 * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
634 * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
635 * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
636 * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
637 * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
638 * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
639 * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.png:
640 * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
641 * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.png:
642 * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt:
643 * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.png:
644 * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt:
645 * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.png:
646 * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt:
647 * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.png:
648 * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt:
649 * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.png:
650 * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt:
651 * platform/gtk/tables/mozilla/marvin/thead_char-expected.png:
652 * platform/gtk/tables/mozilla/marvin/thead_char-expected.txt:
653 * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.png:
654 * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
655 * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.png:
656 * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt:
657 * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.png:
658 * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt:
659 * platform/gtk/tables/mozilla/marvin/x_table-expected.png:
660 * platform/gtk/tables/mozilla/marvin/x_table-expected.txt:
661 * platform/gtk/tables/mozilla/marvin/x_table_border-expected.png:
662 * platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt:
663 * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.png:
664 * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt:
665 * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.png:
666 * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt:
667 * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.png:
668 * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt:
669 * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.png:
670 * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
671 * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.png:
672 * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
673 * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
674 * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
675 * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.png:
676 * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
677 * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.png:
678 * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
679 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
680 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
681 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
682 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
683 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
684 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
685 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
686 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
687 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
688 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
689 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
690 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
691 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
692 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
693 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
694 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
695 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
696 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
697 * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.png:
698 * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt:
699 * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.png:
700 * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt:
701 * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.png:
702 * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt:
703 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
704 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
705 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
706 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
707 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
708 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
709 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
710 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
711 * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.png:
712 * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt:
713 * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.png:
714 * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt:
715 * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.png:
716 * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
717 * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.png:
718 * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt:
719 * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.png:
720 * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt:
721 * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.png:
722 * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt:
723 * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.png:
724 * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt:
725 * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.png:
726 * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt:
727 * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
728 * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
729 * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
730 * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
731 * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.png:
732 * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
733 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
734 * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
735 * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
736 * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
737 * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
738 * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
739 * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
740 * platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
741 * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
742 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
743 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
744 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
745 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
746 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
747 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
748 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
749 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
750 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
751 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
752 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
753 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
754 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
755 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
756 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
757 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
758 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
759 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
760 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
761 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
762 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
763 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
764 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
765 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
766 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
767 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
768 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
769 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
770 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
771 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
772 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
773 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
774 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
775 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
776 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
777 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
778 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
779 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
780 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
781 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
782 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
783 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
784 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
785 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
786 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
787 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
788 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
789 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
790 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
791 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
792 * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
794 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
796 Vertical border spacing is doubled between table row groups
797 https://bugs.webkit.org/show_bug.cgi?id=20040
799 Reviewed by Csaba Osztrogonác.
801 Rebase Mac results after r159747.
803 * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
804 * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
805 * platform/mac/tables/mozilla/bugs/bug220536-expected.txt: Added.
806 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
807 * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt:
808 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt:
809 * platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
810 * platform/mac/tables/mozilla/bugs/bug278385-expected.txt:
811 * platform/mac/tables/mozilla/bugs/bug30418-expected.txt:
812 * platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
813 * platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt:
814 * platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt:
815 * platform/mac/tables/mozilla/bugs/bug46268-expected.txt:
816 * platform/mac/tables/mozilla/bugs/bug46924-expected.txt:
817 * platform/mac/tables/mozilla/bugs/bug55789-expected.txt:
818 * platform/mac/tables/mozilla/bugs/bug57378-expected.txt:
819 * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
820 * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt:
821 * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt:
822 * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt:
823 * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt:
824 * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt:
825 * platform/mac/tables/mozilla/marvin/tbody_char-expected.txt:
826 * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
827 * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
828 * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
829 * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
830 * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt:
831 * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt:
832 * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
833 * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt:
834 * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt:
835 * platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt:
836 * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
837 * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
838 * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
839 * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
840 * platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt:
841 * platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt:
842 * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt:
843 * platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt:
844 * platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt:
845 * platform/mac/tables/mozilla/marvin/thead_char-expected.txt:
846 * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
847 * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
848 * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
849 * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
850 * platform/mac/tables/mozilla/marvin/x_table-expected.txt:
851 * platform/mac/tables/mozilla/marvin/x_table_border-expected.txt:
852 * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt:
853 * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt:
854 * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt:
855 * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
856 * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
857 * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
858 * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
859 * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
860 * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
861 * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
862 * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
863 * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
864 * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
865 * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
866 * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
867 * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
868 * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
869 * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt:
870 * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt:
871 * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt:
872 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
873 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
874 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
875 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
876 * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt:
877 * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt:
878 * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
879 * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt:
880 * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt:
881 * platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt:
882 * platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt:
883 * platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt:
884 * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
885 * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
886 * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
887 * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
888 * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
889 * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
890 * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
891 * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
892 * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
893 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
894 * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
895 * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
896 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
897 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
898 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
899 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
900 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
901 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
902 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
903 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
904 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
905 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
906 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
907 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
908 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
909 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
910 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
911 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
912 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
913 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
914 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
915 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
916 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
917 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
918 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
919 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
920 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
922 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
924 Vertical border spacing is doubled between table row groups
925 https://bugs.webkit.org/show_bug.cgi?id=20040
927 Reviewed by Csaba Osztrogonác.
929 First tuple of rebaselined tests for mac. Rebaseline needed for table related tests (100+).
931 * fast/table/anonymous-table-section-removed.html:
932 * platform/mac/accessibility/table-detection-expected.txt:
933 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
934 * platform/mac/fast/forms/input-value-expected.txt:
935 * platform/mac/fast/table/011-expected.txt:
936 * platform/mac/fast/table/border-collapsing/004-expected.txt:
937 * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
938 * platform/mac/fast/table/floating-th-expected.txt:
939 * platform/mac/fast/table/frame-and-rules-expected.txt:
940 * platform/mac/fast/table/multiple-captions-display-expected.txt:
941 * platform/mac/fast/table/rowindex-expected.txt:
942 * platform/mac/fast/table/table-display-types-expected.txt:
943 * platform/mac/fast/table/table-display-types-strict-expected.txt:
944 * platform/mac/fast/table/table-display-types-vertical-expected.txt:
945 * platform/mac/fast/table/tableInsideCaption-expected.txt:
946 * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
947 * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
948 * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
949 * platform/mac/tables/mozilla/bugs/bug3263-expected.txt:
950 * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
951 * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
952 * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
953 * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
954 * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
955 * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
956 * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
957 * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
958 * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
959 * platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt:
960 * platform/mac/tables/mozilla/marvin/body_thead-expected.txt:
962 2013-11-25 Andres Gomez <agomez@igalia.com>
964 [GStreamer] Seeking fails on media content provided by servers not supporting Range requests
965 https://bugs.webkit.org/show_bug.cgi?id=85994
967 Reviewed by Philippe Normand.
969 Added test to check that seeking media files on http servers not
970 supporting "Range" requests doesn't trigger an error.
972 * http/tests/media/media-seeking-no-ranges-server-expected.txt: Added.
973 * http/tests/media/media-seeking-no-ranges-server.html: Added.
974 * http/tests/media/resources/load-video.php: Added support for new
976 * http/tests/media/resources/serve-video.php: Added support for
977 new "ranges" paramenter. When "ranges" is "no" we always answer
978 the HTTP status "200 OK" and send the whole file.
979 * platform/mac/TestExpectations: New test skipped in Mac port as
980 media playback download control is passed to AVFoundation that
981 doesn't like fancy PHP URLs like the one used in the test and, in
982 addition, they won't care about HTTP servers not supporting
985 2013-11-25 Mario Sanchez Prada <mario.prada@samsung.com>
987 Unreviewed GTK gardening. Removed expectations for test that is no
988 longer failing for the GTK bots, according to the flakiness dashboard.
990 * platform/gtk-wk2/TestExpectations: Removed expectation.
991 * platform/gtk/TestExpectations: Ditto.
993 2013-11-25 Zan Dobersek <zdobersek@igalia.com>
995 Unreviewed GTK gardening.
996 Managing current failures and removing redundant baselines.
998 * platform/gtk-wk2/TestExpectations:
999 * platform/gtk/TestExpectations:
1000 * platform/gtk/fast/dom/gc-attribute-node-expected.txt: Removed.
1001 * platform/gtk/fast/repaint/increasing-region-content-height-expected.txt: Removed.
1003 2013-11-25 Jongwoo Choi <jw0330.choi@samsung.com>
1005 [EFL] Need to update EFL TestExpectations file
1006 https://bugs.webkit.org/show_bug.cgi?id=124825
1008 Unreviewed, EFL gardening.
1010 webgl/1.0.2/conformance/extensions/webgl-compressed-texture-s3tc.html
1011 webgl/conformance/extensions/webgl-compressed-texture-s3tc.html
1012 Above two tests are passed in Webkit2 layout test after r158798.
1014 * platform/efl-wk1/TestExpectations:
1015 * platform/efl/TestExpectations:
1017 2013-11-24 Jinwoo Song <jinwoo7.song@samsung.com>
1019 Unreviewed EFL gardening. Rebaselining various tests under fast/
1021 * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
1022 * platform/efl/fast/backgrounds/background-position-parsing-expected.txt:
1023 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1024 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
1025 * platform/efl/fast/css/empty-pseudo-class-expected.png:
1026 * platform/efl/fast/css/empty-pseudo-class-expected.txt:
1027 * platform/efl/fast/css/fieldset-display-row-expected.txt:
1028 * platform/efl/fast/css/first-child-pseudo-class-expected.png:
1029 * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
1030 * platform/efl/fast/css/last-child-pseudo-class-expected.png:
1031 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
1032 * platform/efl/fast/css/only-child-pseudo-class-expected.png:
1033 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
1035 2013-11-24 Jinwoo Song <jinwoo7.song@samsung.com>
1037 Unreviewed EFL gardening. Rebaselining after r159579.
1039 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
1040 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1041 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1043 2013-11-23 Filip Pizlo <fpizlo@apple.com>
1045 Fix more fallout from failed attempts at div/mod DFG strength reductions
1046 https://bugs.webkit.org/show_bug.cgi?id=124813
1048 Reviewed by Geoffrey Garen.
1050 * js/dfg-mod-1-int.html: Added.
1051 * js/dfg-mod-1-int-expected.txt: Added.
1052 * js/script-tests/dfg-mod-1-int.js: Added.
1055 2013-11-23 Robert Hogan <robert@webkit.org>
1057 Remove lint from expected result.
1061 * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1063 2013-11-23 Robert Hogan <robert@webkit.org>
1065 Rebaseline empty-clear-blocks.html after r159575
1067 Unreviewed, rebaselining.
1069 * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1071 2013-11-22 Ryosuke Niwa <rniwa@webkit.org>
1073 Layout Test editing/deleting/password-delete-performance.html is failing
1074 https://bugs.webkit.org/show_bug.cgi?id=124781
1076 Reviewed by Alexey Proskuryakov.
1078 Removed the test that has been timing out.
1081 * editing/deleting/password-delete-performance.html: Removed.
1083 2013-11-22 Brendan Long <b.long@cablelabs.com>
1085 Fire "change" event on TextTrackList when a TextTrack's mode changes
1086 https://bugs.webkit.org/show_bug.cgi?id=124789
1088 Reviewed by Eric Carlson.
1090 * media/track/track-change-event-expected.txt: Added.
1091 * media/track/track-change-event.html: Added.
1093 2013-11-22 Brendan Long <b.long@cablelabs.com>
1095 Add TextTrackList::getTrackById().
1096 https://bugs.webkit.org/show_bug.cgi?id=124785
1098 Reviewed by Eric Carlson.
1100 Update this test to make it more interesting. It now checks that the "id"
1101 changes when the <track> id changes, makes sure TextTrack::id is readonly,
1102 and looks the track up by id with getTrackById().
1104 * media/track/track-id-expected.txt:
1105 * media/track/track-id.html:
1107 2013-11-22 Filip Pizlo <fpizlo@apple.com>
1109 BytecodeGenerator should align the stack according to native conventions
1110 https://bugs.webkit.org/show_bug.cgi?id=124735
1112 Reviewed by Mark Lam.
1114 * platform/mac/fast/dom/gc-attribute-node-expected.txt: Removed.
1116 2013-11-22 Hans Muller <hmuller@adobe.com>
1118 [CSS Shapes] When the <box> value is set, derive radii from border-radius
1119 https://bugs.webkit.org/show_bug.cgi?id=124228
1121 Reviewed by Dean Jackson.
1123 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-001-expected.txt: Added.
1124 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-001.html: Added.
1125 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-002-expected.txt: Added.
1126 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-002.html: Added.
1128 2013-11-22 Alexey Proskuryakov <ap@apple.com>
1130 Layout Test editing/deleting/password-delete-performance.html is failing
1131 https://bugs.webkit.org/show_bug.cgi?id=124781
1133 * TestExpectations: Skipped it, running a test that almost always times out makes little sense.
1135 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1137 Import more W3C tests for parsing template elements
1138 https://bugs.webkit.org/show_bug.cgi?id=124763
1140 Reviewed by Antti Koivisto.
1142 Updated the testharness.js/css to bc4639ba51b62158d94bb4fc6884b23453f3f7a1.
1144 * resources/testharness.css:
1145 * resources/testharness.js:
1146 * resources/testharnessreport.js: Use innerText instead of innerHTML to avoid interpreting markup inside
1147 the status and message as HTML.
1149 2013-11-22 Zan Dobersek <zdobersek@igalia.com>
1151 Unreviewed GTK gardening.
1152 Rebaselining after r159575 and r159579.
1154 * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
1155 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1156 * platform/gtk/editing/deleting/delete-by-word-001-expected.txt: Added.
1157 * platform/gtk/editing/deleting/delete-by-word-002-expected.txt: Added.
1158 * platform/gtk/editing/input/option-page-up-down-expected.txt: Added.
1159 * platform/gtk/editing/input/scroll-viewport-page-up-down-expected.txt: Added.
1160 * platform/gtk/editing/undo/undo-deleteWord-expected.txt: Added.
1161 * platform/gtk/fast/block/float/024-expected.txt:
1162 * platform/gtk/fast/block/margin-collapse/025-expected.txt:
1163 * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1165 2013-11-22 Zan Dobersek <zdobersek@igalia.com>
1167 Unreviewed GTK gardening.
1168 Adding failure expectations for tests that regressed with r159572.
1170 * platform/gtk/TestExpectations:
1172 2013-11-18 Sergio Villar Senin <svillar@igalia.com>
1174 [CSS Grid Layout] Improve content-sized track layout
1175 https://bugs.webkit.org/show_bug.cgi?id=124408
1177 Reviewed by Dean Jackson.
1179 From Blink r157633 by <jchaffraix@chromium.org>
1181 New test to verify that grid items with percentage logical
1182 {min|max}-height resolve their sizes properly.
1184 * fast/css-grid-layout/grid-item-with-percent-min-max-height-dynamic-expected.txt: Added.
1185 * fast/css-grid-layout/grid-item-with-percent-min-max-height-dynamic.html: Added.
1187 2013-11-08 Sergio Villar Senin <svillar@igalia.com>
1189 [CSS Grid Layout] Run the content-sized tracks sizing algorithm only when required
1190 https://bugs.webkit.org/show_bug.cgi?id=124039
1192 Reviewed by Dean Jackson.
1194 From Blink r156028 and r156168 by <jchaffraix@chromium.org>.
1196 Subtle baseline change due to grids triggering less layouts, which
1197 changes the frame rects between 2 subsequent layouts thus changing
1198 the repaint rectangles.
1200 * fast/css-grid-layout/grid-item-change-column-repaint-expected.txt:
1201 * fast/css-grid-layout/grid-item-change-row-repaint-expected.txt:
1203 2013-11-21 Frédéric Wang <fred.wang@free.fr>
1205 Map the dir attribute to the CSS direction property.
1206 https://bugs.webkit.org/show_bug.cgi?id=124572.
1208 Reviewed by Darin Adler.
1210 * mathml/presentation/direction-overall-expected.html: test that dir does not apply to msqrt
1211 * mathml/presentation/direction-overall.html:
1212 * mathml/presentation/mstyle-css-attributes-expected.html: Added.
1213 * mathml/presentation/mstyle-css-attributes.html: Added.
1215 Add more tests for presentation attributes on mstyle.
1217 2013-11-21 Bear Travis <betravis@adobe.com>
1219 Web Inspector: [CSS Shapes] Refactor highlighting code to decrease Shapes API surface
1220 https://bugs.webkit.org/show_bug.cgi?id=124737
1222 Reviewed by Timothy Hatcher.
1224 The shapes paths are now drawn in shape-coordinate space before being translated to
1225 renderer space. With different writing modes, shapes may have their coordinates
1226 translated. For example, a rectangle specified as four points [top left, top right,
1227 bottom right, bottom left] in vertical-lr space would appear as [top left, bottom left,
1228 bottom right, top right] in horizontal-tb space. Adjusting the previous tests, and
1229 adding a test for the new box value.
1231 * inspector-protocol/model/highlight-shape-outside-expected.txt:
1232 * inspector-protocol/model/highlight-shape-outside.html:
1234 2013-11-21 Sun-woo Nam <sunny.nam@samsung.com>
1236 [EFL] Layout tests with editing need to be rebaselined.
1237 https://bugs.webkit.org/show_bug.cgi?id=124751
1239 Unreviewed, EFL rebaseline.
1241 editing/input/reveal-caret-of-multiline-contenteditable.html test is rebaselined after r137239.
1242 editing/selection/5354455-2.html test is rebaselined after r133000.
1243 Rebaseline the expected results to suit editing-related performance in EFL.
1245 * platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
1246 * platform/efl/editing/selection/5354455-2-expected.txt:
1248 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1250 Import some W3C tests for HTML template element
1251 https://bugs.webkit.org/show_bug.cgi?id=124699
1253 Reviewed by Antti Koivisto.
1255 * imported/w3c/: Added.
1256 * platform/win/TestExpectations: Skip the imported tests since the template element is disabled on Windows.
1258 2013-11-21 Alexey Proskuryakov <ap@apple.com>
1260 Implement WebCrypto wrapKey
1261 https://bugs.webkit.org/show_bug.cgi?id=124738
1263 Reviewed by Anders Carlsson.
1265 * crypto/subtle/aes-cbc-wrap-rsa-expected.txt: Added.
1266 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable-expected.txt: Added.
1267 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable.html: Added.
1268 * crypto/subtle/aes-cbc-wrap-rsa.html: Added.
1270 * crypto/subtle/aes-export-key-expected.txt:
1271 * crypto/subtle/hmac-export-key-expected.txt:
1272 There is no longer a console message, the error is in an exception.
1274 2013-11-21 Radu Stavila <stavila@adobe.com>
1276 Added test for :hover and javascript events on the visual overflow of a region.
1278 [CSS Regions] Content in a region's visible overflow does not trigger :hover state, nor JavaScript events
1279 https://bugs.webkit.org/show_bug.cgi?id=112010
1281 Reviewed by Antti Koivisto.
1283 * fast/regions/hover-and-js-in-visual-overflow-expected.html: Added.
1284 * fast/regions/hover-and-js-in-visual-overflow.html: Added.
1286 2013-11-21 Alexey Proskuryakov <ap@apple.com>
1288 Implement WebCrypto unwrapKey
1289 https://bugs.webkit.org/show_bug.cgi?id=124725
1291 Reviewed by Anders Carlsson.
1293 * crypto/subtle/aes-cbc-unwrap-failure-expected.txt: Added.
1294 * crypto/subtle/aes-cbc-unwrap-failure.html: Added.
1295 * crypto/subtle/aes-cbc-unwrap-rsa-expected.txt: Added.
1296 * crypto/subtle/aes-cbc-unwrap-rsa.html: Added.
1298 2013-11-21 Radu Stavila <stavila@adobe.com>
1300 Added test for the overflow of a region being painted across multiple tiles.
1301 Added test for correct repainting of a region's overflow.
1303 [CSS Regions] Overflow areas from regions do not redraw
1304 https://bugs.webkit.org/show_bug.cgi?id=117329
1306 Reviewed by Antti Koivisto.
1308 * fast/regions/regions-overflow-tile-expected.html: Added.
1309 * fast/regions/regions-overflow-tile.html: Added.
1310 * fast/repaint/repaint-regions-overflow-expected.txt: Added.
1311 * fast/repaint/repaint-regions-overflow.html: Added.
1313 2013-11-21 Radu Stavila <stavila@adobe.com>
1315 [CSS Regions] Float get sliced if its container has forced break and is less tall than float
1316 https://bugs.webkit.org/show_bug.cgi?id=124205
1318 Added test for the case when a float is overflowing a region due to a forced break.
1320 Reviewed by Antti Koivisto.
1322 * fast/regions/float-slicing-on-forced-break-expected.html: Added.
1323 * fast/regions/float-slicing-on-forced-break.html: Added.
1325 2013-11-21 Mihai Maerean <mmaerean@adobe.com>
1327 Fix hover area for divs with css transforms
1328 https://bugs.webkit.org/show_bug.cgi?id=124647
1330 Reviewed by Allan Sandfeld Jensen.
1332 * transforms/3d/hit-testing/hover-rotated-negative-z.html: Added.
1333 * transforms/3d/hit-testing/hover-rotated-negative-z-expected.txt: Added.
1335 2013-11-21 Radu Stavila <stavila@adobe.com>
1337 Created test for positioned fragmented content which overflows the regions.
1339 [CSS Regions] Fragmented content that is relatively positioned get sliced (and overflows in the next region)
1340 https://bugs.webkit.org/show_bug.cgi?id=117122
1342 Reviewed by Antti Koivisto.
1344 * fast/regions/positioned-fragmented-content-expected.html: Added.
1345 * fast/regions/positioned-fragmented-content.html: Added.
1347 2013-11-21 Radu Stavila <stavila@adobe.com>
1349 Added test for visual overflow with transformed content in regions.
1351 [CSS Regions] Transform applied to content node causes overflow to be hidden
1352 https://bugs.webkit.org/show_bug.cgi?id=116242
1354 Reviewed by Antti Koivisto.
1356 * fast/regions/region-visual-overflow-transform-expected.html: Added.
1357 * fast/regions/region-visual-overflow-transform.html: Added.
1359 2013-11-21 Andrzej Badowski <a.badowski@samsung.com>
1361 [EFL] Fix accessibility media-element expectation
1362 https://bugs.webkit.org/show_bug.cgi?id=124711
1364 Unreviewed EFL gardening.
1366 Changing main element AXRole AXUnknown -> AXEmbedded.
1368 * platform/efl/accessibility/media-element-expected.txt:
1370 2013-11-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1372 Unreviewed EFL gardening.
1374 Update baselines after r159575.
1376 * platform/efl/fast/block/float/024-expected.txt:
1377 * platform/efl/fast/block/margin-collapse/025-expected.txt:
1378 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1379 * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1381 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1383 Fix Range.insertNode when the inserted node is in the same container as the Range
1384 https://bugs.webkit.org/show_bug.cgi?id=123957
1386 Reviewed by Antti Koivisto.
1388 Merge https://chromium.googlesource.com/chromium/blink/+/fb6ca1f488703e8d4f20ce6449cc8ea210be6edb
1390 Used better labels between divs, and added more evalAndLog and shouldBe so that
1391 the expected result is self-explanatory.
1393 * fast/dom/Range/range-insertNode-same-container-expected.txt: Added.
1394 * fast/dom/Range/range-insertNode-same-container.html: Added.
1396 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1398 nextBoundary and previousBoundary are very slow when there is a password field
1399 https://bugs.webkit.org/show_bug.cgi?id=123973
1401 Reviewed by Antti Koivisto.
1403 * editing/deleting/password-delete-performance-expected.txt: Added.
1404 * editing/deleting/password-delete-performance.html: Added.
1406 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1408 HTML parser should not associate elements inside templates with forms
1409 https://bugs.webkit.org/show_bug.cgi?id=117779
1411 Reviewed by Antti Koivisto.
1413 * fast/dom/HTMLTemplateElement/no-form-association-expected.txt: Added.
1414 * fast/dom/HTMLTemplateElement/no-form-association.html: Added.
1416 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1418 Hoist <template> to head when found between </head> and <body> for consistency with <script>
1419 https://bugs.webkit.org/show_bug.cgi?id=123949
1421 Reviewed by Antti Koivisto.
1423 Merge https://chromium.googlesource.com/chromium/blink/+/835fb468fd211054a920fb7612a6dc5043662495
1424 and added two more test cases discussed in https://www.w3.org/Bugs/Public/show_bug.cgi?id=23002.
1426 * html5lib/resources/template.dat:
1428 2013-11-20 Radu Stavila <stavila@adobe.com>
1430 [CSS Regions] Implement visual overflow for first & last regions
1431 https://bugs.webkit.org/show_bug.cgi?id=118665
1433 Rebased some tests due to regions layers changes.
1434 Updated some tests to increase clarity. Some of them were only passing because two
1435 regions were close together and the fact that an element was being painted
1436 inside the wrong region was not visible. Floats are now also unsplittable.
1437 - bottom-overflow-out-of-first-region
1438 - float-pushed-width-change-2
1439 - float-pushed-width-change
1440 - webkit-flow-float-unable-to-push
1442 Changed top-overflow-out-of-second-region to reftest.
1444 Added new tests for testing the visual overflow in different situations
1445 (transformed, inline, opacity, floating).
1447 Reviewed by David Hyatt.
1449 * fast/regions/bottom-overflow-out-of-first-region-expected.html:
1450 * fast/regions/bottom-overflow-out-of-first-region.html:
1451 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html:
1452 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html:
1453 * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt:
1454 * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt:
1455 * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt:
1456 * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt:
1457 * fast/regions/float-pushed-width-change-2-expected.html:
1458 * fast/regions/float-pushed-width-change-2.html:
1459 * fast/regions/float-pushed-width-change-expected.html:
1460 * fast/regions/float-pushed-width-change.html:
1461 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Added.
1462 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Added.
1463 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Added.
1464 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Added.
1465 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Added.
1466 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Added.
1467 * fast/regions/outline-sides-in-region-expected.html:
1468 * fast/regions/outline-sides-in-region.html:
1469 * fast/regions/overflow-first-and-last-regions-expected.html: Added.
1470 * fast/regions/overflow-first-and-last-regions-in-container-hidden-expected.html: Added.
1471 * fast/regions/overflow-first-and-last-regions-in-container-hidden.html: Added.
1472 * fast/regions/overflow-first-and-last-regions.html: Added.
1473 * fast/regions/overflow-last-region-expected.html: Removed.
1474 * fast/regions/overflow-last-region.html: Removed.
1475 * fast/regions/overflow-nested-regions-expected.html: Added.
1476 * fast/regions/overflow-nested-regions.html: Added.
1477 * fast/regions/overflow-region-float-expected.html: Added.
1478 * fast/regions/overflow-region-float.html: Added.
1479 * fast/regions/overflow-region-inline-expected.html: Added.
1480 * fast/regions/overflow-region-inline.html: Added.
1481 * fast/regions/overflow-region-transform-expected.html: Added.
1482 * fast/regions/overflow-region-transform.html: Added.
1483 * fast/regions/overflow-scrollable-rotated-fragment-expected.html:
1484 * fast/regions/overflow-scrollable-rotated-fragment.html:
1485 * fast/regions/top-overflow-out-of-second-region-expected.html: Copied from LayoutTests/fast/regions/top-overflow-out-of-second-region.html.
1486 * fast/regions/top-overflow-out-of-second-region.html:
1487 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
1488 * fast/regions/webkit-flow-float-unable-to-push.html:
1489 * platform/gtk/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
1490 * platform/gtk/TestExpectations: Add new test expectations for failing tests.
1491 * platform/efl/TestExpectations: Add new test expectations for failing tests.
1492 * platform/mac-wk2/TestExpectations:
1493 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
1494 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
1496 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1498 Test a template element appearing after a closing body tag in html5lib
1499 https://bugs.webkit.org/show_bug.cgi?id=123864
1501 Reviewed by Antti Koivisto.
1503 Merge https://chromium.googlesource.com/chromium/blink/+/019d5daa14314972ac6b3e42e9446823ad9cffd2
1505 * html5lib/resources/template.dat:
1507 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1509 [HTML parser] reset insertion mode appropriate must check for "in select in table" mode
1510 https://bugs.webkit.org/show_bug.cgi?id=123850
1512 Reviewed by Antti Koivisto.
1514 * html5lib/resources/template.dat:
1516 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1518 Clear TemplateContentDocumentFragment::m_host when HTMLTemplateElement is destroyed
1519 https://bugs.webkit.org/show_bug.cgi?id=122806
1521 Reviewed by Antti Koivisto.
1523 * fast/dom/HTMLTemplateElement/content-outlives-template-crash-expected.txt: Added.
1524 * fast/dom/HTMLTemplateElement/content-outlives-template-crash.html: Added.
1526 2013-11-20 Chris Fleizach <cfleizach@apple.com>
1528 AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)
1529 https://bugs.webkit.org/show_bug.cgi?id=120188
1531 Reviewed by Dean Jackson.
1533 * platform/mac/accessibility/webkit-alt-for-css-content-expected.txt: Added.
1534 * platform/mac/accessibility/webkit-alt-for-css-content.html: Added.
1536 2013-11-20 Dean Jackson <dino@apple.com>
1538 Unreviewed. Updated expected result following
1539 https://bugs.webkit.org/show_bug.cgi?id=124666
1541 * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
1542 * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1544 2013-11-20 Bem Jones-Bey <bjonesbe@adobe.com>
1546 [css shapes] Parse new circle shape syntax
1547 https://bugs.webkit.org/show_bug.cgi?id=124618
1549 Reviewed by Antti Koivisto.
1551 Test that the new circle shape syntax is properly parsed.
1553 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
1554 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
1555 * fast/shapes/parsing/parsing-test-utils.js:
1556 * fast/masking/parsing-clip-path-shape-expected.txt:
1557 * fast/masking/parsing-clip-path-shape.html:
1559 2013-11-20 Antti Koivisto <antti@apple.com>
1561 Simple line layout should support floats
1562 https://bugs.webkit.org/show_bug.cgi?id=124666
1564 Reviewed by Dave Hyatt.
1566 * fast/text/simple-lines-float-compare-expected.html: Added.
1567 * fast/text/simple-lines-float-compare.html: Added.
1568 * fast/text/simple-lines-float-expected.html: Added.
1569 * fast/text/simple-lines-float.html: Added.
1571 2013-11-20 Robert Hogan <robert@webkit.org>
1573 REGRESSION(r127163): Respect clearance set on ancestors when placing floats
1574 https://bugs.webkit.org/show_bug.cgi?id=119979
1576 Reviewed by David Hyatt.
1578 * fast/block/float/clear-negative-margin-top-expected.html:
1579 * fast/block/float/clear-negative-margin-top.html:
1580 * fast/block/margin-collapse/self-collapsing-block-with-float-descendants-expected.html: Added.
1581 * fast/block/margin-collapse/self-collapsing-block-with-float-descendants.html: Added.
1582 * platform/mac/fast/block/float/024-expected.txt:
1583 * platform/mac/fast/block/margin-collapse/025-expected.txt:
1584 * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1585 * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1587 2013-11-20 Dean Jackson <dino@apple.com>
1589 https://bugs.webkit.org/show_bug.cgi?id=124637
1591 Unreviewed. Adding HTMLTemplateElement to global constructor
1592 test, but this time for more platforms. I'm not sure if
1593 GTK and EFL need this too.
1595 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
1596 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
1597 * platform/win/js/dom/global-constructors-attributes-expected.txt:
1599 2013-11-20 Dean Jackson <dino@apple.com>
1601 https://bugs.webkit.org/show_bug.cgi?id=124637
1603 Unreviewed. Adding HTMLTemplateElement to global constructor
1606 * js/dom/global-constructors-attributes-expected.txt:
1608 2013-11-20 Dean Jackson <dino@apple.com>
1610 Unreviewed. Trying to fix tests added in r159545.
1612 * js/regress/global-var-const-infer-fire-from-opt.html:
1613 * js/regress/global-var-const-infer.html:
1615 2013-11-20 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1617 Unreviewed EFL gardening
1619 * platform/efl/TestExpectations: Add new test expectations for failing tests.
1621 2013-11-20 Andrzej Badowski <a.badowski@samsung.com>
1623 [EFL] <video> and <audio> should be accessible.
1624 https://bugs.webkit.org/show_bug.cgi?id=124494
1626 Reviewed by Gyuyoung Kim.
1628 Added new accessibility baseline for accessibility/media-elemen.html.
1630 * platform/efl-wk1/TestExpectations: test is no longer failing.
1631 * platform/efl-wk2/TestExpectations: test is no longer failing.
1632 * platform/efl/accessibility/media-element-expected.txt: Added.
1634 2013-11-20 Antoine Quint <graouts@apple.com>
1636 Cannot animate "points" attribute for <svg:polygon>
1637 https://bugs.webkit.org/show_bug.cgi?id=21371
1639 Reviewed by Antti Koivisto.
1641 New tests covering the actual application of the animated value
1642 for the "points" attribute of the SVG <polygon> and <polyline> elements.
1644 * svg/animations/polygon-set-expected.svg: Added.
1645 * svg/animations/polygon-set.svg: Added.
1646 * svg/animations/polyline-set-expected.svg: Added.
1647 * svg/animations/polyline-set.svg: Added.
1649 2013-11-20 Zan Dobersek <zdobersek@igalia.com>
1651 Configurability test of prototype's properties in fast/dom/webidl-operations-on-node-prototype.html is wrong
1652 https://bugs.webkit.org/show_bug.cgi?id=124602
1654 Reviewed by Darin Adler.
1656 The test case landed in r159100 checks, among other tests, for configurability of properties on the Node's
1657 interface prototype object. The test deletes the tested property from the prototype object and checks that
1658 the property is undefined. This works for the Node's prototype object but is not technically correct since
1659 there might be a property with the same identifier that's located upwards on the prototype chain.
1661 Rather than testing that the property on the prototype object is undefined after it is deleted, a failure
1662 should be reported if the value of the property remains the same even after it's deleted from the object.
1664 * fast/dom/webidl-operations-on-node-prototype.html:
1666 2013-11-19 Ryosuke Niwa <rniwa@webkit.org>
1668 Enable HTMLTemplateElement on Mac port
1669 https://bugs.webkit.org/show_bug.cgi?id=124637
1671 Reviewed by Tim Horton.
1673 Unskip template element tests except fast/dom/HTMLTemplateElement/cycles-in-shadow.html
1674 which depends on ENABLE(SHADOW_DOM).
1676 * platform/mac/TestExpectations:
1678 2013-11-19 Filip Pizlo <fpizlo@apple.com>
1680 Infer constant global variables
1681 https://bugs.webkit.org/show_bug.cgi?id=124464
1683 Reviewed by Sam Weinig.
1685 * js/regress/global-var-const-infer-expected.txt: Added.
1686 * js/regress/global-var-const-infer-fire-from-opt-expected.txt: Added.
1687 * js/regress/global-var-const-infer-fire-from-opt.html: Added.
1688 * js/regress/global-var-const-infer.html: Added.
1689 * js/regress/script-tests/global-var-const-infer-fire-from-opt.js: Added.
1694 * js/regress/script-tests/global-var-const-infer.js: Added.
1698 2013-11-19 Sun-woo Nam <sunny.nam@samsung.com>
1700 [EFL] Layout tests need to be rebaselined.
1701 https://bugs.webkit.org/show_bug.cgi?id=124622
1703 Unreviewed, EFL rebaseline.
1705 EFL tests are rebaselined after r106181, r128728 and r133754.
1707 * platform/efl-wk2/TestExpectations:
1708 * platform/efl/fast/replaced/applet-disabled-positioned-expected.txt:
1709 * platform/efl/fast/replaced/applet-rendering-java-disabled-expected.txt:
1710 * platform/efl/fast/text/shaping/shaping-script-order-expected.txt:
1711 * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
1713 2013-11-19 Bear Travis <betravis@adobe.com>
1715 [CSS Shapes] Parse [<box> || <shape>] values
1716 https://bugs.webkit.org/show_bug.cgi?id=124426
1718 Reviewed by Dirk Schulze.
1720 Test that <box> <shape> and <shape> <box> values are both supported and successfully parsed.
1721 Currently, we order the parsed result as <shape> <box> when the value is output through
1722 the CSSOM. Also test that other combinations with shapes and boxes are not parsed.
1724 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
1725 * fast/shapes/parsing/parsing-shape-inside.html:
1726 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
1727 * fast/shapes/parsing/parsing-shape-outside.html:
1728 * fast/shapes/parsing/parsing-test-utils.js:
1730 2013-11-19 Mark Lam <mark.lam@apple.com>
1732 Add tracking of endColumn for Executables.
1733 https://bugs.webkit.org/show_bug.cgi?id=124245.
1735 Reviewed by Geoffrey Garen.
1737 * fast/events/window-onerror2-expected.txt:
1738 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
1739 * js/dom/script-start-end-locations-expected.txt: Added.
1740 * js/dom/script-start-end-locations.html: Added.
1741 * js/dom/script-tests/script-start-end-locations.js: Added.
1742 * js/dom/stack-trace-expected.txt:
1743 * js/dom/stack-trace.html:
1744 - Changed tabs to spaces. The tabs were making it hard to visually confirm
1745 the exected column values for 2 functions.
1747 2013-11-15 Jer Noble <jer.noble@apple.com>
1749 [MSE] Support fastSeek() in MediaSource.
1750 https://bugs.webkit.org/show_bug.cgi?id=124422
1752 Reviewed by Eric Carlson.
1754 * media/media-source/media-source-fastseek-expected.txt: Added.
1755 * media/media-source/media-source-fastseek.html: Added.
1756 * media/media-source/mock-media-source.js:
1759 2013-11-19 Dean Jackson <dino@apple.com>
1761 fast/forms/form-associated-element-crash.html often times out on Mavericks WK1
1762 https://bugs.webkit.org/show_bug.cgi?id=124593
1764 Marked as occasionally timing out.
1766 * platform/mac/TestExpectations:
1768 2013-11-19 Frédéric Wang <fred.wang@free.fr>
1770 Map the dir attribute to the CSS direction property.
1771 https://bugs.webkit.org/show_bug.cgi?id=124572.
1773 Reviewed by Darin Adler.
1775 * mathml/presentation/direction-expected.html: add more tests.
1776 * mathml/presentation/direction-overall-expected.html: Added.
1777 * mathml/presentation/direction-overall.html: Added.
1778 * mathml/presentation/direction-token-expected.html: Added.
1779 * mathml/presentation/direction-token.html: Added.
1780 * mathml/presentation/direction.html: add more tests.
1782 2013-11-19 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1784 Unreviewed EFL gardening
1786 * platform/efl/TestExpectations: Add new failure test expectations.
1788 2013-11-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1790 Unreviewed, EFL gardening. Adding a crash expectation.
1792 * platform/efl/TestExpectations:
1794 2013-11-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1796 Unreviewed, EFL gardening. Adding a crash expectation for a test regarding
1799 * platform/efl/TestExpectations:
1801 2013-11-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1803 Unreviewed, EFL gardening. descent-clip-in-scaled-page.html is being passed
1804 after enabling subpixel layout on EFL port.
1806 * platform/efl/TestExpectations:
1808 2013-11-19 Zan Dobersek <zdobersek@igalia.com>
1810 Unreviewed GTK gardening. Adding failure expectations for the remaining layout test failures.
1812 * platform/gtk/TestExpectations:
1814 2013-11-18 Samuel White <samuel_white@apple.com>
1816 AX: aria-labelledby should be used in preference to aria-labeledby
1817 https://bugs.webkit.org/show_bug.cgi?id=62351
1819 Reviewed by Chris Fleizach.
1821 Added test to make sure aria-labelledby overrides aria-labeledby correctly.
1823 * accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt: Added.
1824 * accessibility/aria-labelledby-overrides-aria-labeledby.html: Added.
1826 2013-11-18 Zalan Bujtas <zalan@apple.com>
1828 use after free in WebCore::DocumentOrderedMap::remove / WebCore::TreeScope::removeElementById
1829 https://bugs.webkit.org/show_bug.cgi?id=121324
1831 Reviewed by Ryosuke Niwa.
1833 Update the document ordered map for an image element before dispatching load or error events
1834 when it's inserted into a document.
1836 * fast/dom/modify-node-and-while-in-the-callback-too-crash-expected.txt: Added.
1837 * fast/dom/modify-node-and-while-in-the-callback-too-crash.html: Added.
1839 2013-11-18 Sun-woo Nam <sunny.nam@samsung.com>
1841 [EFL] Layout tests need to be rebaselined.
1842 https://bugs.webkit.org/show_bug.cgi?id=124477
1844 Unreviewed, EFL rebaseline.
1846 EFL tests are rebaselined after r126683 and r140149.
1848 * platform/efl/fast/block/float/016-expected.txt:
1849 * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
1851 2013-11-18 Samuel White <samuel_white@apple.com>
1853 AX: Add ability to fetch only visible table rows.
1854 https://bugs.webkit.org/show_bug.cgi?id=124430
1856 Reviewed by Chris Fleizach.
1858 Adding test to make sure AXVisibleRows behaves correctly.
1860 * platform/mac/accessibility/table-visible-rows-expected.txt: Added.
1861 * platform/mac/accessibility/table-visible-rows.html: Added.
1863 2013-11-18 Ryosuke Niwa <rniwa@webkit.org>
1865 Simplify and reformat the output of performance tests inside test runners
1866 https://bugs.webkit.org/show_bug.cgi?id=124496
1868 Reviewed by Antti Koivisto.
1870 Rebaseline the expected result now that the output has been simplified.
1872 * fast/harness/perftests/runs-per-second-log-expected.txt:
1874 2013-11-18 David Hyatt <hyatt@apple.com>
1876 Add a quirk to not respect center text-align when positioning
1878 <rdar://problem/15427571>
1879 https://bugs.webkit.org/show_bug.cgi?id=124522
1881 Reviewed by Simon Fraser.
1883 Added fast/block/legacy-text-align-position-quirk.html
1885 * fast/block/legacy-text-align-position-quirk-expected.html: Added.
1886 * fast/block/legacy-text-align-position-quirk.html: Added.
1888 2013-11-18 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1890 Unreviewed EFL gardening
1892 * platform/efl/TestExpectations: Add failure expectations for CSS filters layout tests.
1894 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1896 Unreviewed GTK gardening.
1898 * platform/gtk/TestExpectations: Adding failure expectations for the current set
1899 of untriaged failures on the 64-bit WK2 builder.
1901 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1903 Unreviewed GTK gardening.
1904 Cleaning up expectations for unexpectedly passing tests, either removing or updating them
1905 to reflect the current status of the test.
1907 * platform/gtk-wk1/TestExpectations:
1908 * platform/gtk-wk2/TestExpectations:
1909 * platform/gtk/TestExpectations:
1911 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1913 Unreviewed GTK gardening.
1915 * platform/gtk/TestExpectations: Addressing the current set of timing-out tests. Timeout expectations
1916 are added where appropriate, with one js/regress/ test speculatively marked as slow.
1918 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1920 Unreviewed GTK gardening.
1922 Update the global constructors' attibutes baseline for the WK2 flavor of the GTK port.
1923 Update baselines for tests under media/.
1925 * platform/gtk-wk2/js/dom/global-constructors-attributes-expected.txt:
1926 * platform/gtk/media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt:
1927 * platform/gtk/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt:
1928 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt:
1929 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt:
1930 * platform/gtk/media/media-can-play-ogg-expected.txt:
1931 * platform/gtk/media/video-controls-captions-trackmenu-localized-expected.txt:
1932 * platform/gtk/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt: Added.
1933 * platform/gtk/media/video-controls-captions-trackmenu-sorted-expected.txt:
1934 * platform/gtk/media/volume-bar-empty-when-muted-expected.txt: Added.
1936 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1938 Unreviewed GTK gardening. Updating GTK-specific baselines for tests under editing/, scrollingcoordinator/ and tables/.
1940 * platform/gtk/editing/deleting/smart-delete-003-expected.txt:
1941 * platform/gtk/editing/deleting/smart-delete-004-expected.txt:
1942 * platform/gtk/editing/spelling/centering-misspelling-dots-expected.png: Added.
1943 * platform/gtk/editing/spelling/centering-misspelling-dots-expected.txt: Added.
1944 * platform/gtk/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.png: Added.
1945 * platform/gtk/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt: Added.
1946 * platform/gtk/editing/unsupported-content/table-delete-001-expected.txt:
1947 * platform/gtk/editing/unsupported-content/table-delete-003-expected.txt:
1948 * platform/gtk/scrollingcoordinator: Added.
1949 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
1950 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
1951 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
1952 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
1953 * platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
1955 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1957 Unreviewed GTK gardening. Rebaselining various tests under fast/.
1959 * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1960 * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
1961 * platform/gtk/fast/block/float/016-expected.png:
1962 * platform/gtk/fast/block/float/016-expected.txt:
1963 * platform/gtk/fast/block/lineboxcontain/block-with-ideographs-expected.png: Added.
1964 * platform/gtk/fast/block/lineboxcontain/block-with-ideographs-expected.txt:
1965 * platform/gtk/fast/css/empty-pseudo-class-expected.txt:
1966 * platform/gtk/fast/css/fieldset-display-row-expected.png:
1967 * platform/gtk/fast/css/fieldset-display-row-expected.txt:
1968 * platform/gtk/fast/css/first-child-pseudo-class-expected.txt:
1969 * platform/gtk/fast/css/last-child-pseudo-class-expected.txt:
1970 * platform/gtk/fast/css/only-child-pseudo-class-expected.txt:
1971 * platform/gtk/fast/forms/basic-textareas-expected.png:
1972 * platform/gtk/fast/forms/basic-textareas-expected.txt:
1973 * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
1974 * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt:
1975 * platform/gtk/fast/forms/textAreaLineHeight-expected.png:
1976 * platform/gtk/fast/forms/textAreaLineHeight-expected.txt:
1977 * platform/gtk/fast/parser/entity-comment-in-textarea-expected.png:
1978 * platform/gtk/fast/parser/entity-comment-in-textarea-expected.txt:
1979 * platform/gtk/fast/repaint/increasing-region-content-height-expected.txt: Added.
1981 2013-11-17 Alexey Proskuryakov <ap@apple.com>
1983 Support exporting public RSASSA-PKCS1-v1_5 keys
1984 https://bugs.webkit.org/show_bug.cgi?id=124475
1986 Reviewed by Sam Weinig.
1988 * crypto/subtle/rsa-export-key-expected.txt: Added.
1989 * crypto/subtle/rsa-export-key.html: Added.
1991 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1993 Unreviewed GTK gardening. Rebaselining CSS tests' expectations.
1995 * platform/gtk/css1/box_properties/margin_right-expected.png:
1996 * platform/gtk/css1/box_properties/margin_right-expected.txt:
1997 * platform/gtk/css1/box_properties/padding-expected.png:
1998 * platform/gtk/css1/box_properties/padding-expected.txt:
1999 * platform/gtk/css1/box_properties/padding_left-expected.png:
2000 * platform/gtk/css1/box_properties/padding_left-expected.txt:
2001 * platform/gtk/css1/box_properties/padding_right-expected.png:
2002 * platform/gtk/css1/box_properties/padding_right-expected.txt:
2003 * platform/gtk/css1/box_properties/padding_top-expected.png:
2004 * platform/gtk/css1/box_properties/padding_top-expected.txt:
2005 * platform/gtk/css1/formatting_model/vertical_formatting-expected.png:
2006 * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
2007 * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
2008 * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
2009 * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
2010 * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
2011 * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
2012 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
2013 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
2015 2013-11-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2017 Unreviewed EFL gardening. Add webgl crash tests because webgl is not supported
2018 by EFL WK2 fully yet as well as not fully supported by Intel and AMD hardware.
2020 * platform/efl-wk2/TestExpectations:
2022 2013-11-17 Tim Horton <timothy_horton@apple.com>
2024 Layout Test platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple.html is extremely flaky on Mac WK2 bots, especially debug
2025 https://bugs.webkit.org/show_bug.cgi?id=124476
2027 * platform/mac-wk2/TestExpectations:
2030 2013-11-17 Filip Pizlo <fpizlo@apple.com>
2032 FTL should have an explicit notion of bytecode liveness
2033 https://bugs.webkit.org/show_bug.cgi?id=124181
2035 Reviewed by Mark Hahnenberg or Sam Weinig.
2037 I totally added this test after the rest of the patch was r+'d. Under the right tier-up
2038 modes this triggers one of the bugs that the rest of the patch is trying to avoid.
2040 * js/regress/script-tests/weird-inlining-const-prop.js: Added.
2046 * js/regress/weird-inlining-const-prop-expected.txt: Added.
2047 * js/regress/weird-inlining-const-prop.html: Added.
2049 2013-11-17 Alexey Proskuryakov <ap@apple.com>
2051 RSASSA-PKCS1-v1_5 JWK import doesn't check key size
2052 https://bugs.webkit.org/show_bug.cgi?id=124472
2054 Reviewed by Sam Weinig.
2056 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt: Added.
2057 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-small-key.html: Added.
2059 2013-11-17 Alexey Proskuryakov <ap@apple.com>
2061 JWK crypto key export result is a DOM string instead of an array buffer
2062 https://bugs.webkit.org/show_bug.cgi?id=124473
2064 Reviewed by Sam Weinig.
2066 * crypto/subtle/aes-export-key.html:
2067 * crypto/subtle/hmac-export-key.html:
2069 * crypto/subtle/resources/common.js: (bytesToASCIIString): Added a function that
2070 converts an ArrayBuffer to a string, assuming it's all ASCII.
2072 2013-11-17 Antti Koivisto <antti@apple.com>
2074 REGRESSION (r158774): Iteration over element children is broken
2075 https://bugs.webkit.org/show_bug.cgi?id=124145
2077 Reviewed by Anders Carlsson.
2079 * fast/dom/htmlcollection-children-mutation-expected.txt: Added.
2080 * fast/dom/htmlcollection-children-mutation.html: Added.
2082 2013-11-17 Antti Koivisto <antti@apple.com>
2084 Simple line path does not respect visibility:hidden
2085 https://bugs.webkit.org/show_bug.cgi?id=124467
2087 Reviewed by Anders Carlsson.
2089 * fast/text/text-visibility-expected.html: Added.
2090 * fast/text/text-visibility.html: Added.
2092 2013-11-16 Alexey Proskuryakov <ap@apple.com>
2094 WebCrypto no longer uses sequences of ArrayBuffers
2095 https://bugs.webkit.org/show_bug.cgi?id=124451
2097 Reviewed by Sam Weinig.
2099 Updated tests accordingly.
2101 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
2102 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
2103 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
2104 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
2105 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
2106 * crypto/subtle/aes-cbc-import-jwk.html:
2107 * crypto/subtle/aes-cbc-wrong-key-class-expected.txt:
2108 * crypto/subtle/aes-cbc-wrong-key-class.html:
2109 * crypto/subtle/argument-conversion-expected.txt:
2110 * crypto/subtle/argument-conversion.html:
2111 * crypto/subtle/hmac-import-jwk.html:
2112 * crypto/subtle/hmac-sign-verify-empty-key.html:
2113 * crypto/subtle/hmac-sign-verify.html:
2114 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html:
2115 * crypto/subtle/sha-1-expected.txt:
2116 * crypto/subtle/sha-1.html:
2117 * crypto/subtle/sha-224-expected.txt:
2118 * crypto/subtle/sha-224.html:
2119 * crypto/subtle/sha-256-expected.txt:
2120 * crypto/subtle/sha-256.html:
2121 * crypto/subtle/sha-384-expected.txt:
2122 * crypto/subtle/sha-384.html:
2123 * crypto/subtle/sha-512-expected.txt:
2124 * crypto/subtle/sha-512.html:
2126 2013-11-15 Alexey Proskuryakov <ap@apple.com>
2128 Support exporting symmetric keys as JWK
2129 https://bugs.webkit.org/show_bug.cgi?id=124442
2131 Reviewed by Sam Weinig.
2133 * crypto/subtle/aes-export-key-expected.txt:
2134 * crypto/subtle/aes-export-key.html:
2135 * crypto/subtle/hmac-export-key-expected.txt:
2136 * crypto/subtle/hmac-export-key.html:
2138 2013-11-15 Simon Fraser <simon.fraser@apple.com>
2140 Make results.html more sane
2141 https://bugs.webkit.org/show_bug.cgi?id=124446
2143 Reviewed by Sam Weinig.
2145 Fix various issues with results.html:
2146 * make it use page scrolling, not overflow scrolling
2147 * remove -webkit-flex stuff that wasn't doing anything
2148 * prettify the floating overlay for flagged tests
2149 * pull some markup out of the JS and into the HTML
2150 * remove the self-testing, which provides very little reward.
2152 * fast/harness/resources/results-test.js: Removed.
2153 * fast/harness/results-expected.txt:
2154 * fast/harness/results.html:
2156 2013-11-15 Tim Horton <timothy_horton@apple.com>
2158 results.html should have a link to historical results for a test/all failing tests
2159 https://bugs.webkit.org/show_bug.cgi?id=124402
2161 Reviewed by Simon Fraser.
2163 * fast/harness/results.html:
2164 * fast/harness/resources/results-test.js:
2165 Add the link to timeout/crash results too.
2167 2013-11-15 Tim Horton <timothy_horton@apple.com>
2169 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html is slow, frequently > 30 second timeout
2170 https://bugs.webkit.org/show_bug.cgi?id=124373
2172 * platform/mac/TestExpectations:
2173 Mark test as timeout as well, since that happens sometimes too.
2175 2013-11-15 Jer Noble <jer.noble@apple.com>
2177 HTMLMediaElement should not throw an exception from setCurrentTime or fastSeek.
2178 https://bugs.webkit.org/show_bug.cgi?id=124294
2180 Reviewed by Eric Carlson.
2182 * media/video-seek-no-src-exception-expected.txt: Removed.
2183 * media/video-seek-no-src-exception.html: Removed.
2185 2013-11-15 Tim Horton <timothy_horton@apple.com>
2187 Layout Test editing/selection/5057506.html frequently times out on Mac WK2
2188 https://bugs.webkit.org/show_bug.cgi?id=124437
2190 * platform/mac-wk2/TestExpectations:
2191 Mark aforementioned test as a flaky-timeout.
2193 2013-11-15 Alexandru Chiculita <achicu@adobe.com>
2195 Web Inspector: DOM.performSearch should accept a list of context nodes
2196 https://bugs.webkit.org/show_bug.cgi?id=124390
2198 Reviewed by Timothy Hatcher.
2200 Added new inspector-protocol tests to check for the DOM.performSearch implementation.
2201 Also, ported an existing test from the old "inspector" format.
2203 * http/tests/inspector-protocol/resources/InspectorDOMListener.js: Added boilerplate code that
2204 can be used to track node ids and class names.
2205 (createDOMListener.createNodeAttributesMap):
2206 (createDOMListener.collectNode):
2207 (createDOMListener.onSetChildNodes):
2208 (createDOMListener.onChildNodeRemoved):
2209 (createDOMListener.onChildNodeInserted):
2210 (createDOMListener.return.getNodeById):
2211 (createDOMListener.return.getNodeIdentifier):
2212 * http/tests/inspector-protocol/resources/InspectorTest.js:
2213 (InspectorFrontendAPI.dispatchMessageAsync): Added a way to catch all the messages received in the inspector.
2214 It is useful for debugging the test file.
2215 (InspectorTest.addEventListener): Helper method to register multiple handlers for the same event.
2216 * inspector-protocol/dom/dom-search-crash-expected.txt: Added.
2217 * inspector-protocol/dom/dom-search-crash.html: Added.
2218 * inspector-protocol/dom/dom-search-expected.txt: Added.
2219 * inspector-protocol/dom/dom-search-with-context-expected.txt: Added.
2220 * inspector-protocol/dom/dom-search-with-context.html: Added.
2221 * inspector-protocol/dom/dom-search.html: Added.
2222 * inspector-protocol/dom/resources/dom-search-crash-iframe.html: Cloned from inspector/dom/resources/dom-search-crash-iframe.html
2223 * inspector-protocol/dom/resources/dom-search-iframe.html: Added.
2224 * inspector-protocol/dom/resources/dom-search-queries.js: Added.
2226 2013-11-15 Tim Horton <timothy_horton@apple.com>
2228 Make lint-test-expectations pass for platform/win
2230 * platform/win/TestExpectations:
2231 I always kept the stronger expectation in the case of duplicates.
2233 2013-11-15 Tim Horton <timothy_horton@apple.com>
2235 Layout Test fast/dom/Geolocation/notimer-after-unload.html is flaky and crashy on Mac WK2
2236 https://bugs.webkit.org/show_bug.cgi?id=124425
2238 * platform/mac-wk2/TestExpectations:
2239 Mark as crash/pass/fail, since it does all three :(
2241 2013-11-15 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2243 Modifying RTCIceCandidate object construction to match the spec
2244 https://bugs.webkit.org/show_bug.cgi?id=124369
2246 Reviewed by Eric Carlson.
2248 According to the spec the RTCIceCandidateInit parameter in RTCSessionDescription constructor is optional,
2249 which must not be nullable, and, if passed, must be a valid Dictionary. If the keys are not present, the string
2250 object that stores them in the RTCIceCandidate class, must be null in those cases. Also, if a key is present
2251 and its value is not valid an exception must be raised.
2253 * fast/mediastream/RTCIceCandidate-expected.txt:
2254 * fast/mediastream/RTCIceCandidate.html:
2256 2013-11-15 Tim Horton <timothy_horton@apple.com>
2258 Layout Test webgl/1.0.2/conformance/ogles/GL/tan/tan_001_to_006.html fails on Intel
2259 https://bugs.webkit.org/show_bug.cgi?id=124424
2261 * platform/mac/TestExpectations:
2262 Mark as flaky everywhere, since I have no way to mark it as failing on Intel
2263 and passing elsewhere.
2265 2013-11-15 Commit Queue <commit-queue@webkit.org>
2267 Unreviewed, rolling out r159337.
2268 http://trac.webkit.org/changeset/159337
2269 https://bugs.webkit.org/show_bug.cgi?id=124423
2271 broke a bunch of fast/regions tests on EFL/GTK (Requested by
2274 * fast/regions/bottom-overflow-out-of-first-region-expected.html:
2275 * fast/regions/bottom-overflow-out-of-first-region.html:
2276 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html:
2277 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html:
2278 * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt:
2279 * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt:
2280 * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt:
2281 * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt:
2282 * fast/regions/float-pushed-width-change-2-expected.html:
2283 * fast/regions/float-pushed-width-change-2.html:
2284 * fast/regions/float-pushed-width-change-expected.html:
2285 * fast/regions/float-pushed-width-change.html:
2286 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Removed.
2287 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Removed.
2288 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Removed.
2289 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Removed.
2290 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Removed.
2291 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Removed.
2292 * fast/regions/outline-sides-in-region-expected.html:
2293 * fast/regions/outline-sides-in-region.html:
2294 * fast/regions/overflow-first-and-last-regions-expected.html: Removed.
2295 * fast/regions/overflow-first-and-last-regions-in-container-hidden-expected.html: Removed.
2296 * fast/regions/overflow-first-and-last-regions-in-container-hidden.html: Removed.
2297 * fast/regions/overflow-first-and-last-regions.html: Removed.
2298 * fast/regions/overflow-last-region-expected.html: Added.
2299 * fast/regions/overflow-last-region.html: Added.
2300 * fast/regions/overflow-nested-regions-expected.html: Removed.
2301 * fast/regions/overflow-nested-regions.html: Removed.
2302 * fast/regions/overflow-region-float-expected.html: Removed.
2303 * fast/regions/overflow-region-float.html: Removed.
2304 * fast/regions/overflow-region-inline-expected.html: Removed.
2305 * fast/regions/overflow-region-inline.html: Removed.
2306 * fast/regions/overflow-region-transform-expected.html: Removed.
2307 * fast/regions/overflow-region-transform.html: Removed.
2308 * fast/regions/overflow-scrollable-rotated-fragment-expected.html:
2309 * fast/regions/overflow-scrollable-rotated-fragment.html:
2310 * fast/regions/top-overflow-out-of-second-region-expected.html: Removed.
2311 * fast/regions/top-overflow-out-of-second-region.html:
2312 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
2313 * fast/regions/webkit-flow-float-unable-to-push.html:
2314 * fast/repaint/increasing-region-content-height-expected.txt:
2315 * fast/repaint/increasing-region-content-height.html:
2316 * platform/gtk/fast/regions/text-region-split-vertical-rl-expected.txt: Added.
2317 * platform/mac-wk2/TestExpectations:
2318 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
2319 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: Added.
2321 2013-11-15 Antti Koivisto <antti@apple.com>
2323 Hovering over text using simple line path should not cause switch to line boxes
2324 https://bugs.webkit.org/show_bug.cgi?id=124418
2326 Reviewed by Anders Carlsson.
2328 * fast/text/simple-lines-hover-expected.html: Added.
2329 * fast/text/simple-lines-hover.html: Added.
2331 2013-11-15 Zoltan Horvath <zoltan@webkit.org>
2333 [CSS Shapes][CSS Regions] Simplify shape-inside-on-multiple-regions-with-negative-shape-top.html
2334 https://bugs.webkit.org/show_bug.cgi?id=123808
2336 Reviewed by Mihnea Ovidenie.
2338 Use a rectangle instead of a complex polygon in the test.
2340 * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html:
2341 * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html:
2343 2013-11-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2345 Unreviewed EFL gardening
2347 Add failure test expectations for failing tests.
2349 * platform/efl/TestExpectations:
2351 2013-11-15 Tim Horton <timothy_horton@apple.com>
2353 results.html should have a link to historical results for a test/all failing tests
2354 https://bugs.webkit.org/show_bug.cgi?id=124402
2356 Reviewed by Simon Fraser.
2358 * fast/harness/results.html:
2359 Add a new rightmost column, 'history'.
2360 Clicking on the column header will open the flakiness dashboard
2361 for the entire set of failing tests; clicking on the link
2362 in a particular test's row will open it just for that single test.
2364 * fast/harness/resources/results-test.js:
2365 Update the harness test to expect the new number of columns.
2367 2013-11-15 Radu Stavila <stavila@adobe.com>
2369 [CSS Regions] Implement visual overflow for first & last regions
2370 https://bugs.webkit.org/show_bug.cgi?id=118665
2372 Rebased some tests due to regions layers changes.
2373 Updated some tests to increase clarity. Some of them were only passing because two
2374 regions were close together and the fact that an element was being painted
2375 inside the wrong region was not visible. Floats are now also unsplittable.
2376 - bottom-overflow-out-of-first-region
2377 - float-pushed-width-change-2
2378 - float-pushed-width-change
2379 - webkit-flow-float-unable-to-push
2381 Changed top-overflow-out-of-second-region to reftest.
2383 Added new tests for testing the visual overflow in different situations
2384 (transformed, inline, opacity, floating).
2386 Reviewed by David Hyatt.
2388 * fast/regions/bottom-overflow-out-of-first-region-expected.html:
2389 * fast/regions/bottom-overflow-out-of-first-region.html:
2390 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html:
2391 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html:
2392 * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt:
2393 * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt:
2394 * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt:
2395 * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt:
2396 * fast/regions/float-pushed-width-change-2-expected.html:
2397 * fast/regions/float-pushed-width-change-2.html:
2398 * fast/regions/float-pushed-width-change-expected.html:
2399 * fast/regions/float-pushed-width-change.html:
2400 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Added.
2401 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Added.
2402 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Added.
2403 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Added.
2404 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Added.
2405 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Added.
2406 * fast/regions/outline-sides-in-region-expected.html:
2407 * fast/regions/outline-sides-in-region.html:
2408 * fast/regions/overflow-first-and-last-regions-expected.html: Added.
2409 * fast/regions/overflow-first-and-last-regions-in-container-hidden-expected.html: Added.
2410 * fast/regions/overflow-first-and-last-regions-in-container-hidden.html: Added.
2411 * fast/regions/overflow-first-and-last-regions.html: Added.
2412 * fast/regions/overflow-last-region-expected.html: Removed.
2413 * fast/regions/overflow-last-region.html: Removed.
2414 * fast/regions/overflow-nested-regions-expected.html: Added.
2415 * fast/regions/overflow-nested-regions.html: Added.
2416 * fast/regions/overflow-region-float-expected.html: Added.
2417 * fast/regions/overflow-region-float.html: Added.
2418 * fast/regions/overflow-region-inline-expected.html: Added.
2419 * fast/regions/overflow-region-inline.html: Added.
2420 * fast/regions/overflow-region-transform-expected.html: Added.
2421 * fast/regions/overflow-region-transform.html: Added.
2422 * fast/regions/overflow-scrollable-rotated-fragment-expected.html:
2423 * fast/regions/overflow-scrollable-rotated-fragment.html:
2424 * fast/regions/top-overflow-out-of-second-region-expected.html: Copied from LayoutTests/fast/regions/top-overflow-out-of-second-region.html.
2425 * fast/regions/top-overflow-out-of-second-region.html:
2426 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
2427 * fast/regions/webkit-flow-float-unable-to-push.html:
2428 * platform/gtk/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
2429 * platform/mac-wk2/TestExpectations:
2430 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
2431 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
2433 2013-11-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2435 Unreviewed EFL gardening
2437 Update TestExpectations files with failing tests.
2439 * platform/efl-wk2/TestExpectations:
2440 * platform/efl/TestExpectations:
2442 2013-11-15 Stephane Jadaud <sjadaud@sii.fr>
2444 [GStreamer] Add support for Media Source API
2445 https://bugs.webkit.org/show_bug.cgi?id=99065
2447 Reviewed by Philippe Normand.
2449 * platform/gtk/TestExpectations:
2451 2013-11-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2453 Unreviewed EFL gardening
2455 Mark flaky and incorrectly passing tests.
2457 * platform/efl-wk2/TestExpectations:
2458 * platform/efl/TestExpectations:
2459 * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed wrong test expectation.
2461 2013-11-15 Xabier Rodriguez Calvar <calvaris@igalia.com>
2463 [GTK] Bumping GStreamer version to 1.2.1 for the dependencies
2464 https://bugs.webkit.org/show_bug.cgi?id=124360
2466 Reviewed by Philippe Normand.
2468 * platform/gtk/TestExpectations: Flagged
2469 media/video-canvas-drawing-output.html
2471 2013-11-15 Sun-woo Nam <sunny.nam@samsung.com>
2473 [EFL] Layout tests with international text properties need to be rebaselined.
2474 https://bugs.webkit.org/show_bug.cgi?id=124389
2476 Unreviewed, EFL rabaseline.
2478 EFL international text rebaselined after r147668.
2479 Move some expectation files to efl common place because those files in wk1 are
2480 in exact accordance with files in wk2, and then delete the files in wk1 and wk2.
2482 * platform/efl-wk1/fast/text/international/003-expected.txt: Removed.
2483 * platform/efl-wk1/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
2484 * platform/efl-wk2/TestExpectations:
2485 * platform/efl/fast/text/international/002-expected.txt:
2486 * platform/efl/fast/text/international/003-expected.txt:
2487 Renamed from LayoutTests/platform/efl-wk2/fast/text/international/003-expected.txt.
2488 * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt:
2489 Renamed from LayoutTests/platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.txt.
2491 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2493 Update WebCrypto tests
2494 https://bugs.webkit.org/show_bug.cgi?id=124388
2496 Reviewed by Anders Carlsson.
2498 Updated tests for newer common.js. Changed some tests from just dumping results
2499 to comparing them to known expected ones. Fixed a syntax error in
2500 aes-cbc-invalid-length.html, so it now actually runs.
2502 * crypto/subtle/resources/common.js: Update to a new version from Blink, because
2503 it's much nicer than the old one, and it's good to be compatible at test level.
2504 Moved crypto.subtle definition from webkitSubtle here to avoid repeating it in all
2505 tests. Added a quick and dirty Promise.all implementation.
2507 * crypto/subtle/aes-cbc-192-encrypt-decrypt-expected.txt:
2508 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
2509 * crypto/subtle/aes-cbc-256-encrypt-decrypt-expected.txt:
2510 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
2511 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
2512 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
2513 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
2514 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
2515 * crypto/subtle/aes-cbc-generate-key.html:
2516 * crypto/subtle/aes-cbc-import-jwk-expected.txt:
2517 * crypto/subtle/aes-cbc-import-jwk.html:
2518 * crypto/subtle/aes-cbc-invalid-length-expected.txt:
2519 * crypto/subtle/aes-cbc-invalid-length.html:
2520 * crypto/subtle/aes-cbc-wrong-key-class.html:
2521 * crypto/subtle/aes-export-key-expected.txt:
2522 * crypto/subtle/aes-export-key.html:
2523 * crypto/subtle/argument-conversion-expected.txt:
2524 * crypto/subtle/argument-conversion.html:
2525 * crypto/subtle/hmac-export-key-expected.txt:
2526 * crypto/subtle/hmac-export-key.html:
2527 * crypto/subtle/hmac-generate-key.html:
2528 * crypto/subtle/hmac-import-jwk-expected.txt:
2529 * crypto/subtle/hmac-import-jwk.html:
2530 * crypto/subtle/hmac-sign-verify-empty-key-expected.txt:
2531 * crypto/subtle/hmac-sign-verify-empty-key.html:
2532 * crypto/subtle/hmac-sign-verify-expected.txt:
2533 * crypto/subtle/hmac-sign-verify.html:
2534 * crypto/subtle/import-jwk-expected.txt:
2535 * crypto/subtle/import-jwk.html:
2536 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt:
2537 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html:
2538 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt:
2539 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html:
2540 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt:
2541 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html:
2542 * crypto/subtle/sha-1-expected.txt:
2543 * crypto/subtle/sha-1.html:
2544 * crypto/subtle/sha-224-expected.txt:
2545 * crypto/subtle/sha-224.html:
2546 * crypto/subtle/sha-256-expected.txt:
2547 * crypto/subtle/sha-256.html:
2548 * crypto/subtle/sha-384-expected.txt:
2549 * crypto/subtle/sha-384.html:
2550 * crypto/subtle/sha-512-expected.txt:
2551 * crypto/subtle/sha-512.html:
2553 2013-11-14 Victor Costan <costan@gmail.com>
2555 XMLSerializer escapes < > & correctly inside <script> and <style> tags.
2556 https://bugs.webkit.org/show_bug.cgi?id=123914
2558 Reviewed by Darin Adler.
2560 * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: fix incorrect expectations.
2561 * fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml: use CDATA consistently.
2562 * fast/dom/XMLSerializer-entities-expected.txt: Added.
2563 * fast/dom/XMLSerializer-entities.html: Added.
2565 2013-11-14 Victor Costan <costan@gmail.com>
2567 Clean up sequence handling in Blob constructor
2568 https://bugs.webkit.org/show_bug.cgi?id=124343
2570 Reviewed by Alexey Proskuryakov.
2572 * fast/files/blob-constructor-expected.txt:
2573 * fast/files/script-tests/blob-constructor.js:
2574 Add test with sequence that throws an error on property access.
2577 2013-11-14 Tim Horton <timothy_horton@apple.com>
2579 Change Fail->Failure in some recent expectations.
2581 Suddenly, everything is clear.
2583 * platform/mac/TestExpectations:
2585 2013-11-14 Tim Horton <timothy_horton@apple.com>
2587 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html is slow, frequently > 30 second timeout
2588 https://bugs.webkit.org/show_bug.cgi?id=124373
2590 * platform/mac/TestExpectations:
2591 Mark test as flaky on Mountain Lion Release bot.
2592 Marking as slow seems to have no effect on the notifyDone timeout, just the outer timeouts.
2594 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2596 Implement raw format for WebCrypto key export
2597 https://bugs.webkit.org/show_bug.cgi?id=124376
2599 Reviewed by Anders Carlsson.
2601 * crypto/subtle/aes-export-key-expected.txt: Added.
2602 * crypto/subtle/aes-export-key.html: Added.
2603 * crypto/subtle/hmac-export-key-expected.txt: Added.
2604 * crypto/subtle/hmac-export-key.html: Added.
2606 2013-11-14 Bear Travis <betravis@adobe.com>
2608 [CSS Shapes] Accept the new <box> value for shape-outside
2609 https://bugs.webkit.org/show_bug.cgi?id=124227
2611 Reviewed by David Hyatt.
2613 Test the different box values with different writing modes.
2615 * fast/shapes/parsing/parsing-shape-inside-expected.html: Adding box values as invalid.
2616 * fast/shapes/parsing/parsing-shape-inside.html: Ditto.
2617 * fast/shapes/parsing/parsing-shape-outside-expected.html: Adding box values as valid.
2618 * fast/shapes/parsing/parsing-shape-outside.html: Ditto.
2619 * fast/shapes/shape-outside-floats/shape-outside-boxes-001-expected.html: Added.
2620 * fast/shapes/shape-outside-floats/shape-outside-boxes-001.html: Added.
2621 * fast/shapes/shape-outside-floats/shape-outside-boxes-002-expected.html: Added.
2622 * fast/shapes/shape-outside-floats/shape-outside-boxes-002.html: Added.
2623 * fast/shapes/shape-outside-floats/shape-outside-boxes-003-expected.html: Added.
2624 * fast/shapes/shape-outside-floats/shape-outside-boxes-003.html: Added.
2626 2013-11-14 Jer Noble <jer.noble@apple.com>
2628 Flaky Test: media/video-fast-seek.html
2629 https://bugs.webkit.org/show_bug.cgi?id=124298
2631 Reviewed by Eric Carlson.
2633 Don't check for the precise results of currentTime, as MediaTime -> double
2634 rounding will occasionally result in errors.
2636 * media/video-fast-seek-expected.txt:
2637 * media/video-fast-seek.html:
2639 2013-11-14 Tim Horton <timothy_horton@apple.com>
2641 fullscreen/anonymous-block-merge-crash.html often times out in WebKit1
2642 https://bugs.webkit.org/show_bug.cgi?id=124318
2644 * platform/mac/TestExpectations:
2645 Used the wrong kind of failure for a notifyDone timeout.
2647 2013-11-14 Tim Horton <timothy_horton@apple.com>
2649 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html is slow, frequently > 30 second timeout
2650 https://bugs.webkit.org/show_bug.cgi?id=124373
2652 * platform/mac/TestExpectations:
2653 Mark test as slow on Mountain Lion Release bot.
2655 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2657 [Mac] HMAC sign/verify crashes when key is empty
2658 https://bugs.webkit.org/show_bug.cgi?id=124372
2660 Reviewed by Sam Weinig.
2662 * crypto/subtle/hmac-sign-verify-empty-key-expected.txt: Added.
2663 * crypto/subtle/hmac-sign-verify-empty-key.html: Added.
2665 2013-11-14 Samuel White <samuel_white@apple.com>
2667 AX: Calling NSAccessibilityColumnsAttribute and NSAccessibilityRowsAttribute simply to get column/row count can be very expensive.
2668 https://bugs.webkit.org/show_bug.cgi?id=124293
2670 Reviewed by Chris Fleizach.
2672 Added test to ensure NSAccessibilityColumnsAttribute and NSAccessibilityRowsAttribute
2673 behave as expected. Also updated existing table tests to reflect this additional API.
2675 * platform/mac/accessibility/table-column-and-row-count-expected.txt: Added.
2676 * platform/mac/accessibility/table-column-and-row-count.html: Added.
2677 * platform/mac/accessibility/table-detection-expected.txt:
2678 * platform/mac/accessibility/table-with-rules-expected.txt:
2680 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2682 Implement RSASSA-PKCS1-v1_5 sign/verify
2683 https://bugs.webkit.org/show_bug.cgi?id=124335
2685 Reviewed by Sam Weinig.
2687 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt: Added.
2688 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html: Added.
2690 2013-11-14 Hans Muller <hmuller@adobe.com>
2692 [CSS Shapes] Empty polygons with non-zero shape-padding cause an ASSERT crash
2693 https://bugs.webkit.org/show_bug.cgi?id=124324
2695 Reviewed by Andreas Kling.
2697 * fast/shapes/shape-inside/shape-inside-empty-polygon-crash-expected.txt: Added.
2698 * fast/shapes/shape-inside/shape-inside-empty-polygon-crash.html: Added.
2699 * fast/shapes/shape-outside-floats/shape-outside-floats-empty-polygon-crash-expected.txt: Added.
2700 * fast/shapes/shape-outside-floats/shape-outside-floats-empty-polygon-crash.html: Added.
2702 2013-11-14 Sun-woo Nam <sunny.nam@samsung.com>
2704 [EFL] Layout tests with text areas need to be rebaselined.
2705 https://bugs.webkit.org/show_bug.cgi?id=124337
2707 Unreviewed, EFL gatdening.
2709 EFL text areas rebaselined after r129492.
2711 * platform/efl/TestExpectations:
2712 * platform/efl/fast/forms/basic-textareas-expected.txt:
2713 * platform/efl/fast/forms/basic-textareas-quirks-expected.txt:
2715 2013-11-13 Victor Costan <costan@gmail.com>
2717 Blob constructor accepts a sequence (array-like object) as first arg.
2718 https://bugs.webkit.org/show_bug.cgi?id=124175
2720 Reviewed by Christophe Dumez.
2723 * crypto/subtle/argument-conversion-expected.txt: Updated sequence error expectations.
2724 * fast/dom/Window/window-postmessage-args-expected.txt: Updated sequence error expectations.
2725 * fast/events/constructors/message-event-constructor-expected.txt: Updated sequence error expectations.
2726 * fast/events/message-port-multi-expected.txt: Updated sequence error expectations.
2727 * fast/files/blob-constructor-expected.txt: Updated error text and added expectations.
2728 * fast/files/script-tests/blob-constructor.js: Added sequence test cases.
2729 * fast/workers/worker-context-multi-port-expected.txt: Updated sequence error expectations.
2730 * fast/workers/worker-multi-port-expected.txt: Updated sequence error expectations.
2732 2013-11-13 Sun-woo Nam <sunny.nam@samsung.com>
2734 [EFL] Layout tests with css3 selectors3 properties need to be rebaselined.
2735 https://bugs.webkit.org/show_bug.cgi?id=124266
2737 Unreviewed, EFL gardening.
2739 EFL css3 rebaselined after r111644.
2741 * platform/efl-wk2/TestExpectations:
2742 * platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt:
2743 * platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
2744 * platform/efl/css3/selectors3/xml/css3-modsel-1-expected.txt:
2746 2013-11-13 Tim Horton <timothy_horton@apple.com>
2748 Layout Test animations/resume-after-page-cache.html is flaky
2749 https://bugs.webkit.org/show_bug.cgi?id=124321
2751 * platform/mac/TestExpectations:
2753 2013-11-13 Tim Horton <timothy_horton@apple.com>
2755 fullscreen/anonymous-block-merge-crash.html often times out in WebKit1
2756 https://bugs.webkit.org/show_bug.cgi?id=124318
2758 * platform/mac-wk2/TestExpectations:
2759 * platform/mac/TestExpectations:
2760 Mark test as timing out on WebKit1 only.
2762 2013-11-13 Tim Horton <timothy_horton@apple.com>
2764 compositing/regions/transform-transparent-positioned-video-inside-region.html is flaky on all bots
2765 https://bugs.webkit.org/show_bug.cgi?id=124311
2767 * platform/mac/TestExpectations:
2768 Mark as flaky image fail.
2770 2013-11-13 Tim Horton <timothy_horton@apple.com>
2772 Remove a crash expectation from a test that seems fixed by r159218.
2774 * platform/mac/TestExpectations:
2776 2013-11-13 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2778 Modifying RTCSessionDescription object construction to match the spec
2779 https://bugs.webkit.org/show_bug.cgi?id=124212
2781 Reviewed by Eric Carlson.
2783 According to the spec the RTCSessionDescriptionInit parameter in RTCSessionDescription constructor is optional,
2784 which must not be nullable. If the 'type' and/or 'sdp' keys are not present, the string object that stores
2785 them in the RTCSessionDescription class, must be null in those cases. Also, if an object that is not a
2786 Dictionary is passed as argument to the constructor, an exception must be raised.
2788 * fast/mediastream/RTCSessionDescription-expected.txt:
2789 * fast/mediastream/RTCSessionDescription.html:
2791 2013-11-09 Martin Robinson <mrobinson@igalia.com>
2793 [MathML] The double bar vertical delimiter does not stretch properly
2794 https://bugs.webkit.org/show_bug.cgi?id=123543
2796 Reviewed by Chris Fleizach.
2798 * mathml/presentation/mo-stretch.html: Add ∥ to this test,
2799 which covers the other version of the vertical bar.
2800 * platform/gtk/mathml/presentation/mo-stretch-expected.png:
2801 * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
2803 2013-11-13 Roger Fong <roger_fong@apple.com>
2805 [Windows] Unreviewed gardening of some canvas tests.
2807 * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt:
2808 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt:
2809 * platform/win/fast/canvas/canvas-render-layer-expected.txt:
2810 * platform/win/fast/canvas/canvas-scale-shadowBlur-expected.txt:
2811 * platform/win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
2812 * platform/win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt:
2813 * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt:
2814 * platform/win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt:
2815 * platform/win/fast/forms/range/slider-mouse-events-expected.txt:
2817 2013-11-13 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2819 Unreviewed EFL gardening
2821 Remove failure tests expectations after r159116.
2823 * platform/efl/TestExpectations:
2825 2013-11-13 Alexey Proskuryakov <ap@apple.com>
2827 crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html is failing on Maverics release bot
2828 https://bugs.webkit.org/show_bug.cgi?id=124280
2830 Reviewed by Anders Carlsson.
2832 * TestExpectations: Unskip.
2834 2013-11-12 Jer Noble <jer.noble@apple.com>
2836 Add support for HTMLMediaElement.fastSeek()
2837 https://bugs.webkit.org/show_bug.cgi?id=124262
2839 Reviewed by Eric Carlson.
2841 * media/video-fast-seek-expected.txt: Added.
2842 * media/video-fast-seek.html: Added.
2844 2013-11-13 Antti Koivisto <antti@apple.com>
2846 * TestExpectations: Skip crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html
2848 2013-11-12 Antti Koivisto <antti@apple.com>
2850 Support overflow-wrap:break-word on simple line path
2851 https://bugs.webkit.org/show_bug.cgi?id=124206
2853 Reviewed by Andreas Kling.
2855 Force these to use line boxes, add ref test versions comparing the paths.
2857 * fast/forms/basic-textareas-quirks-simple-lines-expected.html: Added.
2858 * fast/forms/basic-textareas-quirks-simple-lines.html: Added.
2859 * fast/forms/basic-textareas-quirks.html:
2860 * fast/forms/linebox-overflow-in-textarea-padding-simple-lines-expected.html: Added.
2861 * fast/forms/linebox-overflow-in-textarea-padding-simple-lines.html: Added.
2862 * fast/forms/linebox-overflow-in-textarea-padding.html:
2863 * fast/forms/negativeLineHeight-simple-lines-expected.html: Added.
2864 * fast/forms/negativeLineHeight-simple-lines.html: Added.
2865 * fast/forms/negativeLineHeight.html:
2866 * fast/forms/textAreaLineHeight-simple-lines-expected.html: Added.
2867 * fast/forms/textAreaLineHeight-simple-lines.html: Added.
2868 * fast/forms/textAreaLineHeight.html:
2869 * fast/parser/entity-comment-in-textarea.html: Made this independent of line layout mode.
2870 * fast/replaced/width100percent-textarea.html:
2871 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
2873 2013-11-13 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2875 Removing fast/mediastream/constructors.html LayoutTest
2876 https://bugs.webkit.org/show_bug.cgi?id=124259
2878 Reviewed by Philippe Normand.
2880 Apart from being wrong, it was testing the mediastream WebRTC objects constructors, which are already being
2881 tested in each particular mediastream WebRTC object LayoutTest.
2883 * fast/mediastream/constructors-expected.txt: Removed.
2884 * fast/mediastream/constructors.html: Removed.
2886 2013-11-13 Alexey Proskuryakov <ap@apple.com>
2888 Implement key generation and JWK import for RSASSA-PKCS1-v1_5
2889 https://bugs.webkit.org/show_bug.cgi?id=124236
2891 Reviewed by Sam Weinig.
2893 * crypto/subtle/resources/common.js:
2894 (hexToArrayBuffer): Fixed a typo
2895 (Base64URL.stringify):
2897 Added helpers to deal with Base64URL, as needed for JWK.
2899 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt: Added.
2900 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html: Added.
2901 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt: Added.
2902 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Added.
2904 2013-11-12 Alexey Proskuryakov <ap@apple.com>
2906 Disable WebCrypto on Mountain Lion
2907 https://bugs.webkit.org/show_bug.cgi?id=124261
2909 Rubber-stamped by Sam Weinig.
2911 * platform/mac/TestExpectations:
2913 2013-11-12 Tim Horton <timothy_horton@apple.com>
2915 Revert r159140, as it is theoretically fixed by r159173.
2917 * platform/mac-wk2/TestExpectations:
2919 2013-11-12 Roger Fong <roger_fong@apple.com>
2921 [Windows] Unreviewed. More edits to Windows test expectations following r159157.
2923 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
2924 * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt:
2925 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt:
2926 * platform/win/fast/canvas/canvas-scale-shadowBlur-expected.txt:
2927 * platform/win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
2928 * platform/win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt:
2929 * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt:
2930 * platform/win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt:
2931 * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
2932 * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
2933 * platform/win/fast/forms/cursor-at-editable-content-boundary-expected.txt:
2934 * platform/win/fast/forms/implicit-submission-expected.txt:
2935 * platform/win/fast/forms/range: Added.
2936 * platform/win/fast/forms/range/slider-mouse-events-expected.txt: Copied from platform/win/fast/forms/slider-mouse-events-expected.txt.
2937 * platform/win/fast/forms/select-popup-pagekeys-expected.txt:
2938 * platform/win/fast/forms/slider-mouse-events-expected.txt: Removed.
2940 2013-11-12 Commit Queue <commit-queue@webkit.org>
2942 Unreviewed, rolling out r159160, r159161, and r159164.
2943 http://trac.webkit.org/changeset/159160
2944 http://trac.webkit.org/changeset/159161
2945 http://trac.webkit.org/changeset/159164
2946 https://bugs.webkit.org/show_bug.cgi?id=124253
2948 Too many errors (make fewer) (Requested by ap on #webkit).
2950 * crypto/subtle/resources/common.js:
2952 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt: Removed.
2953 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html: Removed.
2954 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt: Removed.
2955 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Removed.
2956 * platform/mac/TestExpectations:
2958 2013-11-12 Alexey Proskuryakov <ap@apple.com>
2960 Implement key generation and JWK import for RSASSA-PKCS1-v1_5
2961 https://bugs.webkit.org/show_bug.cgi?id=124236
2963 * platform/mac/TestExpectations: Update expectations for Mountain Lion.
2964 I'll investigate this later.
2966 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Quickly fail is promise is rejected.
2968 2013-11-12 Alexey Proskuryakov <ap@apple.com>
2970 Implement key generation and JWK import for RSASSA-PKCS1-v1_5
2971 https://bugs.webkit.org/show_bug.cgi?id=124236
2973 Reviewed by Sam Weinig.
2975 * crypto/subtle/resources/common.js:
2976 (hexToArrayBuffer): Fixed a typo
2977 (Base64URL.stringify):
2979 Added helpers to deal with Base64URL, as needed for JWK.
2981 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt: Added.
2982 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html: Added.
2983 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt: Added.
2984 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Added.
2986 2013-11-12 Roger Fong <roger_fong@apple.com>
2988 [Windows] Unreviewed gardening. Re-add someone Windows expections that were erroneously removed.
2990 * platform/win/editing/selection/extend-selection-home-end-expected.txt: Added.
2991 * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
2992 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
2993 * platform/win/fast/canvas/canvas-render-layer-expected.txt: Added.
2994 * platform/win/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
2995 * platform/win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
2996 * platform/win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
2997 * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.
2998 * platform/win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
2999 * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
3000 * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added.
3001 * platform/win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
3002 * platform/win/fast/forms/implicit-submission-expected.txt: Added.
3003 * platform/win/fast/forms/select-popup-pagekeys-expected.txt: Added.
3004 * platform/win/fast/forms/slider-mouse-events-expected.txt: Added.
3005 * platform/win/media/media-can-play-wav-audio-expected.txt:
3007 2013-11-12 Tim Horton <timothy_horton@apple.com>
3009 Add fast/images/pdf-as-image-crop-box.html to the pile of tiny-color-mismatch tests.
3011 * platform/mac-wk2/TestExpectations:
3013 2013-11-12 Tim Horton <timothy_horton@apple.com>
3015 fast/canvas/webgl/draw-arrays-out-of-bounds.html is flaky on Mavericks WK2 testers, fails about 20% of the time
3016 https://bugs.webkit.org/show_bug.cgi?id=124223
3018 Mark as flaky on Mac-Mavericks-WebKit2.
3020 * platform/mac-wk2/TestExpectations:
3022 2013-11-11 Oliver Hunt <oliver@apple.com>
3024 Support unprefixed deconstructing assignment
3025 https://bugs.webkit.org/show_bug.cgi?id=124172
3027 Reviewed by Mark Lam.
3029 Add and expand testing of destructuring assignment
3031 * js/basic-for-of-expected.txt:
3032 * js/destructuring-assignment-expected.txt:
3033 * js/parser-syntax-check-expected.txt:
3034 * js/script-tests/basic-for-of.js:
3035 * js/script-tests/destructuring-assignment.js:
3036 (testDestructuring):
3037 * js/script-tests/parser-syntax-check.js:
3039 2013-11-12 Roger Fong <roger_fong@apple.com>
3041 [Windows] Unreviewed gardening of some media tests.
3043 * platform/win/TestExpectations:
3045 2013-11-12 Tim Horton <timothy_horton@apple.com>
3047 "AVF info: hasOfflineRenderer, board-id check : true" in media/track/track-forced-subtitles-in-band.html
3048 https://bugs.webkit.org/show_bug.cgi?id=124219
3050 Logging that happens unpredictably underneath us; marking the test as flaky on Mavericks for now.
3052 * platform/mac/TestExpectations:
3054 2013-11-12 Radu Stavila <stavila@adobe.com>
3056 Created test for testing repaint rects for elements inside relative-positioned regions.
3058 [CSS Regions] clip rectangles are incorrectly computed in some positioned elements
3059 https://bugs.webkit.org/show_bug.cgi?id=114722
3061 Reviewed by Mihnea Ovidenie.
3063 * fast/repaint/increasing-region-content-height-expected.txt: Added.
3064 * fast/repaint/increasing-region-content-height.html: Added.
3066 2013-11-12 Tim Horton <timothy_horton@apple.com>
3068 Fix accessibility/aria-help after r159067.
3070 It's failing everywhere because the path to its script is wrong.
3072 * accessibility/aria-help.html:
3074 2013-11-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3076 Unreviewed EFL gardening
3078 Skip media/media-source tests, as EFL port does not support MEDIA_SOURCE.
3080 * platform/efl/TestExpectations:
3082 2013-11-12 Zan Dobersek <zdobersek@igalia.com>
3084 Unreviewed GTK gardening.
3086 * platform/gtk/js/dom/global-constructors-attributes-expected.txt: Rebaseline after new constructors
3087 were made available with enabling the Media Stream feature.
3089 2013-11-12 Alexandru Chiculita <achicu@adobe.com>
3091 Web Inspector: Crash when closing the Inspector while debugging an exception inside a breakpoint condition.
3092 https://bugs.webkit.org/show_bug.cgi?id=124078
3094 Reviewed by Joseph Pecoraro.
3096 Checking that the debugger will not crash nor stall when exceptions are throw while the debugger
3097 is already paused. The cases when that can happen include breakpoint conditions, actions, eval
3098 or runtime object inspection.
3100 The current behavior was to ignore the exceptions or breakpoints while executing "console commands"
3101 when the debugger was already paused. I'm extending this mechanism to breakpoint conditions and
3102 actions as the Debugger is not designed to support nested "debugger breaks".
3104 * http/tests/inspector-protocol/resources/protocol-test.js:
3105 (closeTest): Avoid having internals.closeDummyInspectorFrontend and testRunner.notifyDone
3106 in the same function. The debugger will not have a chance to exit the temporary EventLoop
3107 before loading the next test.
3108 * inspector-protocol/debugger/breakpoint-action-detach-expected.txt: Added.
3109 * inspector-protocol/debugger/breakpoint-action-detach.html: Added.
3110 * inspector-protocol/debugger/breakpoint-action-with-exception-expected.txt: Added.
3111 * inspector-protocol/debugger/breakpoint-action-with-exception.html: Added.
3112 * inspector-protocol/debugger/breakpoint-condition-detach-expected.txt: Added.
3113 * inspector-protocol/debugger/breakpoint-condition-detach.html: Added.
3114 * inspector-protocol/debugger/breakpoint-condition-with-exception-expected.txt: Added.
3115 * inspector-protocol/debugger/breakpoint-condition-with-exception.html: Added.
3116 * inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt: Added.
3117 * inspector-protocol/debugger/breakpoint-eval-with-exception.html: Added.
3118 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions-expected.txt: Added.
3119 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html: Added.
3121 2013-11-12 Mario Sanchez Prada <mario.prada@samsung.com>
3123 Unreviewed GTK gardening. Share expectations for vertical text among WK1 and WK2.
3125 * platform/gtk-wk2/fast/repaint/japanese-rl-selection-clear-expected.txt: Removed.
3126 * platform/gtk-wk2/fast/repaint/japanese-rl-selection-repaint-expected.txt: Removed.
3127 * platform/gtk-wk2/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Removed.
3128 * platform/gtk-wk2/fast/text/international/vertical-text-glyph-test-expected.txt: Removed.
3129 * platform/gtk-wk2/fast/text/justify-ideograph-vertical-expected.txt: Removed.
3131 2013-11-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3133 Unreviewed EFL gardening
3135 Mark 73 tests as failing/skipped after r158954.
3137 * platform/efl/TestExpectations:
3139 2013-11-12 Antti Koivisto <antti@apple.com>
3141 Text on simple lines sometimes paints one pixel off
3142 https://bugs.webkit.org/show_bug.cgi?id=124200
3144 Reviewed by Andreas Kling.
3146 * fast/text/line-runs-rounding-simple-lines-expected.html: Added.
3147 * fast/text/line-runs-rounding-simple-lines.html: Added.
3149 2013-11-12 Zan Dobersek <zdobersek@igalia.com>
3151 JSC bindings generator should generate deletable JSC functions
3152 https://bugs.webkit.org/show_bug.cgi?id=122422
3154 Reviewed by Geoffrey Garen.
3156 Test that all the functions on the Node prototype object (apart from the constructor) are
3157 writable, enumerable and configurable, as expected for WebIDL operations. This matches the
3158 WebIDL specification as well as IE and Firefox.
3160 Other affected test cases and baselines are updated to reflect the new behavior.
3162 * fast/dom/webidl-operations-on-node-prototype-expected.txt: Added.
3163 * fast/dom/webidl-operations-on-node-prototype.html: Added.
3164 * js/dom/getOwnPropertyDescriptor-expected.txt:
3165 * js/resources/getOwnPropertyDescriptor.js:
3166 * platform/mac/canvas/philip/tests/type.prototype-expected.txt: Removed.
3168 2013-11-11 Simon Fraser <simon.fraser@apple.com>
3170 REGRESSION (r155660): box-shadow causes overlay scrollbars to be in the wrong position when element is composited (85647)
3171 https://bugs.webkit.org/show_bug.cgi?id=124090
3173 Reviewed by Beth Dakin.
3175 Test, but it doesn't actually test the fix until we enable overlay scrollbars
3176 in tests (bug 60716).
3178 * compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: Added.
3179 * compositing/overflow/overflow-scrollbar-layer-positions.html: Added.
3181 2013-11-11 Simon Fraser <simon.fraser@apple.com>
3183 Actually land a result for the test that I added (and make it a text test).
3185 * compositing/tiling/tiled-in-iframe-expected.txt: Added.
3186 * compositing/tiling/tiled-in-iframe.html:
3188 2013-11-11 Myles C. Maxfield <mmaxfield@apple.com>
3190 [Mac] Characters too close together in complex Arabic text
3191 https://bugs.webkit.org/show_bug.cgi?id=124057
3193 Reviewed by Darin Adler.
3195 complex-grapheme-cluster-with-initial-advance adds a span around a word in some
3196 complex Arabic text, and expects that the word spacing is the same as without the
3199 selection-in-initial-advance-region simulates a mouse drag across a complex text run
3200 with an initial advance. This makes sure that ComplexTextController::offsetForPosition
3201 doesn't crash when there is an initial advance.
3203 * fast/text/complex-grapheme-cluster-with-initial-advance-expected.html: Added.
3204 * fast/text/complex-grapheme-cluster-with-initial-advance.html: Added.
3205 * fast/text/selection-in-initial-advance-region-expected.txt: added
3206 * fast/text/selection-in-initial-advance-region.html: added
3208 2013-11-11 Antti Koivisto <antti@apple.com>
3210 End of line whitespace should collapse with white-space:pre-wrap; overflow-wrap:break-word in all cases
3211 https://bugs.webkit.org/show_bug.cgi?id=124158
3213 Reviewed by Dave Hyatt.
3215 Added a specific test and updates the test results of some complex tests that demonstrate the same issue.
3217 * fast/text/break-word-pre-wrap-expected.html: Added.
3218 * fast/text/break-word-pre-wrap.html: Added.
3219 * platform/mac/fast/forms/basic-textareas-expected.png:
3220 * platform/mac/fast/forms/basic-textareas-expected.txt:
3221 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
3222 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
3223 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt:
3224 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt:
3226 2013-11-11 Bear Travis <betravis@adobe.com>
3228 Web Inspector: [CSS Shapes] Highlight shape-outside when its element is selected in the Web Inspector
3229 https://bugs.webkit.org/show_bug.cgi?id=124071
3231 Reviewed by Timothy Hatcher.
3233 Test that the information passed to the Inspector overlay properly corresponds to the
3234 underlying shape. Retrieving the shape highlight information involves a series of
3235 steps and has been abstracted into shape-info-helper.js, which supplies
3236 Inspector.shapeOutsideInfo inside an Inspector test, and the ShapeInfoHelper.runShapesTest
3237 method to begin a test.
3239 * inspector-protocol/model/highlight-shape-outside-expected.txt: Added.
3240 * inspector-protocol/model/highlight-shape-outside.html: Added.
3241 * inspector-protocol/resources/shape-info-helper.js: Added.
3242 (window.ShapeInfoHelper): Exposes ShapeInfoHelper.runShapesTest.
3244 2013-11-11 Samuel White <samuel_white@apple.com>
3246 AX: support helpText() in DumpRenderTree
3247 https://bugs.webkit.org/show_bug.cgi?id=40194
3249 Reviewed by Chris Fleizach.
3251 Moving layout test back to its original location. Shouldn't be platform specific.
3253 * accessibility/aria-help.html: Renamed from LayoutTests/platform/mac/accessibility/aria-help.html.
3255 2013-11-11 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3257 Unreviewed EFL gardening
3259 Update test expectations after r158188.
3261 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
3262 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
3263 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
3264 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
3265 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
3267 2013-11-10 Filip Pizlo <fpizlo@apple.com>
3269 DFG Int52 boxing code may clobber the source without telling anyone
3270 https://bugs.webkit.org/show_bug.cgi?id=124137
3272 Reviewed by Mark Hahnenberg.
3274 Write the test as a JSRegress test because we currently need a couple
3275 recompiles to get the bug. JSRegress tests are meant to be longer-running
3276 stress tests and they are usually run with different compilation thresholds, so
3277 that ensures that we will actually hit the relevant code path.
3279 * js/regress/int52-spill-expected.txt: Added.
3280 * js/regress/int52-spill.html: Added.
3281 * js/regress/script-tests/int52-spill.js: Added.
3285 2013-11-11 Oliver Hunt <oliver@apple.com>
3287 ExtJS breaks with modern Array.prototype.values API due to use of with()
3288 https://bugs.webkit.org/show_bug.cgi?id=123440
3290 Reviewed by Beth Dakin.
3292 Update tests for removal of Array.prototype.values, and add test to ensure that
3295 * js/Object-getOwnPropertyNames-expected.txt:
3296 * js/array-iterators-expected.txt:
3297 * js/basic-for-of-expected.txt:
3298 * js/script-tests/Object-getOwnPropertyNames.js:
3299 * js/script-tests/array-iterators.js:
3300 * js/script-tests/basic-for-of.js:
3302 2013-11-11 Oliver Hunt <oliver@apple.com>
3304 Whoops, fix test post move
3306 * js/basic-set.html:
3308 2013-11-11 Simon Fraser <simon.fraser@apple.com>
3310 Add a testcase for a tiled layer inside an iframe
3311 https://bugs.webkit.org/show_bug.cgi?id=124159
3313 Reviewed by Tim Horton.
3315 Add a test for a tiled compositing layer inside an iframe.
3317 * compositing/tiling/resources/tiled-layer-tall.html: Added.
3318 * compositing/tiling/tiled-in-iframe.html: Added.
3320 2013-11-11 Javier Fernandez <jfernandez@igalia.com>
3322 [CSS Regions] Selection focusNode set to the "region" block, instead of the "source" block
3323 https://bugs.webkit.org/show_bug.cgi?id=120769
3325 Reviewed by David Hyatt.
3327 * fast/regions/resources/helper.js:
3328 (selectContentFromIdToPos):
3329 (selectContentFromIdToPosVert):
3330 (.document.onmouseup):
3331 (onMouseUpLogSelectionAndFocus):
3332 * fast/regions/selection/position-for-point-1-expected.txt: Added.
3333 * fast/regions/selection/position-for-point-1-vert-lr-expected.txt: Added.
3334 * fast/regions/selection/position-for-point-1-vert-lr.html: Added.
3335 * fast/regions/selection/position-for-point-1-vert-rl-expected.txt: Added.
3336 * fast/regions/selection/position-for-point-1-vert-rl.html: Added.
3337 * fast/regions/selection/position-for-point-1.html: Added.
3338 * fast/regions/selection/position-for-point-expected.txt: Added.
3339 * fast/regions/selection/position-for-point-vert-lr-expected.txt: Added.
3340 * fast/regions/selection/position-for-point-vert-lr.html: Added.
3341 * fast/regions/selection/position-for-point-vert-rl-expected.txt: Added.
3342 * fast/regions/selection/position-for-point-vert-rl.html: Added.
3343 * fast/regions/selection/position-for-point.html: Added.
3345 2013-11-10 Sun-woo Nam <sunny.nam@samsung.com>
3347 [EFL] Layout tests with css1 box properties need to be rebaselined.
3348 https://bugs.webkit.org/show_bug.cgi?id=124135
3350 Reviewed by Gyuyoung Kim.
3352 EFL css1 rebaseline after r101343 for EFL gardening.
3354 * platform/efl/css1/box_properties/margin_right-expected.txt:
3355 * platform/efl/css1/box_properties/padding-expected.txt:
3356 * platform/efl/css1/box_properties/padding_left-expected.txt:
3357 * platform/efl/css1/box_properties/padding_right-expected.txt:
3358 * platform/efl/css1/box_properties/padding_top-expected.txt:
3360 2013-11-10 Frédéric Wang <fred.wang@free.fr>
3362 CSS direction must be reset to ltr on <math> element.
3363 <https://webkit.org/b/124121>
3365 Reviewed by Darin Adler.
3367 * mathml/presentation/direction-expected.html: Added.
3368 * mathml/presentation/direction.html: Added.
3370 2013-11-10 Oliver Hunt <oliver@apple.com>
3372 Implement Set iterators
3373 https://bugs.webkit.org/show_bug.cgi?id=124129
3375 Reviewed by Antti Koivisto.
3377 Move Set tests to more sensible location and add iterator tests
3379 * js/basic-set-expected.txt: Renamed from LayoutTests/js/dom/basic-set-expected.txt.
3380 * js/basic-set.html: Renamed from LayoutTests/js/dom/basic-set.html.
3381 * js/script-tests/basic-set.js: Renamed from LayoutTests/js/dom/script-tests/basic-set.js.
3383 (otherString.string_appeared_here.set add):
3388 2013-11-10 Antti Koivisto <antti@apple.com>
3390 Implement white-space property on simple line layout path
3391 https://bugs.webkit.org/show_bug.cgi?id=124122
3393 Reviewed by Andreas Kling.
3395 The simple line layout produces slightly different runs in some pre-wrap cases compared
3396 to the line box path (with less unnecessary boxes). To keep the test coverage this patch forces the
3397 existing render tree dump based tests to use line boxes. It also adds new ref tests for
3398 the same cases where the test uses the simple line path and the ref is forced on the line box path.
3399 This ensures that the paths produce pixel-identical results.
3401 * fast/forms/basic-textareas-simple-lines-expected.html: Added.
3402 * fast/forms/basic-textareas-simple-lines.html: Added.
3403 * fast/forms/basic-textareas.html:
3404 * fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html: Added.
3405 * fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html: Added.
3406 * fast/text/embed-at-end-of-pre-wrap-line.html:
3407 * fast/text/whitespace/pre-wrap-line-test-simple-lines-expected.html: Added.
3408 * fast/text/whitespace/pre-wrap-line-test-simple-lines.html: Added.
3409 * fast/text/whitespace/pre-wrap-line-test.html:
3410 * fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html: Added.
3411 * fast/text/whitespace/pre-wrap-long-word-simple-lines.html: Added. New simple test for overflowing lines which was only covered by the very large basic-textareas.html.
3412 * fast/text/whitespace/pre-wrap-spaces-after-newline-simple-lines-expected.html: Added.
3413 * fast/text/whitespace/pre-wrap-spaces-after-newline-simple-lines.html: Added.
3414 * fast/text/whitespace/pre-wrap-spaces-after-newline.html:
3416 2013-11-10 Andreas Kling <akling@apple.com>
3418 Optimize baselines: svg/*
3420 Unreviewed; run "webkit-patch optimize-baselines svg"
3422 * platform/efl-wk2/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
3423 * platform/efl/svg/wicd/sizing-flakiness-expected.txt: Removed.
3424 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
3425 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
3426 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
3427 * platform/gtk/svg/as-image/svg-as-image-expected.png: Removed.
3428 * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Removed.
3429 * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Removed.
3430 * platform/gtk/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Removed.
3431 * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Removed.
3432 * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Removed.
3433 * platform/gtk/svg/custom/feDisplacementMap-01-expected.txt: Removed.
3434 * platform/gtk/svg/custom/pattern-skew-transformed-expected.png: Removed.
3435 * platform/gtk/svg/custom/radialGradient-focal-radius-expected.txt: Removed.
3436 * platform/gtk/svg/custom/simple-text-double-shadow-expected.png: Removed.
3437 * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt: Removed.
3438 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt: Removed.
3439 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Removed.
3440 * platform/gtk/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Removed.
3441 * platform/gtk/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Removed.
3442 * platform/gtk/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Removed.
3443 * platform/gtk/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: