1 2013-11-27 Xabier Rodriguez Calvar <calvaris@igalia.com>
3 [GStreamer] Invalid command line error when visiting www.chessbase.com
4 https://bugs.webkit.org/show_bug.cgi?id=124715
6 Reviewed by Philippe Normand.
8 Copied and adapted for HTTP from
9 media/video-error-does-not-exist.html.
11 * http/tests/media/video-error-does-not-exist-expected.txt: Added.
12 * http/tests/media/video-error-does-not-exist.html: Added.
14 2013-11-14 Sergio Villar Senin <svillar@igalia.com>
16 [CSS Grid Layout] Fix positioning of grid items with margins
17 https://bugs.webkit.org/show_bug.cgi?id=124345
19 Reviewed by David Hyatt.
21 From Blink r157925 and r158041 by <jchaffraix@chromium.org>
23 New test case for grid items margin resolution. Extended the
24 preferred logical widths checks with grid items with margins.
26 * fast/css-grid-layout/grid-item-margin-resolution-expected.txt: Added.
27 * fast/css-grid-layout/grid-item-margin-resolution.html: Added.
28 * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt:
29 * fast/css-grid-layout/grid-preferred-logical-widths.html:
31 2013-11-26 Sergio Villar Senin <svillar@igalia.com>
33 [CSS Grid Layout] Support grid-definition-{rows|columns} repeat() syntax
34 https://bugs.webkit.org/show_bug.cgi?id=103312
36 Reviewed by Andreas Kling.
38 Based on Blink r153155 by <jchaffraix@chromium.org>. Some code was
39 refactored in a helper function to have a more compact test.
41 * fast/css-grid-layout/grid-element-repeat-get-set-expected.txt: Added.
42 * fast/css-grid-layout/grid-element-repeat-get-set.html: Added.
44 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
46 Windows rebaselines after r158547.
48 * platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
49 * platform/win/editing/selection/drag-text-delay-expected.txt: Added.
50 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
52 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
54 Record subtest values in Dromaeo tests
55 https://bugs.webkit.org/show_bug.cgi?id=124498
57 Reviewed by Andreas Kling.
61 * fast/harness/perftests/runs-per-second-log-expected.txt:
63 2013-11-26 Nick Diego Yamane <nick.yamane@openbossa.org>
65 [MediaStream API] HTMLMediaElement should be able to use MediaStream as source
66 https://bugs.webkit.org/show_bug.cgi?id=121943
68 Reviewed by Eric Carlson.
70 Add layout tests to MediaStream direct assignment to HTMLMediaElement
71 using brand new srcObject attribute.
73 * fast/mediastream/MediaStream-MediaElement-srcObject-expected.txt: Added.
74 * fast/mediastream/MediaStream-MediaElement-srcObject.html: Added.
76 2013-11-26 Bear Travis <betravis@adobe.com>
78 [CSS Shapes] Layout using [<box> || <shape>] value
79 https://bugs.webkit.org/show_bug.cgi?id=124428
81 Reviewed by David Hyatt.
83 Adding tests to make sure that shapes properly size and position themselves across box values
84 and writing modes. Some shape-outside tests needed to be updated to explicitly size themselves
85 to content-box, as they were relying on that being the default value. Some shape-inside tests
86 needed to be adjusted as box-sizing no longer affects the shape size and position.
88 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html:
89 Explicitly size to content-box.
90 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-001.html: Ditto.
91 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-002.html: Ditto.
92 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-003.html: Ditto.
93 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-004.html: Ditto.
94 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-010.html: Ditto.
95 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-011.html: Ditto.
96 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-012.html: Ditto.
97 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-014.html: Ditto.
98 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-015.html: Ditto.
99 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-016.html: Ditto.
100 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-017.html: Ditto.
101 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-018.html: Ditto.
102 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-021.html: Ditto.
103 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001.html: Ditto.
104 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002.html: Ditto.
105 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003.html: Ditto.
106 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004.html: Ditto.
107 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-000.html: Ditto.
108 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-001.html: Ditto.
109 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002.html: Ditto.
110 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-border-000.html: Ditto.
111 * fast/shapes/shape-inside/shape-inside-box-sizing-expected.html: Small test cleanup.
112 * fast/shapes/shape-inside/shape-inside-box-sizing.html: Modify shapes to provide their sizing box.
113 * fast/shapes/shape-inside/shape-inside-empty-expected.html: Small test cleanup.
114 * fast/shapes/shape-inside/shape-inside-empty.html: Modify shapes to provide their sizing box.
115 * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html: Ditto.
116 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001-expected.html: Added.
117 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001.html: Added.
118 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002-expected.html: Added.
119 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002.html: Added.
120 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003-expected.html: Added.
121 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003.html: Added.
122 * inspector-protocol/model/highlight-shape-outside.html: Modify shapes to provide their sizing box.
124 2013-11-26 Oliver Hunt <oliver@apple.com>
126 Crash in JSC::ASTBuilder::Expression JSC::Parser<JSC::Lexer<unsigned char> >::parseUnaryExpression<JSC::ASTBuilder>(JSC::ASTBuilder&)
127 https://bugs.webkit.org/show_bug.cgi?id=124886
129 Reviewed by Sam Weinig.
133 * js/parser-syntax-check-expected.txt:
134 * js/script-tests/parser-syntax-check.js:
136 2013-11-26 Eric Carlson <eric.carlson@apple.com>
138 video.currentSrc should return empty when no resource is loaded
139 https://bugs.webkit.org/show_bug.cgi?id=124898
141 Reviewed by Dan Bernstein.
143 * media/video-currentsrc-cleared-expected.txt: Added.
144 * media/video-currentsrc-cleared.html: Added.
146 2013-11-26 Hans Muller <hmuller@adobe.com>
148 [CSS Shapes] Support for shape-margin in BoxShape
149 https://bugs.webkit.org/show_bug.cgi?id=124788
151 Verify that shape-margin has the expected effect on the four possible shape-outside box values
152 for left and right floats.
154 Reviewed by Andreas Kling.
156 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001-expected.html: Added.
157 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001.html: Added.
158 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002-expected.html: Added.
159 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002.html: Added.
161 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
163 Unreviewed EFL gardening
165 Add test expectations for failing accessibility tests.
167 * platform/efl/TestExpectations:
169 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
171 Unreviewed ATK gardening
173 Rebaseline accessibility tests after r159747.
175 * platform/efl-wk1/accessibility/table-detection-expected.txt:
176 * platform/efl-wk2/accessibility/table-detection-expected.txt:
177 * platform/gtk/accessibility/table-detection-expected.txt:
179 2013-11-25 Dean Jackson <dino@apple.com>
181 RenderTableSection Blink merge asserting
182 https://bugs.webkit.org/show_bug.cgi?id=124857
184 Skipping these tests for now, since Ossy + Laszlo checked
185 in a lot of rebaselines and I didn't want to roll
190 2013-11-25 Robert Hogan <robert@webkit.org>
192 Add complex line layout path version of empty-clear-blocks.html
193 https://bugs.webkit.org/show_bug.cgi?id=124808
195 Reviewed by Sam Weinig.
197 * fast/block/margin-collapse/empty-clear-blocks-complex-expected.html: Added.
198 * fast/block/margin-collapse/empty-clear-blocks-complex.html: Added.
200 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
202 Vertical border spacing is doubled between table row groups
203 https://bugs.webkit.org/show_bug.cgi?id=20040
205 Reviewed by Csaba Osztrogonác.
207 Rebaseline the rest of EFL and GTK tests.
209 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
210 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
211 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
212 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
213 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
214 * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
215 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
216 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
217 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
218 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
219 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
220 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
221 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
222 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
223 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
224 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.png:
225 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
226 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
227 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
229 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
231 Vertical border spacing is doubled between table row groups
232 https://bugs.webkit.org/show_bug.cgi?id=20040
234 Reviewed by Csaba Osztrogonác.
236 Rebaseline efl tests (+mac corrections).
238 * platform/efl/fast/forms/input-align-expected.png:
239 * platform/efl/fast/forms/input-align-expected.txt:
240 * platform/efl/fast/forms/input-value-expected.png:
241 * platform/efl/fast/forms/input-value-expected.txt:
242 * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
243 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
244 * platform/efl/fast/table/floating-th-expected.png:
245 * platform/efl/fast/table/floating-th-expected.txt:
246 * platform/efl/fast/table/frame-and-rules-expected.png:
247 * platform/efl/fast/table/frame-and-rules-expected.txt:
248 * platform/efl/fast/table/multiple-captions-display-expected.png:
249 * platform/efl/fast/table/multiple-captions-display-expected.txt:
250 * platform/efl/fast/table/rowindex-expected.png:
251 * platform/efl/fast/table/rowindex-expected.txt:
252 * platform/efl/fast/table/table-display-types-expected.png:
253 * platform/efl/fast/table/table-display-types-expected.txt:
254 * platform/efl/fast/table/table-display-types-strict-expected.png:
255 * platform/efl/fast/table/table-display-types-strict-expected.txt:
256 * platform/efl/fast/table/table-display-types-vertical-expected.png:
257 * platform/efl/fast/table/table-display-types-vertical-expected.txt:
258 * platform/efl/tables/mozilla/bugs/bug119786-expected.png:
259 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
260 * platform/efl/tables/mozilla/bugs/bug13118-expected.png:
261 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
262 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.png:
263 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
264 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.png:
265 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
266 * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
267 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
268 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.png:
269 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
270 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.png:
271 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
272 * platform/efl/tables/mozilla/bugs/bug30418-expected.png:
273 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
274 * platform/efl/tables/mozilla/bugs/bug3263-expected.png:
275 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
276 * platform/efl/tables/mozilla/bugs/bug38916-expected.png:
277 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
278 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.png:
279 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
280 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.png:
281 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
282 * platform/efl/tables/mozilla/bugs/bug46268-expected.png:
283 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
284 * platform/efl/tables/mozilla/bugs/bug46924-expected.png:
285 * platform/efl/tables/mozilla/bugs/bug46924-expected.txt:
286 * platform/efl/tables/mozilla/bugs/bug57378-expected.png:
287 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
288 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.png:
289 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
290 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
291 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
292 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.png:
293 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
294 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
295 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
296 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
297 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
298 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
299 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
300 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.png:
301 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
302 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
303 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
304 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
305 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
306 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.png:
307 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
308 * platform/efl/tables/mozilla/marvin/body_thead-expected.png:
309 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
310 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.png:
311 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
312 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.png:
313 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
314 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.png:
315 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
316 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.png:
317 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
318 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.png:
319 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
320 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.png:
321 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
322 * platform/efl/tables/mozilla/marvin/tbody_char-expected.png:
323 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
324 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
325 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
326 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
327 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
328 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.png:
329 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
330 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.png:
331 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt:
332 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.png:
333 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
334 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.png:
335 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
336 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.png:
337 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
338 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.png:
339 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
340 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.png:
341 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
342 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.png:
343 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
344 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
345 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
346 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
347 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
348 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
349 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
350 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.png:
351 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
352 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.png:
353 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
354 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.png:
355 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
356 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.png:
357 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
358 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.png:
359 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
360 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.png:
361 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
362 * platform/efl/tables/mozilla/marvin/thead_char-expected.png:
363 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
364 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.png:
365 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
366 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.png:
367 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
368 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.png:
369 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt:
370 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.png:
371 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt:
372 * platform/efl/tables/mozilla/marvin/x_table-expected.png:
373 * platform/efl/tables/mozilla/marvin/x_table-expected.txt:
374 * platform/efl/tables/mozilla/marvin/x_table_border-expected.png:
375 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
376 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.png:
377 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
378 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.png:
379 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
380 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.png:
381 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
382 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.png:
383 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
384 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.png:
385 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
386 * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
387 * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
388 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.png:
389 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
390 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.png:
391 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
392 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
393 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
394 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
395 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
396 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
397 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
398 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
399 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
400 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
401 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
402 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
403 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
404 * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
405 * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
406 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
407 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
408 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
409 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
410 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.png:
411 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
412 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.png:
413 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
414 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.png:
415 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
416 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
417 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
418 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
419 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
420 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
421 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
422 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
423 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
424 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.png:
425 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
426 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.png:
427 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
428 * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.png:
429 * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
430 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.png:
431 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
432 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.png:
433 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
434 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.png:
435 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
436 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.png:
437 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
438 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.png:
439 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
440 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
441 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
442 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
443 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
444 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
445 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
446 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.png:
447 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
448 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
449 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
450 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
451 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
452 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
453 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
454 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
455 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
456 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
457 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
458 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
459 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
460 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
461 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
462 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
463 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
464 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
465 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
466 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
467 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
468 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
469 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
470 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
471 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
472 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
473 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
474 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
475 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
476 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
477 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
478 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
479 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
480 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
481 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
482 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
483 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
484 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
485 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
486 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
487 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
488 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
489 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
490 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
491 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
492 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
493 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
494 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
495 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
496 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
497 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
498 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
499 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
500 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
501 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt:
502 * platform/mac/fast/forms/input-value-expected.txt:
504 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
506 Vertical border spacing is doubled between table row groups
507 https://bugs.webkit.org/show_bug.cgi?id=20040
509 Reviewed by Csaba Osztrogonác.
511 Rebase GTK results after r159747.
513 * platform/gtk/fast/forms/input-value-expected.png:
514 * platform/gtk/fast/forms/input-value-expected.txt:
515 * platform/gtk/fast/table/011-expected.txt:
516 * platform/gtk/fast/table/border-collapsing/004-expected.txt:
517 * platform/gtk/fast/table/border-collapsing/004-vertical-expected.png:
518 * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
519 * platform/gtk/fast/table/floating-th-expected.png:
520 * platform/gtk/fast/table/floating-th-expected.txt:
521 * platform/gtk/fast/table/frame-and-rules-expected.png:
522 * platform/gtk/fast/table/frame-and-rules-expected.txt:
523 * platform/gtk/fast/table/rowindex-expected.png:
524 * platform/gtk/fast/table/rowindex-expected.txt:
525 * platform/gtk/fast/table/table-display-types-expected.png:
526 * platform/gtk/fast/table/table-display-types-expected.txt:
527 * platform/gtk/fast/table/table-display-types-strict-expected.png:
528 * platform/gtk/fast/table/table-display-types-strict-expected.txt:
529 * platform/gtk/fast/table/table-display-types-vertical-expected.png:
530 * platform/gtk/fast/table/table-display-types-vertical-expected.txt:
531 * platform/gtk/fast/table/tableInsideCaption-expected.txt:
532 * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
533 * platform/gtk/tables/mozilla/bugs/bug119786-expected.png:
534 * platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
535 * platform/gtk/tables/mozilla/bugs/bug13118-expected.png:
536 * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt:
537 * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.png:
538 * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt:
539 * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.png:
540 * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt:
541 * platform/gtk/tables/mozilla/bugs/bug220536-expected.png:
542 * platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
543 * platform/gtk/tables/mozilla/bugs/bug26178-expected.png:
544 * platform/gtk/tables/mozilla/bugs/bug26178-expected.txt:
545 * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt:
546 * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.png:
547 * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt:
548 * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.png:
549 * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
550 * platform/gtk/tables/mozilla/bugs/bug278385-expected.txt:
551 * platform/gtk/tables/mozilla/bugs/bug30418-expected.png:
552 * platform/gtk/tables/mozilla/bugs/bug30418-expected.txt:
553 * platform/gtk/tables/mozilla/bugs/bug3263-expected.png:
554 * platform/gtk/tables/mozilla/bugs/bug3263-expected.txt:
555 * platform/gtk/tables/mozilla/bugs/bug38916-expected.png:
556 * platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
557 * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.png:
558 * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt:
559 * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.png:
560 * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt:
561 * platform/gtk/tables/mozilla/bugs/bug46268-expected.png:
562 * platform/gtk/tables/mozilla/bugs/bug46268-expected.txt:
563 * platform/gtk/tables/mozilla/bugs/bug46924-expected.png:
564 * platform/gtk/tables/mozilla/bugs/bug46924-expected.txt:
565 * platform/gtk/tables/mozilla/bugs/bug55789-expected.txt:
566 * platform/gtk/tables/mozilla/bugs/bug57378-expected.png:
567 * platform/gtk/tables/mozilla/bugs/bug57378-expected.txt:
568 * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.png:
569 * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
570 * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
571 * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
572 * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.png:
573 * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt:
574 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
575 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
576 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
577 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
578 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
579 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
580 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.png:
581 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
582 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
583 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
584 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
585 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
586 * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.png:
587 * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt:
588 * platform/gtk/tables/mozilla/marvin/body_thead-expected.png:
589 * platform/gtk/tables/mozilla/marvin/body_thead-expected.txt:
590 * platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.png:
591 * platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt:
592 * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.png:
593 * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt:
594 * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.png:
595 * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt:
596 * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.png:
597 * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt:
598 * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.png:
599 * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt:
600 * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.png:
601 * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt:
602 * platform/gtk/tables/mozilla/marvin/tbody_char-expected.png:
603 * platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt:
604 * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
605 * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
606 * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
607 * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
608 * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.png:
609 * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
610 * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.png:
611 * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt:
612 * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.png:
613 * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt:
614 * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.png:
615 * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt:
616 * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.png:
617 * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
618 * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.png:
619 * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt:
620 * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.png:
621 * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt:
622 * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.png:
623 * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt:
624 * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
625 * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
626 * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
627 * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
628 * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
629 * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
630 * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.png:
631 * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
632 * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.png:
633 * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt:
634 * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.png:
635 * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt:
636 * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.png:
637 * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt:
638 * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.png:
639 * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt:
640 * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.png:
641 * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt:
642 * platform/gtk/tables/mozilla/marvin/thead_char-expected.png:
643 * platform/gtk/tables/mozilla/marvin/thead_char-expected.txt:
644 * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.png:
645 * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
646 * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.png:
647 * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt:
648 * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.png:
649 * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt:
650 * platform/gtk/tables/mozilla/marvin/x_table-expected.png:
651 * platform/gtk/tables/mozilla/marvin/x_table-expected.txt:
652 * platform/gtk/tables/mozilla/marvin/x_table_border-expected.png:
653 * platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt:
654 * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.png:
655 * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt:
656 * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.png:
657 * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt:
658 * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.png:
659 * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt:
660 * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.png:
661 * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
662 * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.png:
663 * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
664 * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
665 * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
666 * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.png:
667 * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
668 * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.png:
669 * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
670 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
671 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
672 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
673 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
674 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
675 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
676 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
677 * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
678 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
679 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
680 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
681 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
682 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
683 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
684 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
685 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
686 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
687 * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
688 * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.png:
689 * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt:
690 * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.png:
691 * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt:
692 * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.png:
693 * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt:
694 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
695 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
696 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
697 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
698 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
699 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
700 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
701 * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
702 * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.png:
703 * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt:
704 * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.png:
705 * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt:
706 * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.png:
707 * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
708 * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.png:
709 * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt:
710 * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.png:
711 * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt:
712 * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.png:
713 * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt:
714 * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.png:
715 * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt:
716 * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.png:
717 * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt:
718 * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
719 * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
720 * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
721 * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
722 * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.png:
723 * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
724 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
725 * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
726 * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
727 * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
728 * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
729 * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
730 * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
731 * platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
732 * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
733 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
734 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
735 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
736 * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
737 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
738 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
739 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
740 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
741 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
742 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
743 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
744 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
745 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
746 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
747 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
748 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
749 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
750 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
751 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
752 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
753 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
754 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
755 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
756 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
757 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
758 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
759 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
760 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
761 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
762 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
763 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
764 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
765 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
766 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
767 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
768 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
769 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
770 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
771 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
772 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
773 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
774 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
775 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
776 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
777 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
778 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
779 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
780 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
781 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
782 * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
783 * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
785 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
787 Vertical border spacing is doubled between table row groups
788 https://bugs.webkit.org/show_bug.cgi?id=20040
790 Reviewed by Csaba Osztrogonác.
792 Rebase Mac results after r159747.
794 * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
795 * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
796 * platform/mac/tables/mozilla/bugs/bug220536-expected.txt: Added.
797 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
798 * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt:
799 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt:
800 * platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
801 * platform/mac/tables/mozilla/bugs/bug278385-expected.txt:
802 * platform/mac/tables/mozilla/bugs/bug30418-expected.txt:
803 * platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
804 * platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt:
805 * platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt:
806 * platform/mac/tables/mozilla/bugs/bug46268-expected.txt:
807 * platform/mac/tables/mozilla/bugs/bug46924-expected.txt:
808 * platform/mac/tables/mozilla/bugs/bug55789-expected.txt:
809 * platform/mac/tables/mozilla/bugs/bug57378-expected.txt:
810 * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
811 * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt:
812 * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt:
813 * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt:
814 * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt:
815 * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt:
816 * platform/mac/tables/mozilla/marvin/tbody_char-expected.txt:
817 * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
818 * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
819 * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
820 * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
821 * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt:
822 * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt:
823 * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
824 * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt:
825 * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt:
826 * platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt:
827 * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
828 * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
829 * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
830 * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
831 * platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt:
832 * platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt:
833 * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt:
834 * platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt:
835 * platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt:
836 * platform/mac/tables/mozilla/marvin/thead_char-expected.txt:
837 * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
838 * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
839 * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
840 * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
841 * platform/mac/tables/mozilla/marvin/x_table-expected.txt:
842 * platform/mac/tables/mozilla/marvin/x_table_border-expected.txt:
843 * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt:
844 * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt:
845 * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt:
846 * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
847 * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
848 * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
849 * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
850 * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
851 * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
852 * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
853 * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
854 * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
855 * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
856 * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
857 * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
858 * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
859 * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
860 * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt:
861 * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt:
862 * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt:
863 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
864 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
865 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
866 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
867 * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt:
868 * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt:
869 * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
870 * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt:
871 * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt:
872 * platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt:
873 * platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt:
874 * platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt:
875 * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
876 * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
877 * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
878 * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
879 * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
880 * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
881 * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
882 * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
883 * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
884 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
885 * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
886 * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
887 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
888 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
889 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
890 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
891 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
892 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
893 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
894 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
895 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
896 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
897 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
898 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
899 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
900 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
901 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
902 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
903 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
904 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
905 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
906 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
907 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
908 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
909 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
910 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
911 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
913 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
915 Vertical border spacing is doubled between table row groups
916 https://bugs.webkit.org/show_bug.cgi?id=20040
918 Reviewed by Csaba Osztrogonác.
920 First tuple of rebaselined tests for mac. Rebaseline needed for table related tests (100+).
922 * fast/table/anonymous-table-section-removed.html:
923 * platform/mac/accessibility/table-detection-expected.txt:
924 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
925 * platform/mac/fast/forms/input-value-expected.txt:
926 * platform/mac/fast/table/011-expected.txt:
927 * platform/mac/fast/table/border-collapsing/004-expected.txt:
928 * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
929 * platform/mac/fast/table/floating-th-expected.txt:
930 * platform/mac/fast/table/frame-and-rules-expected.txt:
931 * platform/mac/fast/table/multiple-captions-display-expected.txt:
932 * platform/mac/fast/table/rowindex-expected.txt:
933 * platform/mac/fast/table/table-display-types-expected.txt:
934 * platform/mac/fast/table/table-display-types-strict-expected.txt:
935 * platform/mac/fast/table/table-display-types-vertical-expected.txt:
936 * platform/mac/fast/table/tableInsideCaption-expected.txt:
937 * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
938 * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
939 * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
940 * platform/mac/tables/mozilla/bugs/bug3263-expected.txt:
941 * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
942 * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
943 * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
944 * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
945 * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
946 * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
947 * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
948 * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
949 * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
950 * platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt:
951 * platform/mac/tables/mozilla/marvin/body_thead-expected.txt:
953 2013-11-25 Andres Gomez <agomez@igalia.com>
955 [GStreamer] Seeking fails on media content provided by servers not supporting Range requests
956 https://bugs.webkit.org/show_bug.cgi?id=85994
958 Reviewed by Philippe Normand.
960 Added test to check that seeking media files on http servers not
961 supporting "Range" requests doesn't trigger an error.
963 * http/tests/media/media-seeking-no-ranges-server-expected.txt: Added.
964 * http/tests/media/media-seeking-no-ranges-server.html: Added.
965 * http/tests/media/resources/load-video.php: Added support for new
967 * http/tests/media/resources/serve-video.php: Added support for
968 new "ranges" paramenter. When "ranges" is "no" we always answer
969 the HTTP status "200 OK" and send the whole file.
970 * platform/mac/TestExpectations: New test skipped in Mac port as
971 media playback download control is passed to AVFoundation that
972 doesn't like fancy PHP URLs like the one used in the test and, in
973 addition, they won't care about HTTP servers not supporting
976 2013-11-25 Mario Sanchez Prada <mario.prada@samsung.com>
978 Unreviewed GTK gardening. Removed expectations for test that is no
979 longer failing for the GTK bots, according to the flakiness dashboard.
981 * platform/gtk-wk2/TestExpectations: Removed expectation.
982 * platform/gtk/TestExpectations: Ditto.
984 2013-11-25 Zan Dobersek <zdobersek@igalia.com>
986 Unreviewed GTK gardening.
987 Managing current failures and removing redundant baselines.
989 * platform/gtk-wk2/TestExpectations:
990 * platform/gtk/TestExpectations:
991 * platform/gtk/fast/dom/gc-attribute-node-expected.txt: Removed.
992 * platform/gtk/fast/repaint/increasing-region-content-height-expected.txt: Removed.
994 2013-11-25 Jongwoo Choi <jw0330.choi@samsung.com>
996 [EFL] Need to update EFL TestExpectations file
997 https://bugs.webkit.org/show_bug.cgi?id=124825
999 Unreviewed, EFL gardening.
1001 webgl/1.0.2/conformance/extensions/webgl-compressed-texture-s3tc.html
1002 webgl/conformance/extensions/webgl-compressed-texture-s3tc.html
1003 Above two tests are passed in Webkit2 layout test after r158798.
1005 * platform/efl-wk1/TestExpectations:
1006 * platform/efl/TestExpectations:
1008 2013-11-24 Jinwoo Song <jinwoo7.song@samsung.com>
1010 Unreviewed EFL gardening. Rebaselining various tests under fast/
1012 * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
1013 * platform/efl/fast/backgrounds/background-position-parsing-expected.txt:
1014 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1015 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
1016 * platform/efl/fast/css/empty-pseudo-class-expected.png:
1017 * platform/efl/fast/css/empty-pseudo-class-expected.txt:
1018 * platform/efl/fast/css/fieldset-display-row-expected.txt:
1019 * platform/efl/fast/css/first-child-pseudo-class-expected.png:
1020 * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
1021 * platform/efl/fast/css/last-child-pseudo-class-expected.png:
1022 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
1023 * platform/efl/fast/css/only-child-pseudo-class-expected.png:
1024 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
1026 2013-11-24 Jinwoo Song <jinwoo7.song@samsung.com>
1028 Unreviewed EFL gardening. Rebaselining after r159579.
1030 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
1031 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1032 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1034 2013-11-23 Filip Pizlo <fpizlo@apple.com>
1036 Fix more fallout from failed attempts at div/mod DFG strength reductions
1037 https://bugs.webkit.org/show_bug.cgi?id=124813
1039 Reviewed by Geoffrey Garen.
1041 * js/dfg-mod-1-int.html: Added.
1042 * js/dfg-mod-1-int-expected.txt: Added.
1043 * js/script-tests/dfg-mod-1-int.js: Added.
1046 2013-11-23 Robert Hogan <robert@webkit.org>
1048 Remove lint from expected result.
1052 * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1054 2013-11-23 Robert Hogan <robert@webkit.org>
1056 Rebaseline empty-clear-blocks.html after r159575
1058 Unreviewed, rebaselining.
1060 * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1062 2013-11-22 Ryosuke Niwa <rniwa@webkit.org>
1064 Layout Test editing/deleting/password-delete-performance.html is failing
1065 https://bugs.webkit.org/show_bug.cgi?id=124781
1067 Reviewed by Alexey Proskuryakov.
1069 Removed the test that has been timing out.
1072 * editing/deleting/password-delete-performance.html: Removed.
1074 2013-11-22 Brendan Long <b.long@cablelabs.com>
1076 Fire "change" event on TextTrackList when a TextTrack's mode changes
1077 https://bugs.webkit.org/show_bug.cgi?id=124789
1079 Reviewed by Eric Carlson.
1081 * media/track/track-change-event-expected.txt: Added.
1082 * media/track/track-change-event.html: Added.
1084 2013-11-22 Brendan Long <b.long@cablelabs.com>
1086 Add TextTrackList::getTrackById().
1087 https://bugs.webkit.org/show_bug.cgi?id=124785
1089 Reviewed by Eric Carlson.
1091 Update this test to make it more interesting. It now checks that the "id"
1092 changes when the <track> id changes, makes sure TextTrack::id is readonly,
1093 and looks the track up by id with getTrackById().
1095 * media/track/track-id-expected.txt:
1096 * media/track/track-id.html:
1098 2013-11-22 Filip Pizlo <fpizlo@apple.com>
1100 BytecodeGenerator should align the stack according to native conventions
1101 https://bugs.webkit.org/show_bug.cgi?id=124735
1103 Reviewed by Mark Lam.
1105 * platform/mac/fast/dom/gc-attribute-node-expected.txt: Removed.
1107 2013-11-22 Hans Muller <hmuller@adobe.com>
1109 [CSS Shapes] When the <box> value is set, derive radii from border-radius
1110 https://bugs.webkit.org/show_bug.cgi?id=124228
1112 Reviewed by Dean Jackson.
1114 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-001-expected.txt: Added.
1115 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-001.html: Added.
1116 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-002-expected.txt: Added.
1117 * fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-002.html: Added.
1119 2013-11-22 Alexey Proskuryakov <ap@apple.com>
1121 Layout Test editing/deleting/password-delete-performance.html is failing
1122 https://bugs.webkit.org/show_bug.cgi?id=124781
1124 * TestExpectations: Skipped it, running a test that almost always times out makes little sense.
1126 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1128 Import more W3C tests for parsing template elements
1129 https://bugs.webkit.org/show_bug.cgi?id=124763
1131 Reviewed by Antti Koivisto.
1133 Updated the testharness.js/css to bc4639ba51b62158d94bb4fc6884b23453f3f7a1.
1135 * resources/testharness.css:
1136 * resources/testharness.js:
1137 * resources/testharnessreport.js: Use innerText instead of innerHTML to avoid interpreting markup inside
1138 the status and message as HTML.
1140 2013-11-22 Zan Dobersek <zdobersek@igalia.com>
1142 Unreviewed GTK gardening.
1143 Rebaselining after r159575 and r159579.
1145 * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
1146 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1147 * platform/gtk/editing/deleting/delete-by-word-001-expected.txt: Added.
1148 * platform/gtk/editing/deleting/delete-by-word-002-expected.txt: Added.
1149 * platform/gtk/editing/input/option-page-up-down-expected.txt: Added.
1150 * platform/gtk/editing/input/scroll-viewport-page-up-down-expected.txt: Added.
1151 * platform/gtk/editing/undo/undo-deleteWord-expected.txt: Added.
1152 * platform/gtk/fast/block/float/024-expected.txt:
1153 * platform/gtk/fast/block/margin-collapse/025-expected.txt:
1154 * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1156 2013-11-22 Zan Dobersek <zdobersek@igalia.com>
1158 Unreviewed GTK gardening.
1159 Adding failure expectations for tests that regressed with r159572.
1161 * platform/gtk/TestExpectations:
1163 2013-11-18 Sergio Villar Senin <svillar@igalia.com>
1165 [CSS Grid Layout] Improve content-sized track layout
1166 https://bugs.webkit.org/show_bug.cgi?id=124408
1168 Reviewed by Dean Jackson.
1170 From Blink r157633 by <jchaffraix@chromium.org>
1172 New test to verify that grid items with percentage logical
1173 {min|max}-height resolve their sizes properly.
1175 * fast/css-grid-layout/grid-item-with-percent-min-max-height-dynamic-expected.txt: Added.
1176 * fast/css-grid-layout/grid-item-with-percent-min-max-height-dynamic.html: Added.
1178 2013-11-08 Sergio Villar Senin <svillar@igalia.com>
1180 [CSS Grid Layout] Run the content-sized tracks sizing algorithm only when required
1181 https://bugs.webkit.org/show_bug.cgi?id=124039
1183 Reviewed by Dean Jackson.
1185 From Blink r156028 and r156168 by <jchaffraix@chromium.org>.
1187 Subtle baseline change due to grids triggering less layouts, which
1188 changes the frame rects between 2 subsequent layouts thus changing
1189 the repaint rectangles.
1191 * fast/css-grid-layout/grid-item-change-column-repaint-expected.txt:
1192 * fast/css-grid-layout/grid-item-change-row-repaint-expected.txt:
1194 2013-11-21 Frédéric Wang <fred.wang@free.fr>
1196 Map the dir attribute to the CSS direction property.
1197 https://bugs.webkit.org/show_bug.cgi?id=124572.
1199 Reviewed by Darin Adler.
1201 * mathml/presentation/direction-overall-expected.html: test that dir does not apply to msqrt
1202 * mathml/presentation/direction-overall.html:
1203 * mathml/presentation/mstyle-css-attributes-expected.html: Added.
1204 * mathml/presentation/mstyle-css-attributes.html: Added.
1206 Add more tests for presentation attributes on mstyle.
1208 2013-11-21 Bear Travis <betravis@adobe.com>
1210 Web Inspector: [CSS Shapes] Refactor highlighting code to decrease Shapes API surface
1211 https://bugs.webkit.org/show_bug.cgi?id=124737
1213 Reviewed by Timothy Hatcher.
1215 The shapes paths are now drawn in shape-coordinate space before being translated to
1216 renderer space. With different writing modes, shapes may have their coordinates
1217 translated. For example, a rectangle specified as four points [top left, top right,
1218 bottom right, bottom left] in vertical-lr space would appear as [top left, bottom left,
1219 bottom right, top right] in horizontal-tb space. Adjusting the previous tests, and
1220 adding a test for the new box value.
1222 * inspector-protocol/model/highlight-shape-outside-expected.txt:
1223 * inspector-protocol/model/highlight-shape-outside.html:
1225 2013-11-21 Sun-woo Nam <sunny.nam@samsung.com>
1227 [EFL] Layout tests with editing need to be rebaselined.
1228 https://bugs.webkit.org/show_bug.cgi?id=124751
1230 Unreviewed, EFL rebaseline.
1232 editing/input/reveal-caret-of-multiline-contenteditable.html test is rebaselined after r137239.
1233 editing/selection/5354455-2.html test is rebaselined after r133000.
1234 Rebaseline the expected results to suit editing-related performance in EFL.
1236 * platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
1237 * platform/efl/editing/selection/5354455-2-expected.txt:
1239 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1241 Import some W3C tests for HTML template element
1242 https://bugs.webkit.org/show_bug.cgi?id=124699
1244 Reviewed by Antti Koivisto.
1246 * imported/w3c/: Added.
1247 * platform/win/TestExpectations: Skip the imported tests since the template element is disabled on Windows.
1249 2013-11-21 Alexey Proskuryakov <ap@apple.com>
1251 Implement WebCrypto wrapKey
1252 https://bugs.webkit.org/show_bug.cgi?id=124738
1254 Reviewed by Anders Carlsson.
1256 * crypto/subtle/aes-cbc-wrap-rsa-expected.txt: Added.
1257 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable-expected.txt: Added.
1258 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable.html: Added.
1259 * crypto/subtle/aes-cbc-wrap-rsa.html: Added.
1261 * crypto/subtle/aes-export-key-expected.txt:
1262 * crypto/subtle/hmac-export-key-expected.txt:
1263 There is no longer a console message, the error is in an exception.
1265 2013-11-21 Radu Stavila <stavila@adobe.com>
1267 Added test for :hover and javascript events on the visual overflow of a region.
1269 [CSS Regions] Content in a region's visible overflow does not trigger :hover state, nor JavaScript events
1270 https://bugs.webkit.org/show_bug.cgi?id=112010
1272 Reviewed by Antti Koivisto.
1274 * fast/regions/hover-and-js-in-visual-overflow-expected.html: Added.
1275 * fast/regions/hover-and-js-in-visual-overflow.html: Added.
1277 2013-11-21 Alexey Proskuryakov <ap@apple.com>
1279 Implement WebCrypto unwrapKey
1280 https://bugs.webkit.org/show_bug.cgi?id=124725
1282 Reviewed by Anders Carlsson.
1284 * crypto/subtle/aes-cbc-unwrap-failure-expected.txt: Added.
1285 * crypto/subtle/aes-cbc-unwrap-failure.html: Added.
1286 * crypto/subtle/aes-cbc-unwrap-rsa-expected.txt: Added.
1287 * crypto/subtle/aes-cbc-unwrap-rsa.html: Added.
1289 2013-11-21 Radu Stavila <stavila@adobe.com>
1291 Added test for the overflow of a region being painted across multiple tiles.
1292 Added test for correct repainting of a region's overflow.
1294 [CSS Regions] Overflow areas from regions do not redraw
1295 https://bugs.webkit.org/show_bug.cgi?id=117329
1297 Reviewed by Antti Koivisto.
1299 * fast/regions/regions-overflow-tile-expected.html: Added.
1300 * fast/regions/regions-overflow-tile.html: Added.
1301 * fast/repaint/repaint-regions-overflow-expected.txt: Added.
1302 * fast/repaint/repaint-regions-overflow.html: Added.
1304 2013-11-21 Radu Stavila <stavila@adobe.com>
1306 [CSS Regions] Float get sliced if its container has forced break and is less tall than float
1307 https://bugs.webkit.org/show_bug.cgi?id=124205
1309 Added test for the case when a float is overflowing a region due to a forced break.
1311 Reviewed by Antti Koivisto.
1313 * fast/regions/float-slicing-on-forced-break-expected.html: Added.
1314 * fast/regions/float-slicing-on-forced-break.html: Added.
1316 2013-11-21 Mihai Maerean <mmaerean@adobe.com>
1318 Fix hover area for divs with css transforms
1319 https://bugs.webkit.org/show_bug.cgi?id=124647
1321 Reviewed by Allan Sandfeld Jensen.
1323 * transforms/3d/hit-testing/hover-rotated-negative-z.html: Added.
1324 * transforms/3d/hit-testing/hover-rotated-negative-z-expected.txt: Added.
1326 2013-11-21 Radu Stavila <stavila@adobe.com>
1328 Created test for positioned fragmented content which overflows the regions.
1330 [CSS Regions] Fragmented content that is relatively positioned get sliced (and overflows in the next region)
1331 https://bugs.webkit.org/show_bug.cgi?id=117122
1333 Reviewed by Antti Koivisto.
1335 * fast/regions/positioned-fragmented-content-expected.html: Added.
1336 * fast/regions/positioned-fragmented-content.html: Added.
1338 2013-11-21 Radu Stavila <stavila@adobe.com>
1340 Added test for visual overflow with transformed content in regions.
1342 [CSS Regions] Transform applied to content node causes overflow to be hidden
1343 https://bugs.webkit.org/show_bug.cgi?id=116242
1345 Reviewed by Antti Koivisto.
1347 * fast/regions/region-visual-overflow-transform-expected.html: Added.
1348 * fast/regions/region-visual-overflow-transform.html: Added.
1350 2013-11-21 Andrzej Badowski <a.badowski@samsung.com>
1352 [EFL] Fix accessibility media-element expectation
1353 https://bugs.webkit.org/show_bug.cgi?id=124711
1355 Unreviewed EFL gardening.
1357 Changing main element AXRole AXUnknown -> AXEmbedded.
1359 * platform/efl/accessibility/media-element-expected.txt:
1361 2013-11-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1363 Unreviewed EFL gardening.
1365 Update baselines after r159575.
1367 * platform/efl/fast/block/float/024-expected.txt:
1368 * platform/efl/fast/block/margin-collapse/025-expected.txt:
1369 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1370 * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1372 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1374 Fix Range.insertNode when the inserted node is in the same container as the Range
1375 https://bugs.webkit.org/show_bug.cgi?id=123957
1377 Reviewed by Antti Koivisto.
1379 Merge https://chromium.googlesource.com/chromium/blink/+/fb6ca1f488703e8d4f20ce6449cc8ea210be6edb
1381 Used better labels between divs, and added more evalAndLog and shouldBe so that
1382 the expected result is self-explanatory.
1384 * fast/dom/Range/range-insertNode-same-container-expected.txt: Added.
1385 * fast/dom/Range/range-insertNode-same-container.html: Added.
1387 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1389 nextBoundary and previousBoundary are very slow when there is a password field
1390 https://bugs.webkit.org/show_bug.cgi?id=123973
1392 Reviewed by Antti Koivisto.
1394 * editing/deleting/password-delete-performance-expected.txt: Added.
1395 * editing/deleting/password-delete-performance.html: Added.
1397 2013-11-21 Ryosuke Niwa <rniwa@webkit.org>
1399 HTML parser should not associate elements inside templates with forms
1400 https://bugs.webkit.org/show_bug.cgi?id=117779
1402 Reviewed by Antti Koivisto.
1404 * fast/dom/HTMLTemplateElement/no-form-association-expected.txt: Added.
1405 * fast/dom/HTMLTemplateElement/no-form-association.html: Added.
1407 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1409 Hoist <template> to head when found between </head> and <body> for consistency with <script>
1410 https://bugs.webkit.org/show_bug.cgi?id=123949
1412 Reviewed by Antti Koivisto.
1414 Merge https://chromium.googlesource.com/chromium/blink/+/835fb468fd211054a920fb7612a6dc5043662495
1415 and added two more test cases discussed in https://www.w3.org/Bugs/Public/show_bug.cgi?id=23002.
1417 * html5lib/resources/template.dat:
1419 2013-11-20 Radu Stavila <stavila@adobe.com>
1421 [CSS Regions] Implement visual overflow for first & last regions
1422 https://bugs.webkit.org/show_bug.cgi?id=118665
1424 Rebased some tests due to regions layers changes.
1425 Updated some tests to increase clarity. Some of them were only passing because two
1426 regions were close together and the fact that an element was being painted
1427 inside the wrong region was not visible. Floats are now also unsplittable.
1428 - bottom-overflow-out-of-first-region
1429 - float-pushed-width-change-2
1430 - float-pushed-width-change
1431 - webkit-flow-float-unable-to-push
1433 Changed top-overflow-out-of-second-region to reftest.
1435 Added new tests for testing the visual overflow in different situations
1436 (transformed, inline, opacity, floating).
1438 Reviewed by David Hyatt.
1440 * fast/regions/bottom-overflow-out-of-first-region-expected.html:
1441 * fast/regions/bottom-overflow-out-of-first-region.html:
1442 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html:
1443 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html:
1444 * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt:
1445 * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt:
1446 * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt:
1447 * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt:
1448 * fast/regions/float-pushed-width-change-2-expected.html:
1449 * fast/regions/float-pushed-width-change-2.html:
1450 * fast/regions/float-pushed-width-change-expected.html:
1451 * fast/regions/float-pushed-width-change.html:
1452 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Added.
1453 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Added.
1454 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Added.
1455 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Added.
1456 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Added.
1457 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Added.
1458 * fast/regions/outline-sides-in-region-expected.html:
1459 * fast/regions/outline-sides-in-region.html:
1460 * fast/regions/overflow-first-and-last-regions-expected.html: Added.
1461 * fast/regions/overflow-first-and-last-regions-in-container-hidden-expected.html: Added.
1462 * fast/regions/overflow-first-and-last-regions-in-container-hidden.html: Added.
1463 * fast/regions/overflow-first-and-last-regions.html: Added.
1464 * fast/regions/overflow-last-region-expected.html: Removed.
1465 * fast/regions/overflow-last-region.html: Removed.
1466 * fast/regions/overflow-nested-regions-expected.html: Added.
1467 * fast/regions/overflow-nested-regions.html: Added.
1468 * fast/regions/overflow-region-float-expected.html: Added.
1469 * fast/regions/overflow-region-float.html: Added.
1470 * fast/regions/overflow-region-inline-expected.html: Added.
1471 * fast/regions/overflow-region-inline.html: Added.
1472 * fast/regions/overflow-region-transform-expected.html: Added.
1473 * fast/regions/overflow-region-transform.html: Added.
1474 * fast/regions/overflow-scrollable-rotated-fragment-expected.html:
1475 * fast/regions/overflow-scrollable-rotated-fragment.html:
1476 * fast/regions/top-overflow-out-of-second-region-expected.html: Copied from LayoutTests/fast/regions/top-overflow-out-of-second-region.html.
1477 * fast/regions/top-overflow-out-of-second-region.html:
1478 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
1479 * fast/regions/webkit-flow-float-unable-to-push.html:
1480 * platform/gtk/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
1481 * platform/gtk/TestExpectations: Add new test expectations for failing tests.
1482 * platform/efl/TestExpectations: Add new test expectations for failing tests.
1483 * platform/mac-wk2/TestExpectations:
1484 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
1485 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
1487 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1489 Test a template element appearing after a closing body tag in html5lib
1490 https://bugs.webkit.org/show_bug.cgi?id=123864
1492 Reviewed by Antti Koivisto.
1494 Merge https://chromium.googlesource.com/chromium/blink/+/019d5daa14314972ac6b3e42e9446823ad9cffd2
1496 * html5lib/resources/template.dat:
1498 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1500 [HTML parser] reset insertion mode appropriate must check for "in select in table" mode
1501 https://bugs.webkit.org/show_bug.cgi?id=123850
1503 Reviewed by Antti Koivisto.
1505 * html5lib/resources/template.dat:
1507 2013-11-20 Ryosuke Niwa <rniwa@webkit.org>
1509 Clear TemplateContentDocumentFragment::m_host when HTMLTemplateElement is destroyed
1510 https://bugs.webkit.org/show_bug.cgi?id=122806
1512 Reviewed by Antti Koivisto.
1514 * fast/dom/HTMLTemplateElement/content-outlives-template-crash-expected.txt: Added.
1515 * fast/dom/HTMLTemplateElement/content-outlives-template-crash.html: Added.
1517 2013-11-20 Chris Fleizach <cfleizach@apple.com>
1519 AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)
1520 https://bugs.webkit.org/show_bug.cgi?id=120188
1522 Reviewed by Dean Jackson.
1524 * platform/mac/accessibility/webkit-alt-for-css-content-expected.txt: Added.
1525 * platform/mac/accessibility/webkit-alt-for-css-content.html: Added.
1527 2013-11-20 Dean Jackson <dino@apple.com>
1529 Unreviewed. Updated expected result following
1530 https://bugs.webkit.org/show_bug.cgi?id=124666
1532 * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
1533 * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1535 2013-11-20 Bem Jones-Bey <bjonesbe@adobe.com>
1537 [css shapes] Parse new circle shape syntax
1538 https://bugs.webkit.org/show_bug.cgi?id=124618
1540 Reviewed by Antti Koivisto.
1542 Test that the new circle shape syntax is properly parsed.
1544 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
1545 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
1546 * fast/shapes/parsing/parsing-test-utils.js:
1547 * fast/masking/parsing-clip-path-shape-expected.txt:
1548 * fast/masking/parsing-clip-path-shape.html:
1550 2013-11-20 Antti Koivisto <antti@apple.com>
1552 Simple line layout should support floats
1553 https://bugs.webkit.org/show_bug.cgi?id=124666
1555 Reviewed by Dave Hyatt.
1557 * fast/text/simple-lines-float-compare-expected.html: Added.
1558 * fast/text/simple-lines-float-compare.html: Added.
1559 * fast/text/simple-lines-float-expected.html: Added.
1560 * fast/text/simple-lines-float.html: Added.
1562 2013-11-20 Robert Hogan <robert@webkit.org>
1564 REGRESSION(r127163): Respect clearance set on ancestors when placing floats
1565 https://bugs.webkit.org/show_bug.cgi?id=119979
1567 Reviewed by David Hyatt.
1569 * fast/block/float/clear-negative-margin-top-expected.html:
1570 * fast/block/float/clear-negative-margin-top.html:
1571 * fast/block/margin-collapse/self-collapsing-block-with-float-descendants-expected.html: Added.
1572 * fast/block/margin-collapse/self-collapsing-block-with-float-descendants.html: Added.
1573 * platform/mac/fast/block/float/024-expected.txt:
1574 * platform/mac/fast/block/margin-collapse/025-expected.txt:
1575 * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1576 * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
1578 2013-11-20 Dean Jackson <dino@apple.com>
1580 https://bugs.webkit.org/show_bug.cgi?id=124637
1582 Unreviewed. Adding HTMLTemplateElement to global constructor
1583 test, but this time for more platforms. I'm not sure if
1584 GTK and EFL need this too.
1586 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
1587 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
1588 * platform/win/js/dom/global-constructors-attributes-expected.txt:
1590 2013-11-20 Dean Jackson <dino@apple.com>
1592 https://bugs.webkit.org/show_bug.cgi?id=124637
1594 Unreviewed. Adding HTMLTemplateElement to global constructor
1597 * js/dom/global-constructors-attributes-expected.txt:
1599 2013-11-20 Dean Jackson <dino@apple.com>
1601 Unreviewed. Trying to fix tests added in r159545.
1603 * js/regress/global-var-const-infer-fire-from-opt.html:
1604 * js/regress/global-var-const-infer.html:
1606 2013-11-20 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1608 Unreviewed EFL gardening
1610 * platform/efl/TestExpectations: Add new test expectations for failing tests.
1612 2013-11-20 Andrzej Badowski <a.badowski@samsung.com>
1614 [EFL] <video> and <audio> should be accessible.
1615 https://bugs.webkit.org/show_bug.cgi?id=124494
1617 Reviewed by Gyuyoung Kim.
1619 Added new accessibility baseline for accessibility/media-elemen.html.
1621 * platform/efl-wk1/TestExpectations: test is no longer failing.
1622 * platform/efl-wk2/TestExpectations: test is no longer failing.
1623 * platform/efl/accessibility/media-element-expected.txt: Added.
1625 2013-11-20 Antoine Quint <graouts@apple.com>
1627 Cannot animate "points" attribute for <svg:polygon>
1628 https://bugs.webkit.org/show_bug.cgi?id=21371
1630 Reviewed by Antti Koivisto.
1632 New tests covering the actual application of the animated value
1633 for the "points" attribute of the SVG <polygon> and <polyline> elements.
1635 * svg/animations/polygon-set-expected.svg: Added.
1636 * svg/animations/polygon-set.svg: Added.
1637 * svg/animations/polyline-set-expected.svg: Added.
1638 * svg/animations/polyline-set.svg: Added.
1640 2013-11-20 Zan Dobersek <zdobersek@igalia.com>
1642 Configurability test of prototype's properties in fast/dom/webidl-operations-on-node-prototype.html is wrong
1643 https://bugs.webkit.org/show_bug.cgi?id=124602
1645 Reviewed by Darin Adler.
1647 The test case landed in r159100 checks, among other tests, for configurability of properties on the Node's
1648 interface prototype object. The test deletes the tested property from the prototype object and checks that
1649 the property is undefined. This works for the Node's prototype object but is not technically correct since
1650 there might be a property with the same identifier that's located upwards on the prototype chain.
1652 Rather than testing that the property on the prototype object is undefined after it is deleted, a failure
1653 should be reported if the value of the property remains the same even after it's deleted from the object.
1655 * fast/dom/webidl-operations-on-node-prototype.html:
1657 2013-11-19 Ryosuke Niwa <rniwa@webkit.org>
1659 Enable HTMLTemplateElement on Mac port
1660 https://bugs.webkit.org/show_bug.cgi?id=124637
1662 Reviewed by Tim Horton.
1664 Unskip template element tests except fast/dom/HTMLTemplateElement/cycles-in-shadow.html
1665 which depends on ENABLE(SHADOW_DOM).
1667 * platform/mac/TestExpectations:
1669 2013-11-19 Filip Pizlo <fpizlo@apple.com>
1671 Infer constant global variables
1672 https://bugs.webkit.org/show_bug.cgi?id=124464
1674 Reviewed by Sam Weinig.
1676 * js/regress/global-var-const-infer-expected.txt: Added.
1677 * js/regress/global-var-const-infer-fire-from-opt-expected.txt: Added.
1678 * js/regress/global-var-const-infer-fire-from-opt.html: Added.
1679 * js/regress/global-var-const-infer.html: Added.
1680 * js/regress/script-tests/global-var-const-infer-fire-from-opt.js: Added.
1685 * js/regress/script-tests/global-var-const-infer.js: Added.
1689 2013-11-19 Sun-woo Nam <sunny.nam@samsung.com>
1691 [EFL] Layout tests need to be rebaselined.
1692 https://bugs.webkit.org/show_bug.cgi?id=124622
1694 Unreviewed, EFL rebaseline.
1696 EFL tests are rebaselined after r106181, r128728 and r133754.
1698 * platform/efl-wk2/TestExpectations:
1699 * platform/efl/fast/replaced/applet-disabled-positioned-expected.txt:
1700 * platform/efl/fast/replaced/applet-rendering-java-disabled-expected.txt:
1701 * platform/efl/fast/text/shaping/shaping-script-order-expected.txt:
1702 * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
1704 2013-11-19 Bear Travis <betravis@adobe.com>
1706 [CSS Shapes] Parse [<box> || <shape>] values
1707 https://bugs.webkit.org/show_bug.cgi?id=124426
1709 Reviewed by Dirk Schulze.
1711 Test that <box> <shape> and <shape> <box> values are both supported and successfully parsed.
1712 Currently, we order the parsed result as <shape> <box> when the value is output through
1713 the CSSOM. Also test that other combinations with shapes and boxes are not parsed.
1715 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
1716 * fast/shapes/parsing/parsing-shape-inside.html:
1717 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
1718 * fast/shapes/parsing/parsing-shape-outside.html:
1719 * fast/shapes/parsing/parsing-test-utils.js:
1721 2013-11-19 Mark Lam <mark.lam@apple.com>
1723 Add tracking of endColumn for Executables.
1724 https://bugs.webkit.org/show_bug.cgi?id=124245.
1726 Reviewed by Geoffrey Garen.
1728 * fast/events/window-onerror2-expected.txt:
1729 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
1730 * js/dom/script-start-end-locations-expected.txt: Added.
1731 * js/dom/script-start-end-locations.html: Added.
1732 * js/dom/script-tests/script-start-end-locations.js: Added.
1733 * js/dom/stack-trace-expected.txt:
1734 * js/dom/stack-trace.html:
1735 - Changed tabs to spaces. The tabs were making it hard to visually confirm
1736 the exected column values for 2 functions.
1738 2013-11-15 Jer Noble <jer.noble@apple.com>
1740 [MSE] Support fastSeek() in MediaSource.
1741 https://bugs.webkit.org/show_bug.cgi?id=124422
1743 Reviewed by Eric Carlson.
1745 * media/media-source/media-source-fastseek-expected.txt: Added.
1746 * media/media-source/media-source-fastseek.html: Added.
1747 * media/media-source/mock-media-source.js:
1750 2013-11-19 Dean Jackson <dino@apple.com>
1752 fast/forms/form-associated-element-crash.html often times out on Mavericks WK1
1753 https://bugs.webkit.org/show_bug.cgi?id=124593
1755 Marked as occasionally timing out.
1757 * platform/mac/TestExpectations:
1759 2013-11-19 Frédéric Wang <fred.wang@free.fr>
1761 Map the dir attribute to the CSS direction property.
1762 https://bugs.webkit.org/show_bug.cgi?id=124572.
1764 Reviewed by Darin Adler.
1766 * mathml/presentation/direction-expected.html: add more tests.
1767 * mathml/presentation/direction-overall-expected.html: Added.
1768 * mathml/presentation/direction-overall.html: Added.
1769 * mathml/presentation/direction-token-expected.html: Added.
1770 * mathml/presentation/direction-token.html: Added.
1771 * mathml/presentation/direction.html: add more tests.
1773 2013-11-19 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1775 Unreviewed EFL gardening
1777 * platform/efl/TestExpectations: Add new failure test expectations.
1779 2013-11-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1781 Unreviewed, EFL gardening. Adding a crash expectation.
1783 * platform/efl/TestExpectations:
1785 2013-11-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1787 Unreviewed, EFL gardening. Adding a crash expectation for a test regarding
1790 * platform/efl/TestExpectations:
1792 2013-11-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1794 Unreviewed, EFL gardening. descent-clip-in-scaled-page.html is being passed
1795 after enabling subpixel layout on EFL port.
1797 * platform/efl/TestExpectations:
1799 2013-11-19 Zan Dobersek <zdobersek@igalia.com>
1801 Unreviewed GTK gardening. Adding failure expectations for the remaining layout test failures.
1803 * platform/gtk/TestExpectations:
1805 2013-11-18 Samuel White <samuel_white@apple.com>
1807 AX: aria-labelledby should be used in preference to aria-labeledby
1808 https://bugs.webkit.org/show_bug.cgi?id=62351
1810 Reviewed by Chris Fleizach.
1812 Added test to make sure aria-labelledby overrides aria-labeledby correctly.
1814 * accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt: Added.
1815 * accessibility/aria-labelledby-overrides-aria-labeledby.html: Added.
1817 2013-11-18 Zalan Bujtas <zalan@apple.com>
1819 use after free in WebCore::DocumentOrderedMap::remove / WebCore::TreeScope::removeElementById
1820 https://bugs.webkit.org/show_bug.cgi?id=121324
1822 Reviewed by Ryosuke Niwa.
1824 Update the document ordered map for an image element before dispatching load or error events
1825 when it's inserted into a document.
1827 * fast/dom/modify-node-and-while-in-the-callback-too-crash-expected.txt: Added.
1828 * fast/dom/modify-node-and-while-in-the-callback-too-crash.html: Added.
1830 2013-11-18 Sun-woo Nam <sunny.nam@samsung.com>
1832 [EFL] Layout tests need to be rebaselined.
1833 https://bugs.webkit.org/show_bug.cgi?id=124477
1835 Unreviewed, EFL rebaseline.
1837 EFL tests are rebaselined after r126683 and r140149.
1839 * platform/efl/fast/block/float/016-expected.txt:
1840 * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
1842 2013-11-18 Samuel White <samuel_white@apple.com>
1844 AX: Add ability to fetch only visible table rows.
1845 https://bugs.webkit.org/show_bug.cgi?id=124430
1847 Reviewed by Chris Fleizach.
1849 Adding test to make sure AXVisibleRows behaves correctly.
1851 * platform/mac/accessibility/table-visible-rows-expected.txt: Added.
1852 * platform/mac/accessibility/table-visible-rows.html: Added.
1854 2013-11-18 Ryosuke Niwa <rniwa@webkit.org>
1856 Simplify and reformat the output of performance tests inside test runners
1857 https://bugs.webkit.org/show_bug.cgi?id=124496
1859 Reviewed by Antti Koivisto.
1861 Rebaseline the expected result now that the output has been simplified.
1863 * fast/harness/perftests/runs-per-second-log-expected.txt:
1865 2013-11-18 David Hyatt <hyatt@apple.com>
1867 Add a quirk to not respect center text-align when positioning
1869 <rdar://problem/15427571>
1870 https://bugs.webkit.org/show_bug.cgi?id=124522
1872 Reviewed by Simon Fraser.
1874 Added fast/block/legacy-text-align-position-quirk.html
1876 * fast/block/legacy-text-align-position-quirk-expected.html: Added.
1877 * fast/block/legacy-text-align-position-quirk.html: Added.
1879 2013-11-18 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1881 Unreviewed EFL gardening
1883 * platform/efl/TestExpectations: Add failure expectations for CSS filters layout tests.
1885 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1887 Unreviewed GTK gardening.
1889 * platform/gtk/TestExpectations: Adding failure expectations for the current set
1890 of untriaged failures on the 64-bit WK2 builder.
1892 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1894 Unreviewed GTK gardening.
1895 Cleaning up expectations for unexpectedly passing tests, either removing or updating them
1896 to reflect the current status of the test.
1898 * platform/gtk-wk1/TestExpectations:
1899 * platform/gtk-wk2/TestExpectations:
1900 * platform/gtk/TestExpectations:
1902 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1904 Unreviewed GTK gardening.
1906 * platform/gtk/TestExpectations: Addressing the current set of timing-out tests. Timeout expectations
1907 are added where appropriate, with one js/regress/ test speculatively marked as slow.
1909 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1911 Unreviewed GTK gardening.
1913 Update the global constructors' attibutes baseline for the WK2 flavor of the GTK port.
1914 Update baselines for tests under media/.
1916 * platform/gtk-wk2/js/dom/global-constructors-attributes-expected.txt:
1917 * platform/gtk/media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt:
1918 * platform/gtk/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt:
1919 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt:
1920 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt:
1921 * platform/gtk/media/media-can-play-ogg-expected.txt:
1922 * platform/gtk/media/video-controls-captions-trackmenu-localized-expected.txt:
1923 * platform/gtk/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt: Added.
1924 * platform/gtk/media/video-controls-captions-trackmenu-sorted-expected.txt:
1925 * platform/gtk/media/volume-bar-empty-when-muted-expected.txt: Added.
1927 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1929 Unreviewed GTK gardening. Updating GTK-specific baselines for tests under editing/, scrollingcoordinator/ and tables/.
1931 * platform/gtk/editing/deleting/smart-delete-003-expected.txt:
1932 * platform/gtk/editing/deleting/smart-delete-004-expected.txt:
1933 * platform/gtk/editing/spelling/centering-misspelling-dots-expected.png: Added.
1934 * platform/gtk/editing/spelling/centering-misspelling-dots-expected.txt: Added.
1935 * platform/gtk/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.png: Added.
1936 * platform/gtk/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt: Added.
1937 * platform/gtk/editing/unsupported-content/table-delete-001-expected.txt:
1938 * platform/gtk/editing/unsupported-content/table-delete-003-expected.txt:
1939 * platform/gtk/scrollingcoordinator: Added.
1940 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
1941 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
1942 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
1943 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
1944 * platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
1946 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1948 Unreviewed GTK gardening. Rebaselining various tests under fast/.
1950 * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1951 * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
1952 * platform/gtk/fast/block/float/016-expected.png:
1953 * platform/gtk/fast/block/float/016-expected.txt:
1954 * platform/gtk/fast/block/lineboxcontain/block-with-ideographs-expected.png: Added.
1955 * platform/gtk/fast/block/lineboxcontain/block-with-ideographs-expected.txt:
1956 * platform/gtk/fast/css/empty-pseudo-class-expected.txt:
1957 * platform/gtk/fast/css/fieldset-display-row-expected.png:
1958 * platform/gtk/fast/css/fieldset-display-row-expected.txt:
1959 * platform/gtk/fast/css/first-child-pseudo-class-expected.txt:
1960 * platform/gtk/fast/css/last-child-pseudo-class-expected.txt:
1961 * platform/gtk/fast/css/only-child-pseudo-class-expected.txt:
1962 * platform/gtk/fast/forms/basic-textareas-expected.png:
1963 * platform/gtk/fast/forms/basic-textareas-expected.txt:
1964 * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
1965 * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt:
1966 * platform/gtk/fast/forms/textAreaLineHeight-expected.png:
1967 * platform/gtk/fast/forms/textAreaLineHeight-expected.txt:
1968 * platform/gtk/fast/parser/entity-comment-in-textarea-expected.png:
1969 * platform/gtk/fast/parser/entity-comment-in-textarea-expected.txt:
1970 * platform/gtk/fast/repaint/increasing-region-content-height-expected.txt: Added.
1972 2013-11-17 Alexey Proskuryakov <ap@apple.com>
1974 Support exporting public RSASSA-PKCS1-v1_5 keys
1975 https://bugs.webkit.org/show_bug.cgi?id=124475
1977 Reviewed by Sam Weinig.
1979 * crypto/subtle/rsa-export-key-expected.txt: Added.
1980 * crypto/subtle/rsa-export-key.html: Added.
1982 2013-11-18 Zan Dobersek <zdobersek@igalia.com>
1984 Unreviewed GTK gardening. Rebaselining CSS tests' expectations.
1986 * platform/gtk/css1/box_properties/margin_right-expected.png:
1987 * platform/gtk/css1/box_properties/margin_right-expected.txt:
1988 * platform/gtk/css1/box_properties/padding-expected.png:
1989 * platform/gtk/css1/box_properties/padding-expected.txt:
1990 * platform/gtk/css1/box_properties/padding_left-expected.png:
1991 * platform/gtk/css1/box_properties/padding_left-expected.txt:
1992 * platform/gtk/css1/box_properties/padding_right-expected.png:
1993 * platform/gtk/css1/box_properties/padding_right-expected.txt:
1994 * platform/gtk/css1/box_properties/padding_top-expected.png:
1995 * platform/gtk/css1/box_properties/padding_top-expected.txt:
1996 * platform/gtk/css1/formatting_model/vertical_formatting-expected.png:
1997 * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
1998 * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1999 * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
2000 * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
2001 * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
2002 * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
2003 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
2004 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
2006 2013-11-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2008 Unreviewed EFL gardening. Add webgl crash tests because webgl is not supported
2009 by EFL WK2 fully yet as well as not fully supported by Intel and AMD hardware.
2011 * platform/efl-wk2/TestExpectations:
2013 2013-11-17 Tim Horton <timothy_horton@apple.com>
2015 Layout Test platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple.html is extremely flaky on Mac WK2 bots, especially debug
2016 https://bugs.webkit.org/show_bug.cgi?id=124476
2018 * platform/mac-wk2/TestExpectations:
2021 2013-11-17 Filip Pizlo <fpizlo@apple.com>
2023 FTL should have an explicit notion of bytecode liveness
2024 https://bugs.webkit.org/show_bug.cgi?id=124181
2026 Reviewed by Mark Hahnenberg or Sam Weinig.
2028 I totally added this test after the rest of the patch was r+'d. Under the right tier-up
2029 modes this triggers one of the bugs that the rest of the patch is trying to avoid.
2031 * js/regress/script-tests/weird-inlining-const-prop.js: Added.
2037 * js/regress/weird-inlining-const-prop-expected.txt: Added.
2038 * js/regress/weird-inlining-const-prop.html: Added.
2040 2013-11-17 Alexey Proskuryakov <ap@apple.com>
2042 RSASSA-PKCS1-v1_5 JWK import doesn't check key size
2043 https://bugs.webkit.org/show_bug.cgi?id=124472
2045 Reviewed by Sam Weinig.
2047 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt: Added.
2048 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-small-key.html: Added.
2050 2013-11-17 Alexey Proskuryakov <ap@apple.com>
2052 JWK crypto key export result is a DOM string instead of an array buffer
2053 https://bugs.webkit.org/show_bug.cgi?id=124473
2055 Reviewed by Sam Weinig.
2057 * crypto/subtle/aes-export-key.html:
2058 * crypto/subtle/hmac-export-key.html:
2060 * crypto/subtle/resources/common.js: (bytesToASCIIString): Added a function that
2061 converts an ArrayBuffer to a string, assuming it's all ASCII.
2063 2013-11-17 Antti Koivisto <antti@apple.com>
2065 REGRESSION (r158774): Iteration over element children is broken
2066 https://bugs.webkit.org/show_bug.cgi?id=124145
2068 Reviewed by Anders Carlsson.
2070 * fast/dom/htmlcollection-children-mutation-expected.txt: Added.
2071 * fast/dom/htmlcollection-children-mutation.html: Added.
2073 2013-11-17 Antti Koivisto <antti@apple.com>
2075 Simple line path does not respect visibility:hidden
2076 https://bugs.webkit.org/show_bug.cgi?id=124467
2078 Reviewed by Anders Carlsson.
2080 * fast/text/text-visibility-expected.html: Added.
2081 * fast/text/text-visibility.html: Added.
2083 2013-11-16 Alexey Proskuryakov <ap@apple.com>
2085 WebCrypto no longer uses sequences of ArrayBuffers
2086 https://bugs.webkit.org/show_bug.cgi?id=124451
2088 Reviewed by Sam Weinig.
2090 Updated tests accordingly.
2092 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
2093 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
2094 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
2095 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
2096 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
2097 * crypto/subtle/aes-cbc-import-jwk.html:
2098 * crypto/subtle/aes-cbc-wrong-key-class-expected.txt:
2099 * crypto/subtle/aes-cbc-wrong-key-class.html:
2100 * crypto/subtle/argument-conversion-expected.txt:
2101 * crypto/subtle/argument-conversion.html:
2102 * crypto/subtle/hmac-import-jwk.html:
2103 * crypto/subtle/hmac-sign-verify-empty-key.html:
2104 * crypto/subtle/hmac-sign-verify.html:
2105 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html:
2106 * crypto/subtle/sha-1-expected.txt:
2107 * crypto/subtle/sha-1.html:
2108 * crypto/subtle/sha-224-expected.txt:
2109 * crypto/subtle/sha-224.html:
2110 * crypto/subtle/sha-256-expected.txt:
2111 * crypto/subtle/sha-256.html:
2112 * crypto/subtle/sha-384-expected.txt:
2113 * crypto/subtle/sha-384.html:
2114 * crypto/subtle/sha-512-expected.txt:
2115 * crypto/subtle/sha-512.html:
2117 2013-11-15 Alexey Proskuryakov <ap@apple.com>
2119 Support exporting symmetric keys as JWK
2120 https://bugs.webkit.org/show_bug.cgi?id=124442
2122 Reviewed by Sam Weinig.
2124 * crypto/subtle/aes-export-key-expected.txt:
2125 * crypto/subtle/aes-export-key.html:
2126 * crypto/subtle/hmac-export-key-expected.txt:
2127 * crypto/subtle/hmac-export-key.html:
2129 2013-11-15 Simon Fraser <simon.fraser@apple.com>
2131 Make results.html more sane
2132 https://bugs.webkit.org/show_bug.cgi?id=124446
2134 Reviewed by Sam Weinig.
2136 Fix various issues with results.html:
2137 * make it use page scrolling, not overflow scrolling
2138 * remove -webkit-flex stuff that wasn't doing anything
2139 * prettify the floating overlay for flagged tests
2140 * pull some markup out of the JS and into the HTML
2141 * remove the self-testing, which provides very little reward.
2143 * fast/harness/resources/results-test.js: Removed.
2144 * fast/harness/results-expected.txt:
2145 * fast/harness/results.html:
2147 2013-11-15 Tim Horton <timothy_horton@apple.com>
2149 results.html should have a link to historical results for a test/all failing tests
2150 https://bugs.webkit.org/show_bug.cgi?id=124402
2152 Reviewed by Simon Fraser.
2154 * fast/harness/results.html:
2155 * fast/harness/resources/results-test.js:
2156 Add the link to timeout/crash results too.
2158 2013-11-15 Tim Horton <timothy_horton@apple.com>
2160 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html is slow, frequently > 30 second timeout
2161 https://bugs.webkit.org/show_bug.cgi?id=124373
2163 * platform/mac/TestExpectations:
2164 Mark test as timeout as well, since that happens sometimes too.
2166 2013-11-15 Jer Noble <jer.noble@apple.com>
2168 HTMLMediaElement should not throw an exception from setCurrentTime or fastSeek.
2169 https://bugs.webkit.org/show_bug.cgi?id=124294
2171 Reviewed by Eric Carlson.
2173 * media/video-seek-no-src-exception-expected.txt: Removed.
2174 * media/video-seek-no-src-exception.html: Removed.
2176 2013-11-15 Tim Horton <timothy_horton@apple.com>
2178 Layout Test editing/selection/5057506.html frequently times out on Mac WK2
2179 https://bugs.webkit.org/show_bug.cgi?id=124437
2181 * platform/mac-wk2/TestExpectations:
2182 Mark aforementioned test as a flaky-timeout.
2184 2013-11-15 Alexandru Chiculita <achicu@adobe.com>
2186 Web Inspector: DOM.performSearch should accept a list of context nodes
2187 https://bugs.webkit.org/show_bug.cgi?id=124390
2189 Reviewed by Timothy Hatcher.
2191 Added new inspector-protocol tests to check for the DOM.performSearch implementation.
2192 Also, ported an existing test from the old "inspector" format.
2194 * http/tests/inspector-protocol/resources/InspectorDOMListener.js: Added boilerplate code that
2195 can be used to track node ids and class names.
2196 (createDOMListener.createNodeAttributesMap):
2197 (createDOMListener.collectNode):
2198 (createDOMListener.onSetChildNodes):
2199 (createDOMListener.onChildNodeRemoved):
2200 (createDOMListener.onChildNodeInserted):
2201 (createDOMListener.return.getNodeById):
2202 (createDOMListener.return.getNodeIdentifier):
2203 * http/tests/inspector-protocol/resources/InspectorTest.js:
2204 (InspectorFrontendAPI.dispatchMessageAsync): Added a way to catch all the messages received in the inspector.
2205 It is useful for debugging the test file.
2206 (InspectorTest.addEventListener): Helper method to register multiple handlers for the same event.
2207 * inspector-protocol/dom/dom-search-crash-expected.txt: Added.
2208 * inspector-protocol/dom/dom-search-crash.html: Added.
2209 * inspector-protocol/dom/dom-search-expected.txt: Added.
2210 * inspector-protocol/dom/dom-search-with-context-expected.txt: Added.
2211 * inspector-protocol/dom/dom-search-with-context.html: Added.
2212 * inspector-protocol/dom/dom-search.html: Added.
2213 * inspector-protocol/dom/resources/dom-search-crash-iframe.html: Cloned from inspector/dom/resources/dom-search-crash-iframe.html
2214 * inspector-protocol/dom/resources/dom-search-iframe.html: Added.
2215 * inspector-protocol/dom/resources/dom-search-queries.js: Added.
2217 2013-11-15 Tim Horton <timothy_horton@apple.com>
2219 Make lint-test-expectations pass for platform/win
2221 * platform/win/TestExpectations:
2222 I always kept the stronger expectation in the case of duplicates.
2224 2013-11-15 Tim Horton <timothy_horton@apple.com>
2226 Layout Test fast/dom/Geolocation/notimer-after-unload.html is flaky and crashy on Mac WK2
2227 https://bugs.webkit.org/show_bug.cgi?id=124425
2229 * platform/mac-wk2/TestExpectations:
2230 Mark as crash/pass/fail, since it does all three :(
2232 2013-11-15 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2234 Modifying RTCIceCandidate object construction to match the spec
2235 https://bugs.webkit.org/show_bug.cgi?id=124369
2237 Reviewed by Eric Carlson.
2239 According to the spec the RTCIceCandidateInit parameter in RTCSessionDescription constructor is optional,
2240 which must not be nullable, and, if passed, must be a valid Dictionary. If the keys are not present, the string
2241 object that stores them in the RTCIceCandidate class, must be null in those cases. Also, if a key is present
2242 and its value is not valid an exception must be raised.
2244 * fast/mediastream/RTCIceCandidate-expected.txt:
2245 * fast/mediastream/RTCIceCandidate.html:
2247 2013-11-15 Tim Horton <timothy_horton@apple.com>
2249 Layout Test webgl/1.0.2/conformance/ogles/GL/tan/tan_001_to_006.html fails on Intel
2250 https://bugs.webkit.org/show_bug.cgi?id=124424
2252 * platform/mac/TestExpectations:
2253 Mark as flaky everywhere, since I have no way to mark it as failing on Intel
2254 and passing elsewhere.
2256 2013-11-15 Commit Queue <commit-queue@webkit.org>
2258 Unreviewed, rolling out r159337.
2259 http://trac.webkit.org/changeset/159337
2260 https://bugs.webkit.org/show_bug.cgi?id=124423
2262 broke a bunch of fast/regions tests on EFL/GTK (Requested by
2265 * fast/regions/bottom-overflow-out-of-first-region-expected.html:
2266 * fast/regions/bottom-overflow-out-of-first-region.html:
2267 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html:
2268 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html:
2269 * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt:
2270 * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt:
2271 * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt:
2272 * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt:
2273 * fast/regions/float-pushed-width-change-2-expected.html:
2274 * fast/regions/float-pushed-width-change-2.html:
2275 * fast/regions/float-pushed-width-change-expected.html:
2276 * fast/regions/float-pushed-width-change.html:
2277 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Removed.
2278 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Removed.
2279 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Removed.
2280 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Removed.
2281 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Removed.
2282 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Removed.
2283 * fast/regions/outline-sides-in-region-expected.html:
2284 * fast/regions/outline-sides-in-region.html:
2285 * fast/regions/overflow-first-and-last-regions-expected.html: Removed.
2286 * fast/regions/overflow-first-and-last-regions-in-container-hidden-expected.html: Removed.
2287 * fast/regions/overflow-first-and-last-regions-in-container-hidden.html: Removed.
2288 * fast/regions/overflow-first-and-last-regions.html: Removed.
2289 * fast/regions/overflow-last-region-expected.html: Added.
2290 * fast/regions/overflow-last-region.html: Added.
2291 * fast/regions/overflow-nested-regions-expected.html: Removed.
2292 * fast/regions/overflow-nested-regions.html: Removed.
2293 * fast/regions/overflow-region-float-expected.html: Removed.
2294 * fast/regions/overflow-region-float.html: Removed.
2295 * fast/regions/overflow-region-inline-expected.html: Removed.
2296 * fast/regions/overflow-region-inline.html: Removed.
2297 * fast/regions/overflow-region-transform-expected.html: Removed.
2298 * fast/regions/overflow-region-transform.html: Removed.
2299 * fast/regions/overflow-scrollable-rotated-fragment-expected.html:
2300 * fast/regions/overflow-scrollable-rotated-fragment.html:
2301 * fast/regions/top-overflow-out-of-second-region-expected.html: Removed.
2302 * fast/regions/top-overflow-out-of-second-region.html:
2303 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
2304 * fast/regions/webkit-flow-float-unable-to-push.html:
2305 * fast/repaint/increasing-region-content-height-expected.txt:
2306 * fast/repaint/increasing-region-content-height.html:
2307 * platform/gtk/fast/regions/text-region-split-vertical-rl-expected.txt: Added.
2308 * platform/mac-wk2/TestExpectations:
2309 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
2310 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: Added.
2312 2013-11-15 Antti Koivisto <antti@apple.com>
2314 Hovering over text using simple line path should not cause switch to line boxes
2315 https://bugs.webkit.org/show_bug.cgi?id=124418
2317 Reviewed by Anders Carlsson.
2319 * fast/text/simple-lines-hover-expected.html: Added.
2320 * fast/text/simple-lines-hover.html: Added.
2322 2013-11-15 Zoltan Horvath <zoltan@webkit.org>
2324 [CSS Shapes][CSS Regions] Simplify shape-inside-on-multiple-regions-with-negative-shape-top.html
2325 https://bugs.webkit.org/show_bug.cgi?id=123808
2327 Reviewed by Mihnea Ovidenie.
2329 Use a rectangle instead of a complex polygon in the test.
2331 * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html:
2332 * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html:
2334 2013-11-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2336 Unreviewed EFL gardening
2338 Add failure test expectations for failing tests.
2340 * platform/efl/TestExpectations:
2342 2013-11-15 Tim Horton <timothy_horton@apple.com>
2344 results.html should have a link to historical results for a test/all failing tests
2345 https://bugs.webkit.org/show_bug.cgi?id=124402
2347 Reviewed by Simon Fraser.
2349 * fast/harness/results.html:
2350 Add a new rightmost column, 'history'.
2351 Clicking on the column header will open the flakiness dashboard
2352 for the entire set of failing tests; clicking on the link
2353 in a particular test's row will open it just for that single test.
2355 * fast/harness/resources/results-test.js:
2356 Update the harness test to expect the new number of columns.
2358 2013-11-15 Radu Stavila <stavila@adobe.com>
2360 [CSS Regions] Implement visual overflow for first & last regions
2361 https://bugs.webkit.org/show_bug.cgi?id=118665
2363 Rebased some tests due to regions layers changes.
2364 Updated some tests to increase clarity. Some of them were only passing because two
2365 regions were close together and the fact that an element was being painted
2366 inside the wrong region was not visible. Floats are now also unsplittable.
2367 - bottom-overflow-out-of-first-region
2368 - float-pushed-width-change-2
2369 - float-pushed-width-change
2370 - webkit-flow-float-unable-to-push
2372 Changed top-overflow-out-of-second-region to reftest.
2374 Added new tests for testing the visual overflow in different situations
2375 (transformed, inline, opacity, floating).
2377 Reviewed by David Hyatt.
2379 * fast/regions/bottom-overflow-out-of-first-region-expected.html:
2380 * fast/regions/bottom-overflow-out-of-first-region.html:
2381 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html:
2382 * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html:
2383 * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt:
2384 * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt:
2385 * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt:
2386 * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt:
2387 * fast/regions/float-pushed-width-change-2-expected.html:
2388 * fast/regions/float-pushed-width-change-2.html:
2389 * fast/regions/float-pushed-width-change-expected.html:
2390 * fast/regions/float-pushed-width-change.html:
2391 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Added.
2392 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Added.
2393 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Added.
2394 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Added.
2395 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Added.
2396 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Added.
2397 * fast/regions/outline-sides-in-region-expected.html:
2398 * fast/regions/outline-sides-in-region.html:
2399 * fast/regions/overflow-first-and-last-regions-expected.html: Added.
2400 * fast/regions/overflow-first-and-last-regions-in-container-hidden-expected.html: Added.
2401 * fast/regions/overflow-first-and-last-regions-in-container-hidden.html: Added.
2402 * fast/regions/overflow-first-and-last-regions.html: Added.
2403 * fast/regions/overflow-last-region-expected.html: Removed.
2404 * fast/regions/overflow-last-region.html: Removed.
2405 * fast/regions/overflow-nested-regions-expected.html: Added.
2406 * fast/regions/overflow-nested-regions.html: Added.
2407 * fast/regions/overflow-region-float-expected.html: Added.
2408 * fast/regions/overflow-region-float.html: Added.
2409 * fast/regions/overflow-region-inline-expected.html: Added.
2410 * fast/regions/overflow-region-inline.html: Added.
2411 * fast/regions/overflow-region-transform-expected.html: Added.
2412 * fast/regions/overflow-region-transform.html: Added.
2413 * fast/regions/overflow-scrollable-rotated-fragment-expected.html:
2414 * fast/regions/overflow-scrollable-rotated-fragment.html:
2415 * fast/regions/top-overflow-out-of-second-region-expected.html: Copied from LayoutTests/fast/regions/top-overflow-out-of-second-region.html.
2416 * fast/regions/top-overflow-out-of-second-region.html:
2417 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
2418 * fast/regions/webkit-flow-float-unable-to-push.html:
2419 * platform/gtk/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
2420 * platform/mac-wk2/TestExpectations:
2421 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
2422 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
2424 2013-11-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2426 Unreviewed EFL gardening
2428 Update TestExpectations files with failing tests.
2430 * platform/efl-wk2/TestExpectations:
2431 * platform/efl/TestExpectations:
2433 2013-11-15 Stephane Jadaud <sjadaud@sii.fr>
2435 [GStreamer] Add support for Media Source API
2436 https://bugs.webkit.org/show_bug.cgi?id=99065
2438 Reviewed by Philippe Normand.
2440 * platform/gtk/TestExpectations:
2442 2013-11-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2444 Unreviewed EFL gardening
2446 Mark flaky and incorrectly passing tests.
2448 * platform/efl-wk2/TestExpectations:
2449 * platform/efl/TestExpectations:
2450 * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed wrong test expectation.
2452 2013-11-15 Xabier Rodriguez Calvar <calvaris@igalia.com>
2454 [GTK] Bumping GStreamer version to 1.2.1 for the dependencies
2455 https://bugs.webkit.org/show_bug.cgi?id=124360
2457 Reviewed by Philippe Normand.
2459 * platform/gtk/TestExpectations: Flagged
2460 media/video-canvas-drawing-output.html
2462 2013-11-15 Sun-woo Nam <sunny.nam@samsung.com>
2464 [EFL] Layout tests with international text properties need to be rebaselined.
2465 https://bugs.webkit.org/show_bug.cgi?id=124389
2467 Unreviewed, EFL rabaseline.
2469 EFL international text rebaselined after r147668.
2470 Move some expectation files to efl common place because those files in wk1 are
2471 in exact accordance with files in wk2, and then delete the files in wk1 and wk2.
2473 * platform/efl-wk1/fast/text/international/003-expected.txt: Removed.
2474 * platform/efl-wk1/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
2475 * platform/efl-wk2/TestExpectations:
2476 * platform/efl/fast/text/international/002-expected.txt:
2477 * platform/efl/fast/text/international/003-expected.txt:
2478 Renamed from LayoutTests/platform/efl-wk2/fast/text/international/003-expected.txt.
2479 * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt:
2480 Renamed from LayoutTests/platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.txt.
2482 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2484 Update WebCrypto tests
2485 https://bugs.webkit.org/show_bug.cgi?id=124388
2487 Reviewed by Anders Carlsson.
2489 Updated tests for newer common.js. Changed some tests from just dumping results
2490 to comparing them to known expected ones. Fixed a syntax error in
2491 aes-cbc-invalid-length.html, so it now actually runs.
2493 * crypto/subtle/resources/common.js: Update to a new version from Blink, because
2494 it's much nicer than the old one, and it's good to be compatible at test level.
2495 Moved crypto.subtle definition from webkitSubtle here to avoid repeating it in all
2496 tests. Added a quick and dirty Promise.all implementation.
2498 * crypto/subtle/aes-cbc-192-encrypt-decrypt-expected.txt:
2499 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
2500 * crypto/subtle/aes-cbc-256-encrypt-decrypt-expected.txt:
2501 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
2502 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
2503 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
2504 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
2505 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
2506 * crypto/subtle/aes-cbc-generate-key.html:
2507 * crypto/subtle/aes-cbc-import-jwk-expected.txt:
2508 * crypto/subtle/aes-cbc-import-jwk.html:
2509 * crypto/subtle/aes-cbc-invalid-length-expected.txt:
2510 * crypto/subtle/aes-cbc-invalid-length.html:
2511 * crypto/subtle/aes-cbc-wrong-key-class.html:
2512 * crypto/subtle/aes-export-key-expected.txt:
2513 * crypto/subtle/aes-export-key.html:
2514 * crypto/subtle/argument-conversion-expected.txt:
2515 * crypto/subtle/argument-conversion.html:
2516 * crypto/subtle/hmac-export-key-expected.txt:
2517 * crypto/subtle/hmac-export-key.html:
2518 * crypto/subtle/hmac-generate-key.html:
2519 * crypto/subtle/hmac-import-jwk-expected.txt:
2520 * crypto/subtle/hmac-import-jwk.html:
2521 * crypto/subtle/hmac-sign-verify-empty-key-expected.txt:
2522 * crypto/subtle/hmac-sign-verify-empty-key.html:
2523 * crypto/subtle/hmac-sign-verify-expected.txt:
2524 * crypto/subtle/hmac-sign-verify.html:
2525 * crypto/subtle/import-jwk-expected.txt:
2526 * crypto/subtle/import-jwk.html:
2527 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt:
2528 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html:
2529 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt:
2530 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html:
2531 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt:
2532 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html:
2533 * crypto/subtle/sha-1-expected.txt:
2534 * crypto/subtle/sha-1.html:
2535 * crypto/subtle/sha-224-expected.txt:
2536 * crypto/subtle/sha-224.html:
2537 * crypto/subtle/sha-256-expected.txt:
2538 * crypto/subtle/sha-256.html:
2539 * crypto/subtle/sha-384-expected.txt:
2540 * crypto/subtle/sha-384.html:
2541 * crypto/subtle/sha-512-expected.txt:
2542 * crypto/subtle/sha-512.html:
2544 2013-11-14 Victor Costan <costan@gmail.com>
2546 XMLSerializer escapes < > & correctly inside <script> and <style> tags.
2547 https://bugs.webkit.org/show_bug.cgi?id=123914
2549 Reviewed by Darin Adler.
2551 * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: fix incorrect expectations.
2552 * fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml: use CDATA consistently.
2553 * fast/dom/XMLSerializer-entities-expected.txt: Added.
2554 * fast/dom/XMLSerializer-entities.html: Added.
2556 2013-11-14 Victor Costan <costan@gmail.com>
2558 Clean up sequence handling in Blob constructor
2559 https://bugs.webkit.org/show_bug.cgi?id=124343
2561 Reviewed by Alexey Proskuryakov.
2563 * fast/files/blob-constructor-expected.txt:
2564 * fast/files/script-tests/blob-constructor.js:
2565 Add test with sequence that throws an error on property access.
2568 2013-11-14 Tim Horton <timothy_horton@apple.com>
2570 Change Fail->Failure in some recent expectations.
2572 Suddenly, everything is clear.
2574 * platform/mac/TestExpectations:
2576 2013-11-14 Tim Horton <timothy_horton@apple.com>
2578 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html is slow, frequently > 30 second timeout
2579 https://bugs.webkit.org/show_bug.cgi?id=124373
2581 * platform/mac/TestExpectations:
2582 Mark test as flaky on Mountain Lion Release bot.
2583 Marking as slow seems to have no effect on the notifyDone timeout, just the outer timeouts.
2585 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2587 Implement raw format for WebCrypto key export
2588 https://bugs.webkit.org/show_bug.cgi?id=124376
2590 Reviewed by Anders Carlsson.
2592 * crypto/subtle/aes-export-key-expected.txt: Added.
2593 * crypto/subtle/aes-export-key.html: Added.
2594 * crypto/subtle/hmac-export-key-expected.txt: Added.
2595 * crypto/subtle/hmac-export-key.html: Added.
2597 2013-11-14 Bear Travis <betravis@adobe.com>
2599 [CSS Shapes] Accept the new <box> value for shape-outside
2600 https://bugs.webkit.org/show_bug.cgi?id=124227
2602 Reviewed by David Hyatt.
2604 Test the different box values with different writing modes.
2606 * fast/shapes/parsing/parsing-shape-inside-expected.html: Adding box values as invalid.
2607 * fast/shapes/parsing/parsing-shape-inside.html: Ditto.
2608 * fast/shapes/parsing/parsing-shape-outside-expected.html: Adding box values as valid.
2609 * fast/shapes/parsing/parsing-shape-outside.html: Ditto.
2610 * fast/shapes/shape-outside-floats/shape-outside-boxes-001-expected.html: Added.
2611 * fast/shapes/shape-outside-floats/shape-outside-boxes-001.html: Added.
2612 * fast/shapes/shape-outside-floats/shape-outside-boxes-002-expected.html: Added.
2613 * fast/shapes/shape-outside-floats/shape-outside-boxes-002.html: Added.
2614 * fast/shapes/shape-outside-floats/shape-outside-boxes-003-expected.html: Added.
2615 * fast/shapes/shape-outside-floats/shape-outside-boxes-003.html: Added.
2617 2013-11-14 Jer Noble <jer.noble@apple.com>
2619 Flaky Test: media/video-fast-seek.html
2620 https://bugs.webkit.org/show_bug.cgi?id=124298
2622 Reviewed by Eric Carlson.
2624 Don't check for the precise results of currentTime, as MediaTime -> double
2625 rounding will occasionally result in errors.
2627 * media/video-fast-seek-expected.txt:
2628 * media/video-fast-seek.html:
2630 2013-11-14 Tim Horton <timothy_horton@apple.com>
2632 fullscreen/anonymous-block-merge-crash.html often times out in WebKit1
2633 https://bugs.webkit.org/show_bug.cgi?id=124318
2635 * platform/mac/TestExpectations:
2636 Used the wrong kind of failure for a notifyDone timeout.
2638 2013-11-14 Tim Horton <timothy_horton@apple.com>
2640 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html is slow, frequently > 30 second timeout
2641 https://bugs.webkit.org/show_bug.cgi?id=124373
2643 * platform/mac/TestExpectations:
2644 Mark test as slow on Mountain Lion Release bot.
2646 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2648 [Mac] HMAC sign/verify crashes when key is empty
2649 https://bugs.webkit.org/show_bug.cgi?id=124372
2651 Reviewed by Sam Weinig.
2653 * crypto/subtle/hmac-sign-verify-empty-key-expected.txt: Added.
2654 * crypto/subtle/hmac-sign-verify-empty-key.html: Added.
2656 2013-11-14 Samuel White <samuel_white@apple.com>
2658 AX: Calling NSAccessibilityColumnsAttribute and NSAccessibilityRowsAttribute simply to get column/row count can be very expensive.
2659 https://bugs.webkit.org/show_bug.cgi?id=124293
2661 Reviewed by Chris Fleizach.
2663 Added test to ensure NSAccessibilityColumnsAttribute and NSAccessibilityRowsAttribute
2664 behave as expected. Also updated existing table tests to reflect this additional API.
2666 * platform/mac/accessibility/table-column-and-row-count-expected.txt: Added.
2667 * platform/mac/accessibility/table-column-and-row-count.html: Added.
2668 * platform/mac/accessibility/table-detection-expected.txt:
2669 * platform/mac/accessibility/table-with-rules-expected.txt:
2671 2013-11-14 Alexey Proskuryakov <ap@apple.com>
2673 Implement RSASSA-PKCS1-v1_5 sign/verify
2674 https://bugs.webkit.org/show_bug.cgi?id=124335
2676 Reviewed by Sam Weinig.
2678 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt: Added.
2679 * crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html: Added.
2681 2013-11-14 Hans Muller <hmuller@adobe.com>
2683 [CSS Shapes] Empty polygons with non-zero shape-padding cause an ASSERT crash
2684 https://bugs.webkit.org/show_bug.cgi?id=124324
2686 Reviewed by Andreas Kling.
2688 * fast/shapes/shape-inside/shape-inside-empty-polygon-crash-expected.txt: Added.
2689 * fast/shapes/shape-inside/shape-inside-empty-polygon-crash.html: Added.
2690 * fast/shapes/shape-outside-floats/shape-outside-floats-empty-polygon-crash-expected.txt: Added.
2691 * fast/shapes/shape-outside-floats/shape-outside-floats-empty-polygon-crash.html: Added.
2693 2013-11-14 Sun-woo Nam <sunny.nam@samsung.com>
2695 [EFL] Layout tests with text areas need to be rebaselined.
2696 https://bugs.webkit.org/show_bug.cgi?id=124337
2698 Unreviewed, EFL gatdening.
2700 EFL text areas rebaselined after r129492.
2702 * platform/efl/TestExpectations:
2703 * platform/efl/fast/forms/basic-textareas-expected.txt:
2704 * platform/efl/fast/forms/basic-textareas-quirks-expected.txt:
2706 2013-11-13 Victor Costan <costan@gmail.com>
2708 Blob constructor accepts a sequence (array-like object) as first arg.
2709 https://bugs.webkit.org/show_bug.cgi?id=124175
2711 Reviewed by Christophe Dumez.
2714 * crypto/subtle/argument-conversion-expected.txt: Updated sequence error expectations.
2715 * fast/dom/Window/window-postmessage-args-expected.txt: Updated sequence error expectations.
2716 * fast/events/constructors/message-event-constructor-expected.txt: Updated sequence error expectations.
2717 * fast/events/message-port-multi-expected.txt: Updated sequence error expectations.
2718 * fast/files/blob-constructor-expected.txt: Updated error text and added expectations.
2719 * fast/files/script-tests/blob-constructor.js: Added sequence test cases.
2720 * fast/workers/worker-context-multi-port-expected.txt: Updated sequence error expectations.
2721 * fast/workers/worker-multi-port-expected.txt: Updated sequence error expectations.
2723 2013-11-13 Sun-woo Nam <sunny.nam@samsung.com>
2725 [EFL] Layout tests with css3 selectors3 properties need to be rebaselined.
2726 https://bugs.webkit.org/show_bug.cgi?id=124266
2728 Unreviewed, EFL gardening.
2730 EFL css3 rebaselined after r111644.
2732 * platform/efl-wk2/TestExpectations:
2733 * platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt:
2734 * platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
2735 * platform/efl/css3/selectors3/xml/css3-modsel-1-expected.txt:
2737 2013-11-13 Tim Horton <timothy_horton@apple.com>
2739 Layout Test animations/resume-after-page-cache.html is flaky
2740 https://bugs.webkit.org/show_bug.cgi?id=124321
2742 * platform/mac/TestExpectations:
2744 2013-11-13 Tim Horton <timothy_horton@apple.com>
2746 fullscreen/anonymous-block-merge-crash.html often times out in WebKit1
2747 https://bugs.webkit.org/show_bug.cgi?id=124318
2749 * platform/mac-wk2/TestExpectations:
2750 * platform/mac/TestExpectations:
2751 Mark test as timing out on WebKit1 only.
2753 2013-11-13 Tim Horton <timothy_horton@apple.com>
2755 compositing/regions/transform-transparent-positioned-video-inside-region.html is flaky on all bots
2756 https://bugs.webkit.org/show_bug.cgi?id=124311
2758 * platform/mac/TestExpectations:
2759 Mark as flaky image fail.
2761 2013-11-13 Tim Horton <timothy_horton@apple.com>
2763 Remove a crash expectation from a test that seems fixed by r159218.
2765 * platform/mac/TestExpectations:
2767 2013-11-13 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2769 Modifying RTCSessionDescription object construction to match the spec
2770 https://bugs.webkit.org/show_bug.cgi?id=124212
2772 Reviewed by Eric Carlson.
2774 According to the spec the RTCSessionDescriptionInit parameter in RTCSessionDescription constructor is optional,
2775 which must not be nullable. If the 'type' and/or 'sdp' keys are not present, the string object that stores
2776 them in the RTCSessionDescription class, must be null in those cases. Also, if an object that is not a
2777 Dictionary is passed as argument to the constructor, an exception must be raised.
2779 * fast/mediastream/RTCSessionDescription-expected.txt:
2780 * fast/mediastream/RTCSessionDescription.html:
2782 2013-11-09 Martin Robinson <mrobinson@igalia.com>
2784 [MathML] The double bar vertical delimiter does not stretch properly
2785 https://bugs.webkit.org/show_bug.cgi?id=123543
2787 Reviewed by Chris Fleizach.
2789 * mathml/presentation/mo-stretch.html: Add ∥ to this test,
2790 which covers the other version of the vertical bar.
2791 * platform/gtk/mathml/presentation/mo-stretch-expected.png:
2792 * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
2794 2013-11-13 Roger Fong <roger_fong@apple.com>
2796 [Windows] Unreviewed gardening of some canvas tests.
2798 * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt:
2799 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt:
2800 * platform/win/fast/canvas/canvas-render-layer-expected.txt:
2801 * platform/win/fast/canvas/canvas-scale-shadowBlur-expected.txt:
2802 * platform/win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
2803 * platform/win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt:
2804 * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt:
2805 * platform/win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt:
2806 * platform/win/fast/forms/range/slider-mouse-events-expected.txt:
2808 2013-11-13 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2810 Unreviewed EFL gardening
2812 Remove failure tests expectations after r159116.
2814 * platform/efl/TestExpectations:
2816 2013-11-13 Alexey Proskuryakov <ap@apple.com>
2818 crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html is failing on Maverics release bot
2819 https://bugs.webkit.org/show_bug.cgi?id=124280
2821 Reviewed by Anders Carlsson.
2823 * TestExpectations: Unskip.
2825 2013-11-12 Jer Noble <jer.noble@apple.com>
2827 Add support for HTMLMediaElement.fastSeek()
2828 https://bugs.webkit.org/show_bug.cgi?id=124262
2830 Reviewed by Eric Carlson.
2832 * media/video-fast-seek-expected.txt: Added.
2833 * media/video-fast-seek.html: Added.
2835 2013-11-13 Antti Koivisto <antti@apple.com>
2837 * TestExpectations: Skip crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html
2839 2013-11-12 Antti Koivisto <antti@apple.com>
2841 Support overflow-wrap:break-word on simple line path
2842 https://bugs.webkit.org/show_bug.cgi?id=124206
2844 Reviewed by Andreas Kling.
2846 Force these to use line boxes, add ref test versions comparing the paths.
2848 * fast/forms/basic-textareas-quirks-simple-lines-expected.html: Added.
2849 * fast/forms/basic-textareas-quirks-simple-lines.html: Added.
2850 * fast/forms/basic-textareas-quirks.html:
2851 * fast/forms/linebox-overflow-in-textarea-padding-simple-lines-expected.html: Added.
2852 * fast/forms/linebox-overflow-in-textarea-padding-simple-lines.html: Added.
2853 * fast/forms/linebox-overflow-in-textarea-padding.html:
2854 * fast/forms/negativeLineHeight-simple-lines-expected.html: Added.
2855 * fast/forms/negativeLineHeight-simple-lines.html: Added.
2856 * fast/forms/negativeLineHeight.html:
2857 * fast/forms/textAreaLineHeight-simple-lines-expected.html: Added.
2858 * fast/forms/textAreaLineHeight-simple-lines.html: Added.
2859 * fast/forms/textAreaLineHeight.html:
2860 * fast/parser/entity-comment-in-textarea.html: Made this independent of line layout mode.
2861 * fast/replaced/width100percent-textarea.html:
2862 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
2864 2013-11-13 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2866 Removing fast/mediastream/constructors.html LayoutTest
2867 https://bugs.webkit.org/show_bug.cgi?id=124259
2869 Reviewed by Philippe Normand.
2871 Apart from being wrong, it was testing the mediastream WebRTC objects constructors, which are already being
2872 tested in each particular mediastream WebRTC object LayoutTest.
2874 * fast/mediastream/constructors-expected.txt: Removed.
2875 * fast/mediastream/constructors.html: Removed.
2877 2013-11-13 Alexey Proskuryakov <ap@apple.com>
2879 Implement key generation and JWK import for RSASSA-PKCS1-v1_5
2880 https://bugs.webkit.org/show_bug.cgi?id=124236
2882 Reviewed by Sam Weinig.
2884 * crypto/subtle/resources/common.js:
2885 (hexToArrayBuffer): Fixed a typo
2886 (Base64URL.stringify):
2888 Added helpers to deal with Base64URL, as needed for JWK.
2890 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt: Added.
2891 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html: Added.
2892 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt: Added.
2893 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Added.
2895 2013-11-12 Alexey Proskuryakov <ap@apple.com>
2897 Disable WebCrypto on Mountain Lion
2898 https://bugs.webkit.org/show_bug.cgi?id=124261
2900 Rubber-stamped by Sam Weinig.
2902 * platform/mac/TestExpectations:
2904 2013-11-12 Tim Horton <timothy_horton@apple.com>
2906 Revert r159140, as it is theoretically fixed by r159173.
2908 * platform/mac-wk2/TestExpectations:
2910 2013-11-12 Roger Fong <roger_fong@apple.com>
2912 [Windows] Unreviewed. More edits to Windows test expectations following r159157.
2914 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
2915 * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt:
2916 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt:
2917 * platform/win/fast/canvas/canvas-scale-shadowBlur-expected.txt:
2918 * platform/win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
2919 * platform/win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt:
2920 * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt:
2921 * platform/win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt:
2922 * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
2923 * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
2924 * platform/win/fast/forms/cursor-at-editable-content-boundary-expected.txt:
2925 * platform/win/fast/forms/implicit-submission-expected.txt:
2926 * platform/win/fast/forms/range: Added.
2927 * platform/win/fast/forms/range/slider-mouse-events-expected.txt: Copied from platform/win/fast/forms/slider-mouse-events-expected.txt.
2928 * platform/win/fast/forms/select-popup-pagekeys-expected.txt:
2929 * platform/win/fast/forms/slider-mouse-events-expected.txt: Removed.
2931 2013-11-12 Commit Queue <commit-queue@webkit.org>
2933 Unreviewed, rolling out r159160, r159161, and r159164.
2934 http://trac.webkit.org/changeset/159160
2935 http://trac.webkit.org/changeset/159161
2936 http://trac.webkit.org/changeset/159164
2937 https://bugs.webkit.org/show_bug.cgi?id=124253
2939 Too many errors (make fewer) (Requested by ap on #webkit).
2941 * crypto/subtle/resources/common.js:
2943 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt: Removed.
2944 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html: Removed.
2945 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt: Removed.
2946 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Removed.
2947 * platform/mac/TestExpectations:
2949 2013-11-12 Alexey Proskuryakov <ap@apple.com>
2951 Implement key generation and JWK import for RSASSA-PKCS1-v1_5
2952 https://bugs.webkit.org/show_bug.cgi?id=124236
2954 * platform/mac/TestExpectations: Update expectations for Mountain Lion.
2955 I'll investigate this later.
2957 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Quickly fail is promise is rejected.
2959 2013-11-12 Alexey Proskuryakov <ap@apple.com>
2961 Implement key generation and JWK import for RSASSA-PKCS1-v1_5
2962 https://bugs.webkit.org/show_bug.cgi?id=124236
2964 Reviewed by Sam Weinig.
2966 * crypto/subtle/resources/common.js:
2967 (hexToArrayBuffer): Fixed a typo
2968 (Base64URL.stringify):
2970 Added helpers to deal with Base64URL, as needed for JWK.
2972 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt: Added.
2973 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html: Added.
2974 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt: Added.
2975 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html: Added.
2977 2013-11-12 Roger Fong <roger_fong@apple.com>
2979 [Windows] Unreviewed gardening. Re-add someone Windows expections that were erroneously removed.
2981 * platform/win/editing/selection/extend-selection-home-end-expected.txt: Added.
2982 * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
2983 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
2984 * platform/win/fast/canvas/canvas-render-layer-expected.txt: Added.
2985 * platform/win/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
2986 * platform/win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
2987 * platform/win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
2988 * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.
2989 * platform/win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
2990 * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
2991 * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added.
2992 * platform/win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
2993 * platform/win/fast/forms/implicit-submission-expected.txt: Added.
2994 * platform/win/fast/forms/select-popup-pagekeys-expected.txt: Added.
2995 * platform/win/fast/forms/slider-mouse-events-expected.txt: Added.
2996 * platform/win/media/media-can-play-wav-audio-expected.txt:
2998 2013-11-12 Tim Horton <timothy_horton@apple.com>
3000 Add fast/images/pdf-as-image-crop-box.html to the pile of tiny-color-mismatch tests.
3002 * platform/mac-wk2/TestExpectations:
3004 2013-11-12 Tim Horton <timothy_horton@apple.com>
3006 fast/canvas/webgl/draw-arrays-out-of-bounds.html is flaky on Mavericks WK2 testers, fails about 20% of the time
3007 https://bugs.webkit.org/show_bug.cgi?id=124223
3009 Mark as flaky on Mac-Mavericks-WebKit2.
3011 * platform/mac-wk2/TestExpectations:
3013 2013-11-11 Oliver Hunt <oliver@apple.com>
3015 Support unprefixed deconstructing assignment
3016 https://bugs.webkit.org/show_bug.cgi?id=124172
3018 Reviewed by Mark Lam.
3020 Add and expand testing of destructuring assignment
3022 * js/basic-for-of-expected.txt:
3023 * js/destructuring-assignment-expected.txt:
3024 * js/parser-syntax-check-expected.txt:
3025 * js/script-tests/basic-for-of.js:
3026 * js/script-tests/destructuring-assignment.js:
3027 (testDestructuring):
3028 * js/script-tests/parser-syntax-check.js:
3030 2013-11-12 Roger Fong <roger_fong@apple.com>
3032 [Windows] Unreviewed gardening of some media tests.
3034 * platform/win/TestExpectations:
3036 2013-11-12 Tim Horton <timothy_horton@apple.com>
3038 "AVF info: hasOfflineRenderer, board-id check : true" in media/track/track-forced-subtitles-in-band.html
3039 https://bugs.webkit.org/show_bug.cgi?id=124219
3041 Logging that happens unpredictably underneath us; marking the test as flaky on Mavericks for now.
3043 * platform/mac/TestExpectations:
3045 2013-11-12 Radu Stavila <stavila@adobe.com>
3047 Created test for testing repaint rects for elements inside relative-positioned regions.
3049 [CSS Regions] clip rectangles are incorrectly computed in some positioned elements
3050 https://bugs.webkit.org/show_bug.cgi?id=114722
3052 Reviewed by Mihnea Ovidenie.
3054 * fast/repaint/increasing-region-content-height-expected.txt: Added.
3055 * fast/repaint/increasing-region-content-height.html: Added.
3057 2013-11-12 Tim Horton <timothy_horton@apple.com>
3059 Fix accessibility/aria-help after r159067.
3061 It's failing everywhere because the path to its script is wrong.
3063 * accessibility/aria-help.html:
3065 2013-11-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3067 Unreviewed EFL gardening
3069 Skip media/media-source tests, as EFL port does not support MEDIA_SOURCE.
3071 * platform/efl/TestExpectations:
3073 2013-11-12 Zan Dobersek <zdobersek@igalia.com>
3075 Unreviewed GTK gardening.
3077 * platform/gtk/js/dom/global-constructors-attributes-expected.txt: Rebaseline after new constructors
3078 were made available with enabling the Media Stream feature.
3080 2013-11-12 Alexandru Chiculita <achicu@adobe.com>
3082 Web Inspector: Crash when closing the Inspector while debugging an exception inside a breakpoint condition.
3083 https://bugs.webkit.org/show_bug.cgi?id=124078
3085 Reviewed by Joseph Pecoraro.
3087 Checking that the debugger will not crash nor stall when exceptions are throw while the debugger
3088 is already paused. The cases when that can happen include breakpoint conditions, actions, eval
3089 or runtime object inspection.
3091 The current behavior was to ignore the exceptions or breakpoints while executing "console commands"
3092 when the debugger was already paused. I'm extending this mechanism to breakpoint conditions and
3093 actions as the Debugger is not designed to support nested "debugger breaks".
3095 * http/tests/inspector-protocol/resources/protocol-test.js:
3096 (closeTest): Avoid having internals.closeDummyInspectorFrontend and testRunner.notifyDone
3097 in the same function. The debugger will not have a chance to exit the temporary EventLoop
3098 before loading the next test.
3099 * inspector-protocol/debugger/breakpoint-action-detach-expected.txt: Added.
3100 * inspector-protocol/debugger/breakpoint-action-detach.html: Added.
3101 * inspector-protocol/debugger/breakpoint-action-with-exception-expected.txt: Added.
3102 * inspector-protocol/debugger/breakpoint-action-with-exception.html: Added.
3103 * inspector-protocol/debugger/breakpoint-condition-detach-expected.txt: Added.
3104 * inspector-protocol/debugger/breakpoint-condition-detach.html: Added.
3105 * inspector-protocol/debugger/breakpoint-condition-with-exception-expected.txt: Added.
3106 * inspector-protocol/debugger/breakpoint-condition-with-exception.html: Added.
3107 * inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt: Added.
3108 * inspector-protocol/debugger/breakpoint-eval-with-exception.html: Added.
3109 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions-expected.txt: Added.
3110 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html: Added.
3112 2013-11-12 Mario Sanchez Prada <mario.prada@samsung.com>
3114 Unreviewed GTK gardening. Share expectations for vertical text among WK1 and WK2.
3116 * platform/gtk-wk2/fast/repaint/japanese-rl-selection-clear-expected.txt: Removed.
3117 * platform/gtk-wk2/fast/repaint/japanese-rl-selection-repaint-expected.txt: Removed.
3118 * platform/gtk-wk2/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Removed.
3119 * platform/gtk-wk2/fast/text/international/vertical-text-glyph-test-expected.txt: Removed.
3120 * platform/gtk-wk2/fast/text/justify-ideograph-vertical-expected.txt: Removed.
3122 2013-11-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3124 Unreviewed EFL gardening
3126 Mark 73 tests as failing/skipped after r158954.
3128 * platform/efl/TestExpectations:
3130 2013-11-12 Antti Koivisto <antti@apple.com>
3132 Text on simple lines sometimes paints one pixel off
3133 https://bugs.webkit.org/show_bug.cgi?id=124200
3135 Reviewed by Andreas Kling.
3137 * fast/text/line-runs-rounding-simple-lines-expected.html: Added.
3138 * fast/text/line-runs-rounding-simple-lines.html: Added.
3140 2013-11-12 Zan Dobersek <zdobersek@igalia.com>
3142 JSC bindings generator should generate deletable JSC functions
3143 https://bugs.webkit.org/show_bug.cgi?id=122422
3145 Reviewed by Geoffrey Garen.
3147 Test that all the functions on the Node prototype object (apart from the constructor) are
3148 writable, enumerable and configurable, as expected for WebIDL operations. This matches the
3149 WebIDL specification as well as IE and Firefox.
3151 Other affected test cases and baselines are updated to reflect the new behavior.
3153 * fast/dom/webidl-operations-on-node-prototype-expected.txt: Added.
3154 * fast/dom/webidl-operations-on-node-prototype.html: Added.
3155 * js/dom/getOwnPropertyDescriptor-expected.txt:
3156 * js/resources/getOwnPropertyDescriptor.js:
3157 * platform/mac/canvas/philip/tests/type.prototype-expected.txt: Removed.
3159 2013-11-11 Simon Fraser <simon.fraser@apple.com>
3161 REGRESSION (r155660): box-shadow causes overlay scrollbars to be in the wrong position when element is composited (85647)
3162 https://bugs.webkit.org/show_bug.cgi?id=124090
3164 Reviewed by Beth Dakin.
3166 Test, but it doesn't actually test the fix until we enable overlay scrollbars
3167 in tests (bug 60716).
3169 * compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: Added.
3170 * compositing/overflow/overflow-scrollbar-layer-positions.html: Added.
3172 2013-11-11 Simon Fraser <simon.fraser@apple.com>
3174 Actually land a result for the test that I added (and make it a text test).
3176 * compositing/tiling/tiled-in-iframe-expected.txt: Added.
3177 * compositing/tiling/tiled-in-iframe.html:
3179 2013-11-11 Myles C. Maxfield <mmaxfield@apple.com>
3181 [Mac] Characters too close together in complex Arabic text
3182 https://bugs.webkit.org/show_bug.cgi?id=124057
3184 Reviewed by Darin Adler.
3186 complex-grapheme-cluster-with-initial-advance adds a span around a word in some
3187 complex Arabic text, and expects that the word spacing is the same as without the
3190 selection-in-initial-advance-region simulates a mouse drag across a complex text run
3191 with an initial advance. This makes sure that ComplexTextController::offsetForPosition
3192 doesn't crash when there is an initial advance.
3194 * fast/text/complex-grapheme-cluster-with-initial-advance-expected.html: Added.
3195 * fast/text/complex-grapheme-cluster-with-initial-advance.html: Added.
3196 * fast/text/selection-in-initial-advance-region-expected.txt: added
3197 * fast/text/selection-in-initial-advance-region.html: added
3199 2013-11-11 Antti Koivisto <antti@apple.com>
3201 End of line whitespace should collapse with white-space:pre-wrap; overflow-wrap:break-word in all cases
3202 https://bugs.webkit.org/show_bug.cgi?id=124158
3204 Reviewed by Dave Hyatt.
3206 Added a specific test and updates the test results of some complex tests that demonstrate the same issue.
3208 * fast/text/break-word-pre-wrap-expected.html: Added.
3209 * fast/text/break-word-pre-wrap.html: Added.
3210 * platform/mac/fast/forms/basic-textareas-expected.png:
3211 * platform/mac/fast/forms/basic-textareas-expected.txt:
3212 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
3213 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
3214 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt:
3215 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt:
3217 2013-11-11 Bear Travis <betravis@adobe.com>
3219 Web Inspector: [CSS Shapes] Highlight shape-outside when its element is selected in the Web Inspector
3220 https://bugs.webkit.org/show_bug.cgi?id=124071
3222 Reviewed by Timothy Hatcher.
3224 Test that the information passed to the Inspector overlay properly corresponds to the
3225 underlying shape. Retrieving the shape highlight information involves a series of
3226 steps and has been abstracted into shape-info-helper.js, which supplies
3227 Inspector.shapeOutsideInfo inside an Inspector test, and the ShapeInfoHelper.runShapesTest
3228 method to begin a test.
3230 * inspector-protocol/model/highlight-shape-outside-expected.txt: Added.
3231 * inspector-protocol/model/highlight-shape-outside.html: Added.
3232 * inspector-protocol/resources/shape-info-helper.js: Added.
3233 (window.ShapeInfoHelper): Exposes ShapeInfoHelper.runShapesTest.
3235 2013-11-11 Samuel White <samuel_white@apple.com>
3237 AX: support helpText() in DumpRenderTree
3238 https://bugs.webkit.org/show_bug.cgi?id=40194
3240 Reviewed by Chris Fleizach.
3242 Moving layout test back to its original location. Shouldn't be platform specific.
3244 * accessibility/aria-help.html: Renamed from LayoutTests/platform/mac/accessibility/aria-help.html.
3246 2013-11-11 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3248 Unreviewed EFL gardening
3250 Update test expectations after r158188.
3252 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
3253 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
3254 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
3255 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
3256 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
3258 2013-11-10 Filip Pizlo <fpizlo@apple.com>
3260 DFG Int52 boxing code may clobber the source without telling anyone
3261 https://bugs.webkit.org/show_bug.cgi?id=124137
3263 Reviewed by Mark Hahnenberg.
3265 Write the test as a JSRegress test because we currently need a couple
3266 recompiles to get the bug. JSRegress tests are meant to be longer-running
3267 stress tests and they are usually run with different compilation thresholds, so
3268 that ensures that we will actually hit the relevant code path.
3270 * js/regress/int52-spill-expected.txt: Added.
3271 * js/regress/int52-spill.html: Added.
3272 * js/regress/script-tests/int52-spill.js: Added.
3276 2013-11-11 Oliver Hunt <oliver@apple.com>
3278 ExtJS breaks with modern Array.prototype.values API due to use of with()
3279 https://bugs.webkit.org/show_bug.cgi?id=123440
3281 Reviewed by Beth Dakin.
3283 Update tests for removal of Array.prototype.values, and add test to ensure that
3286 * js/Object-getOwnPropertyNames-expected.txt:
3287 * js/array-iterators-expected.txt:
3288 * js/basic-for-of-expected.txt:
3289 * js/script-tests/Object-getOwnPropertyNames.js:
3290 * js/script-tests/array-iterators.js:
3291 * js/script-tests/basic-for-of.js:
3293 2013-11-11 Oliver Hunt <oliver@apple.com>
3295 Whoops, fix test post move
3297 * js/basic-set.html:
3299 2013-11-11 Simon Fraser <simon.fraser@apple.com>
3301 Add a testcase for a tiled layer inside an iframe
3302 https://bugs.webkit.org/show_bug.cgi?id=124159
3304 Reviewed by Tim Horton.
3306 Add a test for a tiled compositing layer inside an iframe.
3308 * compositing/tiling/resources/tiled-layer-tall.html: Added.
3309 * compositing/tiling/tiled-in-iframe.html: Added.
3311 2013-11-11 Javier Fernandez <jfernandez@igalia.com>
3313 [CSS Regions] Selection focusNode set to the "region" block, instead of the "source" block
3314 https://bugs.webkit.org/show_bug.cgi?id=120769
3316 Reviewed by David Hyatt.
3318 * fast/regions/resources/helper.js:
3319 (selectContentFromIdToPos):
3320 (selectContentFromIdToPosVert):
3321 (.document.onmouseup):
3322 (onMouseUpLogSelectionAndFocus):
3323 * fast/regions/selection/position-for-point-1-expected.txt: Added.
3324 * fast/regions/selection/position-for-point-1-vert-lr-expected.txt: Added.
3325 * fast/regions/selection/position-for-point-1-vert-lr.html: Added.
3326 * fast/regions/selection/position-for-point-1-vert-rl-expected.txt: Added.
3327 * fast/regions/selection/position-for-point-1-vert-rl.html: Added.
3328 * fast/regions/selection/position-for-point-1.html: Added.
3329 * fast/regions/selection/position-for-point-expected.txt: Added.
3330 * fast/regions/selection/position-for-point-vert-lr-expected.txt: Added.
3331 * fast/regions/selection/position-for-point-vert-lr.html: Added.
3332 * fast/regions/selection/position-for-point-vert-rl-expected.txt: Added.
3333 * fast/regions/selection/position-for-point-vert-rl.html: Added.
3334 * fast/regions/selection/position-for-point.html: Added.
3336 2013-11-10 Sun-woo Nam <sunny.nam@samsung.com>
3338 [EFL] Layout tests with css1 box properties need to be rebaselined.
3339 https://bugs.webkit.org/show_bug.cgi?id=124135
3341 Reviewed by Gyuyoung Kim.
3343 EFL css1 rebaseline after r101343 for EFL gardening.
3345 * platform/efl/css1/box_properties/margin_right-expected.txt:
3346 * platform/efl/css1/box_properties/padding-expected.txt:
3347 * platform/efl/css1/box_properties/padding_left-expected.txt:
3348 * platform/efl/css1/box_properties/padding_right-expected.txt:
3349 * platform/efl/css1/box_properties/padding_top-expected.txt:
3351 2013-11-10 Frédéric Wang <fred.wang@free.fr>
3353 CSS direction must be reset to ltr on <math> element.
3354 <https://webkit.org/b/124121>
3356 Reviewed by Darin Adler.
3358 * mathml/presentation/direction-expected.html: Added.
3359 * mathml/presentation/direction.html: Added.
3361 2013-11-10 Oliver Hunt <oliver@apple.com>
3363 Implement Set iterators
3364 https://bugs.webkit.org/show_bug.cgi?id=124129
3366 Reviewed by Antti Koivisto.
3368 Move Set tests to more sensible location and add iterator tests
3370 * js/basic-set-expected.txt: Renamed from LayoutTests/js/dom/basic-set-expected.txt.
3371 * js/basic-set.html: Renamed from LayoutTests/js/dom/basic-set.html.
3372 * js/script-tests/basic-set.js: Renamed from LayoutTests/js/dom/script-tests/basic-set.js.
3374 (otherString.string_appeared_here.set add):
3379 2013-11-10 Antti Koivisto <antti@apple.com>
3381 Implement white-space property on simple line layout path
3382 https://bugs.webkit.org/show_bug.cgi?id=124122
3384 Reviewed by Andreas Kling.
3386 The simple line layout produces slightly different runs in some pre-wrap cases compared
3387 to the line box path (with less unnecessary boxes). To keep the test coverage this patch forces the
3388 existing render tree dump based tests to use line boxes. It also adds new ref tests for
3389 the same cases where the test uses the simple line path and the ref is forced on the line box path.
3390 This ensures that the paths produce pixel-identical results.
3392 * fast/forms/basic-textareas-simple-lines-expected.html: Added.
3393 * fast/forms/basic-textareas-simple-lines.html: Added.
3394 * fast/forms/basic-textareas.html:
3395 * fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html: Added.
3396 * fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html: Added.
3397 * fast/text/embed-at-end-of-pre-wrap-line.html:
3398 * fast/text/whitespace/pre-wrap-line-test-simple-lines-expected.html: Added.
3399 * fast/text/whitespace/pre-wrap-line-test-simple-lines.html: Added.
3400 * fast/text/whitespace/pre-wrap-line-test.html:
3401 * fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html: Added.
3402 * 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.
3403 * fast/text/whitespace/pre-wrap-spaces-after-newline-simple-lines-expected.html: Added.
3404 * fast/text/whitespace/pre-wrap-spaces-after-newline-simple-lines.html: Added.
3405 * fast/text/whitespace/pre-wrap-spaces-after-newline.html:
3407 2013-11-10 Andreas Kling <akling@apple.com>
3409 Optimize baselines: svg/*
3411 Unreviewed; run "webkit-patch optimize-baselines svg"
3413 * platform/efl-wk2/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
3414 * platform/efl/svg/wicd/sizing-flakiness-expected.txt: Removed.
3415 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
3416 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
3417 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
3418 * platform/gtk/svg/as-image/svg-as-image-expected.png: Removed.
3419 * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Removed.
3420 * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Removed.
3421 * platform/gtk/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Removed.
3422 * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Removed.
3423 * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Removed.
3424 * platform/gtk/svg/custom/feDisplacementMap-01-expected.txt: Removed.
3425 * platform/gtk/svg/custom/pattern-skew-transformed-expected.png: Removed.
3426 * platform/gtk/svg/custom/radialGradient-focal-radius-expected.txt: Removed.
3427 * platform/gtk/svg/custom/simple-text-double-shadow-expected.png: Removed.
3428 * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt: Removed.
3429 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt: Removed.
3430 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Removed.
3431 * platform/gtk/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Removed.
3432 * platform/gtk/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Removed.
3433 * platform/gtk/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Removed.
3434 * platform/gtk/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Removed.
3435 * platform/gtk/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Removed.
3436 * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Removed.
3437 * platform/gtk/svg/foreignObject/fO-display-none-expected.png: Removed.
3438 * platform/gtk/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Removed.
3439 * platform/gtk/svg/foreignObject/fO-parent-display-changes-expected.png: Removed.
3440 * platform/gtk/svg/foreignObject/fO-parent-display-changes-expected.txt: Removed.
3441 * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.png: Removed.
3442 * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Removed.
3443 * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Removed.
3444 * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Removed.
3445 * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Removed.
3446 * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.png: Removed.
3447 * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt: Removed.
3448 * platform/gtk/svg/in-html/by-reference-expected.txt: Removed.
3449 * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.png: Removed.
3450 * platform/gtk/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Removed.
3451 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Removed.
3452 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Removed.
3453 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Removed.
3454 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Removed.
3455 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Removed.
3456 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Removed.
3457 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Removed.
3458 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Removed.
3459 * platform/gtk/svg/repaint/filter-repaint-expected.txt: Removed.
3460 * platform/gtk/svg/repaint/image-href-change-expected.png: Removed.
3461 * platform/gtk/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Removed.
3462 * platform/gtk/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Removed.
3463 * platform/gtk/svg/repaint/text-mask-update-expected.png: Removed.
3464 * platform/gtk/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Removed.
3465 * platform/gtk/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Removed.
3466 * platform/gtk/svg/text/append-text-node-to-tspan-expected.txt: Removed.
3467 * platform/gtk/svg/text/bidi-embedded-direction-expected.txt: Removed.
3468 * platform/gtk/svg/text/bidi-reorder-value-lists-expected.txt: Removed.
3469 * platform/gtk/svg/text/bidi-text-anchor-direction-expected.txt: Removed.
3470 * platform/gtk/svg/text/bidi-text-query-expected.txt: Removed.
3471 * platform/gtk/svg/text/bidi-tspans-expected.txt: Removed.
3472 * platform/gtk/svg/text/ems-display-none-expected.txt: Removed.
3473 * platform/gtk/svg/text/exs-display-none-expected.txt: Removed.
3474 * platform/gtk/svg/text/font-size-below-point-five-expected.txt: Removed.
3475 * platform/gtk/svg/text/modify-text-node-in-tspan-expected.txt: Removed.
3476 * platform/gtk/svg/text/remove-text-node-from-tspan-expected.txt: Removed.
3477 * platform/gtk/svg/text/remove-tspan-from-text-expected.txt: Removed.
3478 * platform/gtk/svg/text/scaled-font-expected.txt: Removed.
3479 * platform/gtk/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
3480 * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
3481 * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
3482 * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
3483 * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
3484 * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
3485 * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
3486 * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
3487 * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
3488 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
3489 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
3490 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
3491 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
3492 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
3493 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
3494 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
3495 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
3496 * platform/gtk/svg/text/select-x-list-1-expected.txt: Removed.
3497 * platform/gtk/svg/text/select-x-list-2-expected.txt: Removed.
3498 * platform/gtk/svg/text/select-x-list-3-expected.txt: Removed.
3499 * platform/gtk/svg/text/select-x-list-4-expected.txt: Removed.
3500 * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
3501 * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
3502 * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
3503 * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
3504 * platform/gtk/svg/text/selection-doubleclick-expected.txt: Removed.
3505 * platform/gtk/svg/text/small-fonts-2-expected.txt: Removed.
3506 * platform/gtk/svg/text/small-fonts-3-expected.txt: Removed.
3507 * platform/gtk/svg/text/small-fonts-expected.txt: Removed.
3508 * platform/gtk/svg/text/text-align-01-b-expected.txt: Removed.
3509 * platform/gtk/svg/text/text-align-02-b-expected.txt: Removed.
3510 * platform/gtk/svg/text/text-align-03-b-expected.txt: Removed.
3511 * platform/gtk/svg/text/text-align-04-b-expected.txt: Removed.
3512 * platform/gtk/svg/text/text-align-05-b-expected.txt: Removed.
3513 * platform/gtk/svg/text/text-align-06-b-expected.txt: Removed.
3514 * platform/gtk/svg/text/text-altglyph-01-b-expected.txt: Removed.
3515 * platform/gtk/svg/text/text-deco-01-b-expected.txt: Removed.
3516 * platform/gtk/svg/text/text-fill-opacity-expected.txt: Removed.
3517 * platform/gtk/svg/text/text-fonts-01-t-expected.txt: Removed.
3518 * platform/gtk/svg/text/text-fonts-02-t-expected.txt: Removed.
3519 * platform/gtk/svg/text/text-gradient-positioning-expected.txt: Removed.
3520 * platform/gtk/svg/text/text-intro-05-t-expected.txt: Removed.
3521 * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Removed.
3522 * platform/gtk/svg/text/text-path-01-b-expected.txt: Removed.
3523 * platform/gtk/svg/text/text-path-middle-align-expected.txt: Removed.
3524 * platform/gtk/svg/text/text-spacing-01-b-expected.txt: Removed.
3525 * platform/gtk/svg/text/text-text-01-b-expected.txt: Removed.
3526 * platform/gtk/svg/text/text-text-03-b-expected.txt: Removed.
3527 * platform/gtk/svg/text/text-text-04-t-expected.txt: Removed.
3528 * platform/gtk/svg/text/text-text-05-t-expected.txt: Removed.
3529 * platform/gtk/svg/text/text-text-06-t-expected.txt: Removed.
3530 * platform/gtk/svg/text/text-text-07-t-expected.txt: Removed.
3531 * platform/gtk/svg/text/text-text-08-b-expected.txt: Removed.
3532 * platform/gtk/svg/text/text-tref-01-b-expected.txt: Removed.
3533 * platform/gtk/svg/text/text-tselect-01-b-expected.txt: Removed.
3534 * platform/gtk/svg/text/text-tselect-02-f-expected.txt: Removed.
3535 * platform/gtk/svg/text/text-tspan-01-b-expected.txt: Removed.
3536 * platform/gtk/svg/text/text-ws-01-t-expected.txt: Removed.
3537 * platform/gtk/svg/text/text-ws-02-t-expected.txt: Removed.
3538 * platform/gtk/svg/text/tspan-dynamic-positioning-expected.txt: Removed.
3539 * platform/gtk/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
3540 * platform/gtk/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Removed.
3541 * platform/gtk/svg/wicd/sizing-flakiness-expected.txt: Removed.
3542 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt: Removed.
3543 * platform/mac/svg/custom/radialGradient-focal-radius-expected.txt: Removed.
3544 * platform/mac/svg/custom/stroked-pattern-expected.txt: Removed.
3545 * platform/mac/svg/text/selection-tripleclick-expected.txt: Removed.
3546 * platform/win-future/svg/wicd/sizing-flakiness-expected.txt: Copied from LayoutTests/svg/wicd/sizing-flakiness-expected.txt.
3547 * platform/win/svg/custom/pattern-scaling-expected.txt: Removed.
3548 * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt.
3549 * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt.
3550 * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt.
3551 * svg/as-image/svg-as-image-expected.png: Renamed from LayoutTests/platform/efl/svg/as-image/svg-as-image-expected.png.
3552 * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Renamed from LayoutTests/platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png.
3553 * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Renamed from LayoutTests/platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png.
3554 * svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Renamed from LayoutTests/platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png.
3555 * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Renamed from LayoutTests/platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png.
3556 * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Renamed from LayoutTests/platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png.
3557 * svg/custom/feDisplacementMap-01-expected.txt: Renamed from LayoutTests/platform/efl/svg/custom/feDisplacementMap-01-expected.txt.
3558 * svg/custom/pattern-skew-transformed-expected.png: Renamed from LayoutTests/platform/efl/svg/custom/pattern-skew-transformed-expected.png.
3559 * svg/custom/radialGradient-focal-radius-expected.txt: Renamed from LayoutTests/platform/efl/svg/custom/radialGradient-focal-radius-expected.txt.
3560 * svg/custom/simple-text-double-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/custom/simple-text-double-shadow-expected.png.
3561 * svg/custom/simple-text-double-shadow-expected.txt: Renamed from LayoutTests/platform/efl/svg/custom/simple-text-double-shadow-expected.txt.
3562 * svg/custom/stroked-pattern-expected.txt: Renamed from LayoutTests/platform/efl/svg/custom/stroked-pattern-expected.txt.
3563 * svg/dom/SVGPathSegList-segment-modification-expected.txt: Renamed from LayoutTests/platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.txt.
3564 * svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Renamed from LayoutTests/platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt.
3565 * svg/dom/SVGRectElement/rect-modify-rx-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png.
3566 * svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png.
3567 * svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png.
3568 * svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png.
3569 * svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png.
3570 * svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png.
3571 * svg/foreignObject/fO-display-none-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-display-none-expected.png.
3572 * svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png.
3573 * svg/foreignObject/fO-parent-display-changes-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-parent-display-changes-expected.png.
3574 * svg/foreignObject/fO-parent-display-changes-expected.txt: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-parent-display-changes-expected.txt.
3575 * svg/foreignObject/fO-parent-display-none-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-parent-display-none-expected.png.
3576 * svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png.
3577 * svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.png.
3578 * svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png.
3579 * svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png.
3580 * svg/foreignObject/svg-document-as-direct-child-expected.png: Renamed from LayoutTests/platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.png.
3581 * svg/foreignObject/svg-document-as-direct-child-expected.txt: Renamed from LayoutTests/platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.txt.
3582 * svg/in-html/by-reference-expected.txt: Renamed from LayoutTests/platform/efl/svg/in-html/by-reference-expected.txt.
3583 * svg/overflow/overflow-on-foreignObject-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-foreignObject-expected.png.
3584 * svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png.
3585 * svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png.
3586 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png.
3587 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png.
3588 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png.
3589 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png.
3590 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png.
3591 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png.
3592 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Renamed from LayoutTests/platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png.
3593 * svg/repaint/filter-repaint-expected.txt: Renamed from LayoutTests/platform/efl/svg/repaint/filter-repaint-expected.txt.
3594 * svg/repaint/image-href-change-expected.png: Renamed from LayoutTests/platform/efl/svg/repaint/image-href-change-expected.png.
3595 * svg/repaint/inner-svg-change-viewBox-contract-expected.png: Renamed from LayoutTests/platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png.
3596 * svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Renamed from LayoutTests/platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.txt.
3597 * svg/repaint/text-mask-update-expected.png: Renamed from LayoutTests/platform/efl/svg/repaint/text-mask-update-expected.png.
3598 * svg/stroke/zero-length-path-linecap-rendering-expected.txt: Renamed from LayoutTests/platform/efl/svg/stroke/zero-length-path-linecap-rendering-expected.txt.
3599 * svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Renamed from LayoutTests/platform/efl/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt.
3600 * svg/text/append-text-node-to-tspan-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/append-text-node-to-tspan-expected.txt.
3601 * svg/text/bidi-embedded-direction-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/bidi-embedded-direction-expected.txt.
3602 * svg/text/bidi-reorder-value-lists-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/bidi-reorder-value-lists-expected.txt.
3603 * svg/text/bidi-text-anchor-direction-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/bidi-text-anchor-direction-expected.txt.
3604 * svg/text/bidi-text-query-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/bidi-text-query-expected.txt.
3605 * svg/text/bidi-tspans-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/bidi-tspans-expected.txt.
3606 * svg/text/ems-display-none-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/ems-display-none-expected.txt.
3607 * svg/text/exs-display-none-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/exs-display-none-expected.txt.
3608 * svg/text/font-size-below-point-five-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/font-size-below-point-five-expected.txt.
3609 * svg/text/modify-text-node-in-tspan-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/modify-text-node-in-tspan-expected.txt.
3610 * svg/text/remove-text-node-from-tspan-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/remove-text-node-from-tspan-expected.txt.
3611 * svg/text/remove-tspan-from-text-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/remove-tspan-from-text-expected.txt.
3612 * svg/text/scaled-font-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/scaled-font-expected.txt.
3613 * svg/text/scaling-font-with-geometric-precision-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt.
3614 * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.txt.
3615 * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.txt.
3616 * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.txt.
3617 * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.txt.
3618 * svg/text/select-textLength-spacing-stretch-1-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.txt.
3619 * svg/text/select-textLength-spacing-stretch-2-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.txt.
3620 * svg/text/select-textLength-spacing-stretch-3-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.txt.
3621 * svg/text/select-textLength-spacing-stretch-4-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.txt.
3622 * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt.
3623 * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt.
3624 * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt.
3625 * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt.
3626 * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt.
3627 * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt.
3628 * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt.
3629 * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt.
3630 * svg/text/select-x-list-1-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-1-expected.txt.
3631 * svg/text/select-x-list-2-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-2-expected.txt.
3632 * svg/text/select-x-list-3-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-3-expected.txt.
3633 * svg/text/select-x-list-4-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-4-expected.txt.
3634 * svg/text/select-x-list-with-tspans-1-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-with-tspans-1-expected.txt.
3635 * svg/text/select-x-list-with-tspans-2-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-with-tspans-2-expected.txt.
3636 * svg/text/select-x-list-with-tspans-3-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-with-tspans-3-expected.txt.
3637 * svg/text/select-x-list-with-tspans-4-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/select-x-list-with-tspans-4-expected.txt.
3638 * svg/text/selection-doubleclick-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/selection-doubleclick-expected.txt.
3639 * svg/text/selection-tripleclick-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/selection-tripleclick-expected.txt.
3640 * svg/text/small-fonts-2-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/small-fonts-2-expected.txt.
3641 * svg/text/small-fonts-3-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/small-fonts-3-expected.txt.
3642 * svg/text/small-fonts-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/small-fonts-expected.txt.
3643 * svg/text/text-align-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-align-01-b-expected.txt.
3644 * svg/text/text-align-02-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-align-02-b-expected.txt.
3645 * svg/text/text-align-03-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-align-03-b-expected.txt.
3646 * svg/text/text-align-04-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-align-04-b-expected.txt.
3647 * svg/text/text-align-05-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-align-05-b-expected.txt.
3648 * svg/text/text-align-06-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-align-06-b-expected.txt.
3649 * svg/text/text-altglyph-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-altglyph-01-b-expected.txt.
3650 * svg/text/text-deco-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-deco-01-b-expected.txt.
3651 * svg/text/text-fill-opacity-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-fill-opacity-expected.txt.
3652 * svg/text/text-fonts-01-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-fonts-01-t-expected.txt.
3653 * svg/text/text-fonts-02-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-fonts-02-t-expected.txt.
3654 * svg/text/text-gradient-positioning-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-gradient-positioning-expected.txt.
3655 * svg/text/text-intro-05-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-intro-05-t-expected.txt.
3656 * svg/text/text-midpoint-split-bug-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-midpoint-split-bug-expected.txt.
3657 * svg/text/text-path-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-path-01-b-expected.txt.
3658 * svg/text/text-path-middle-align-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-path-middle-align-expected.txt.
3659 * svg/text/text-spacing-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-spacing-01-b-expected.txt.
3660 * svg/text/text-text-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-text-01-b-expected.txt.
3661 * svg/text/text-text-03-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-text-03-b-expected.txt.
3662 * svg/text/text-text-04-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-text-04-t-expected.txt.
3663 * svg/text/text-text-05-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-text-05-t-expected.txt.
3664 * svg/text/text-text-06-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-text-06-t-expected.txt.
3665 * svg/text/text-text-07-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-text-07-t-expected.txt.
3666 * svg/text/text-text-08-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-text-08-b-expected.txt.
3667 * svg/text/text-tref-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-tref-01-b-expected.txt.
3668 * svg/text/text-tselect-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-tselect-01-b-expected.txt.
3669 * svg/text/text-tselect-02-f-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-tselect-02-f-expected.txt.
3670 * svg/text/text-tspan-01-b-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-tspan-01-b-expected.txt.
3671 * svg/text/text-ws-01-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-ws-01-t-expected.txt.
3672 * svg/text/text-ws-02-t-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/text-ws-02-t-expected.txt.
3673 * svg/text/tspan-dynamic-positioning-expected.txt: Renamed from LayoutTests/platform/efl/svg/text/tspan-dynamic-positioning-expected.txt.
3674 * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Renamed from LayoutTests/platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt.
3675 * svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Renamed from LayoutTests/platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.txt.
3676 * svg/wicd/sizing-flakiness-expected.txt:
3678 2013-11-09 Andreas Kling <akling@apple.com>
3680 RenderIFrame should display its name correctly in DRT output.
3681 <https://webkit.org/b/124117>
3683 Rebaseline results now that RenderIFrame correctly dumps its name
3686 Reviewed by Anders Carlsson.
3688 * compositing/iframes/composited-iframe-scroll-expected.txt:
3689 * compositing/iframes/iframe-content-flipping-expected.txt:
3690 * compositing/iframes/nested-iframe-scrolling-expected.txt:
3691 * fast/css/replaced-element-implicit-size-expected.txt:
3692 * fast/css/resize-corner-tracking-expected.txt:
3693 * fast/dom/attr_dead_doc-expected.txt:
3694 * fast/frames/content-opacity-1-expected.txt:
3695 * fast/frames/content-opacity-2-expected.txt:
3696 * fast/frames/iframe-scaling-with-scroll-expected.txt:
3697 * fast/frames/iframe-text-contents-expected.txt:
3698 * fast/frames/paint-iframe-background-expected.txt:
3699 * fast/repaint/4774354-expected.txt:
3700 * fast/repaint/iframe-scroll-repaint-expected.txt:
3701 * fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
3702 * fast/replaced/percent-height-in-anonymous-block-expected.txt:
3703 * http/tests/misc/acid3-expected.txt:
3704 * media/media-document-audio-repaint-expected.txt:
3705 * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
3706 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
3707 * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.txt:
3708 * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.txt:
3709 * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt:
3710 * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt:
3711 * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt:
3712 * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt:
3713 * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt:
3714 * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt:
3715 * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt:
3716 * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt:
3717 * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt:
3718 * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt:
3719 * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt:
3720 * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt:
3721 * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt:
3722 * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt:
3723 * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt:
3724 * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt:
3725 * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt:
3726 * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt:
3727 * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt:
3728 * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt:
3729 * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
3730 * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
3731 * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
3732 * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt:
3733 * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt:
3734 * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt:
3735 * platform/efl/editing/pasteboard/4631972-expected.txt:
3736 * platform/efl/editing/selection/4776665-expected.txt:
3737 * platform/efl/editing/selection/4960137-expected.txt:
3738 * platform/efl/editing/selection/4975120-expected.txt:
3739 * platform/efl/editing/selection/drag-in-iframe-expected.txt:
3740 * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt:
3741 * platform/efl/editing/selection/iframe-expected.txt:
3742 * platform/efl/editing/selection/select-all-iframe-expected.txt:
3743 * platform/efl/fast/block/basic/013-expected.txt:
3744 * platform/efl/fast/block/positioning/window-height-change-expected.txt:
3745 * platform/efl/fast/css/line-height-overflow-expected.txt:
3746 * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt:
3747 * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
3748 * platform/efl/fast/flexbox/016-expected.txt:
3749 * platform/efl/fast/forms/basic-textareas-expected.txt:
3750 * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
3751 * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
3752 * platform/efl/fast/frames/001-expected.txt:
3753 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
3754 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
3755 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
3756 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
3757 * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
3758 * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
3759 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
3760 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
3761 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
3762 * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt:
3763 * platform/efl/fast/frames/frameElement-iframe-expected.txt:
3764 * platform/efl/fast/frames/iframe-option-crash-expected.txt:
3765 * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
3766 * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
3767 * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
3768 * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
3769 * platform/efl/fast/frames/viewsource-attribute-expected.txt:
3770 * platform/efl/fast/frames/viewsource-on-image-file-expected.txt:
3771 * platform/efl/fast/images/favicon-as-image-expected.txt:
3772 * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
3773 * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
3774 * platform/efl/fast/repaint/line-flow-with-floats-1-expected.txt:
3775 * platform/efl/fast/repaint/line-flow-with-floats-10-expected.txt:
3776 * platform/efl/fast/repaint/line-flow-with-floats-2-expected.txt:
3777 * platform/efl/fast/repaint/line-flow-with-floats-3-expected.txt:
3778 * platform/efl/fast/repaint/line-flow-with-floats-4-expected.txt:
3779 * platform/efl/fast/repaint/line-flow-with-floats-5-expected.txt:
3780 * platform/efl/fast/repaint/line-flow-with-floats-6-expected.txt:
3781 * platform/efl/fast/repaint/line-flow-with-floats-7-expected.txt:
3782 * platform/efl/fast/repaint/line-flow-with-floats-8-expected.txt:
3783 * platform/efl/fast/repaint/line-flow-with-floats-9-expected.txt:
3784 * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
3785 * platform/efl/fast/replaced/007-expected.txt:
3786 * platform/efl/fast/replaced/border-radius-clip-expected.txt:
3787 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
3788 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
3789 * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
3790 * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt:
3791 * platform/efl/fast/table/quote-text-around-iframe-expected.txt:
3792 * platform/efl/fast/text/selection-hard-linebreak-expected.txt:
3793 * platform/efl/http/tests/loading/simple-subframe-expected.txt:
3794 * platform/efl/http/tests/local/file-url-sent-as-referer-expected.txt:
3795 * platform/efl/http/tests/misc/acid3-expected.txt:
3796 * platform/efl/http/tests/misc/favicon-as-image-expected.txt:
3797 * platform/efl/http/tests/misc/frame-access-during-load-expected.txt:
3798 * platform/efl/http/tests/misc/iframe404-expected.txt:
3799 * platform/efl/http/tests/misc/location-replace-crossdomain-expected.txt:
3800 * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt:
3801 * platform/efl/media/media-document-audio-repaint-expected.txt:
3802 * platform/efl/svg/hixie/rendering-model/003-expected.txt:
3803 * platform/efl/svg/in-html/by-reference-expected.txt:
3804 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
3805 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
3806 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
3807 * platform/gtk-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt:
3808 * platform/gtk-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt:
3809 * platform/gtk/css2.1/20110323/absolute-replaced-height-004-expected.txt:
3810 * platform/gtk/css2.1/20110323/absolute-replaced-height-005-expected.txt:
3811 * platform/gtk/css2.1/20110323/absolute-replaced-height-007-expected.txt:
3812 * platform/gtk/css2.1/20110323/absolute-replaced-height-011-expected.txt:
3813 * platform/gtk/css2.1/20110323/absolute-replaced-height-012-expected.txt:
3814 * platform/gtk/css2.1/20110323/absolute-replaced-height-014-expected.txt:
3815 * platform/gtk/css2.1/20110323/absolute-replaced-height-018-expected.txt:
3816 * platform/gtk/css2.1/20110323/absolute-replaced-height-019-expected.txt:
3817 * platform/gtk/css2.1/20110323/absolute-replaced-height-021-expected.txt:
3818 * platform/gtk/css2.1/20110323/absolute-replaced-height-025-expected.txt:
3819 * platform/gtk/css2.1/20110323/absolute-replaced-height-026-expected.txt:
3820 * platform/gtk/css2.1/20110323/absolute-replaced-height-028-expected.txt:
3821 * platform/gtk/css2.1/20110323/absolute-replaced-height-032-expected.txt:
3822 * platform/gtk/css2.1/20110323/absolute-replaced-height-033-expected.txt:
3823 * platform/gtk/css2.1/20110323/absolute-replaced-height-035-expected.txt:
3824 * platform/gtk/css2.1/20110323/block-replaced-height-004-expected.txt:
3825 * platform/gtk/css2.1/20110323/block-replaced-height-005-expected.txt:
3826 * platform/gtk/css2.1/20110323/block-replaced-height-007-expected.txt:
3827 * platform/gtk/css2.1/20110323/float-replaced-height-004-expected.txt:
3828 * platform/gtk/css2.1/20110323/float-replaced-height-005-expected.txt:
3829 * platform/gtk/css2.1/20110323/float-replaced-height-007-expected.txt:
3830 * platform/gtk/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
3831 * platform/gtk/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
3832 * platform/gtk/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
3833 * platform/gtk/css2.1/20110323/inline-replaced-height-004-expected.txt:
3834 * platform/gtk/css2.1/20110323/inline-replaced-height-005-expected.txt:
3835 * platform/gtk/css2.1/20110323/inline-replaced-height-007-expected.txt:
3836 * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
3837 * platform/gtk/editing/execCommand/paste-1-expected.txt:
3838 * platform/gtk/editing/pasteboard/4631972-expected.txt:
3839 * platform/gtk/editing/pasteboard/copy-standalone-image-expected.txt:
3840 * platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
3841 * platform/gtk/editing/pasteboard/paste-2-expected.txt:
3842 * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
3843 * platform/gtk/editing/selection/4776665-expected.txt:
3844 * platform/gtk/editing/selection/4960137-expected.txt:
3845 * platform/gtk/editing/selection/4975120-expected.txt:
3846 * platform/gtk/editing/selection/drag-in-iframe-expected.txt:
3847 * platform/gtk/editing/selection/drag-to-contenteditable-iframe-expected.txt:
3848 * platform/gtk/editing/selection/iframe-expected.txt:
3849 * platform/gtk/editing/selection/select-all-iframe-expected.txt:
3850 * platform/gtk/fast/block/basic/013-expected.txt:
3851 * platform/gtk/fast/block/positioning/window-height-change-expected.txt:
3852 * platform/gtk/fast/css/line-height-overflow-expected.txt:
3853 * platform/gtk/fast/css/resize-corner-tracking-expected.txt:
3854 * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.txt:
3855 * platform/gtk/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt:
3856 * platform/gtk/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
3857 * platform/gtk/fast/flexbox/016-expected.txt:
3858 * platform/gtk/fast/forms/basic-textareas-expected.txt:
3859 * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
3860 * platform/gtk/fast/forms/targeted-frame-submission-expected.txt:
3861 * platform/gtk/fast/frames/001-expected.txt:
3862 * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
3863 * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
3864 * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
3865 * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
3866 * platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.txt:
3867 * platform/gtk/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
3868 * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
3869 * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
3870 * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
3871 * platform/gtk/fast/frames/flattening/iframe-flattening-simple-expected.txt:
3872 * platform/gtk/fast/frames/frameElement-iframe-expected.txt:
3873 * platform/gtk/fast/frames/iframe-option-crash-expected.txt:
3874 * platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt:
3875 * platform/gtk/fast/frames/iframe-with-frameborder-expected.txt:
3876 * platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
3877 * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport-expected.txt:
3878 * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
3879 * platform/gtk/fast/frames/viewsource-attribute-expected.txt:
3880 * platform/gtk/fast/frames/viewsource-on-image-file-expected.txt:
3881 * platform/gtk/fast/images/favicon-as-image-expected.txt:
3882 * platform/gtk/fast/overflow/scrollRevealButton-expected.txt:
3883 * platform/gtk/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
3884 * platform/gtk/fast/repaint/iframe-scroll-repaint-expected.txt:
3885 * platform/gtk/fast/repaint/line-flow-with-floats-1-expected.txt:
3886 * platform/gtk/fast/repaint/line-flow-with-floats-10-expected.txt:
3887 * platform/gtk/fast/repaint/line-flow-with-floats-2-expected.txt:
3888 * platform/gtk/fast/repaint/line-flow-with-floats-3-expected.txt:
3889 * platform/gtk/fast/repaint/line-flow-with-floats-4-expected.txt:
3890 * platform/gtk/fast/repaint/line-flow-with-floats-5-expected.txt:
3891 * platform/gtk/fast/repaint/line-flow-with-floats-6-expected.txt:
3892 * platform/gtk/fast/repaint/line-flow-with-floats-7-expected.txt:
3893 * platform/gtk/fast/repaint/line-flow-with-floats-8-expected.txt:
3894 * platform/gtk/fast/repaint/line-flow-with-floats-9-expected.txt:
3895 * platform/gtk/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
3896 * platform/gtk/fast/replaced/007-expected.txt:
3897 * platform/gtk/fast/replaced/border-radius-clip-expected.txt:
3898 * platform/gtk/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
3899 * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
3900 * platform/gtk/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
3901 * platform/gtk/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt:
3902 * platform/gtk/fast/table/quote-text-around-iframe-expected.txt:
3903 * platform/gtk/fast/text/selection-hard-linebreak-expected.txt:
3904 * platform/gtk/http/tests/loading/simple-subframe-expected.txt:
3905 * platform/gtk/http/tests/local/file-url-sent-as-referer-expected.txt:
3906 * platform/gtk/http/tests/misc/favicon-as-image-expected.txt:
3907 * platform/gtk/http/tests/misc/frame-access-during-load-expected.txt:
3908 * platform/gtk/http/tests/misc/iframe404-expected.txt:
3909 * platform/gtk/http/tests/misc/location-replace-crossdomain-expected.txt:
3910 * platform/gtk/http/tests/multipart/invalid-image-data-standalone-expected.txt:
3911 * platform/gtk/media/media-document-audio-repaint-expected.txt:
3912 * platform/gtk/plugins/iframe-plugin-bgcolor-expected.txt:
3913 * platform/gtk/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt:
3914 * platform/gtk/svg/custom/embedding-external-svgs-expected.txt:
3915 * platform/gtk/svg/hixie/rendering-model/003-expected.txt:
3916 * platform/gtk/svg/in-html/by-reference-expected.txt:
3917 * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
3918 * platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
3919 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
3920 * platform/iphone-simulator/text-autosizing/contenteditable-expected.txt:
3921 * platform/mac-mountainlion/editing/selection/4975120-expected.txt:
3922 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt: